Searched defs:rotate_right (Results 1 – 6 of 6) sorted by relevance
110 static void rotate_right(dnode_t *upper) in rotate_right() function
2362 pub fn rotate_right(&mut self, k: usize) { in rotate_right() method
894 … fn rotate_right(&mut self, value: RValue<'gcc>, shift: RValue<'gcc>, width: u64) -> RValue<'gcc> { in rotate_right() method
3419 pub fn rotate_right(&mut self, k: usize) { in rotate_right() method
2191 pub fn rotate_right<T: Copy>(x: T, y: T) -> T; in rotate_right() function
12224 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function