Searched defs:rotate_right (Results 1 – 3 of 3) sorted by relevance
169 fn rotate_right(self, n: u32) -> Self; in rotate_right() method
111 static void rotate_right(dnode_t *upper) in rotate_right() function
12224 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function