Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Ddict.c110 static void rotate_right(dnode_t *upper) in rotate_right() function
/third_party/rust/rust/library/alloc/src/collections/vec_deque/
Dmod.rs2362 pub fn rotate_right(&mut self, k: usize) { in rotate_right() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs894 … fn rotate_right(&mut self, value: RValue<'gcc>, shift: RValue<'gcc>, width: u64) -> RValue<'gcc> { in rotate_right() method
/third_party/rust/rust/library/core/src/slice/
Dmod.rs3419 pub fn rotate_right(&mut self, k: usize) { in rotate_right() method
/third_party/rust/rust/library/core/src/
Dintrinsics.rs2191 pub fn rotate_right<T: Copy>(x: T, y: T) -> T; 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