Home
last modified time | relevance | path

Searched defs:rotate_right (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/num-traits/src/
Dint.rs169 fn rotate_right(self, n: u32) -> Self; in rotate_right() method
/third_party/f2fs-tools/fsck/
Ddict.c111 static void rotate_right(dnode_t *upper) in rotate_right() function
/third_party/libabigail/tests/lib/
Dcatch.hpp12224 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function