Searched defs:rotate_left (Results 1 – 7 of 7) sorted by relevance
118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
139 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
82 static void rotate_left(dnode_t *upper) in rotate_left() function
2319 pub fn rotate_left(&mut self, mid: usize) { in rotate_left() method
879 … fn rotate_left(&mut self, value: RValue<'gcc>, shift: RValue<'gcc>, width: u64) -> RValue<'gcc> { in rotate_left() method
3376 pub fn rotate_left(&mut self, mid: usize) { in rotate_left() method
2176 pub fn rotate_left<T: Copy>(x: T, y: T) -> T; in rotate_left() function