Searched defs:RotateRight (Results 1 – 6 of 6) sorted by relevance
420 uint32_t MoveToFront::RotateRight(const uint32_t node) { in RotateRight() function in spvtools::comp::MoveToFront
594 #define RotateRight(x,n) (Trunc32(((x) >> n) | ((x) << (32-n)))) in TransformSignature() macro
987 static inline unsigned int RotateRight(const unsigned int x) in RotateRight() function
70 static uint64_t RotateRight(uint64_t value, in RotateRight() function
217 inline uint64_t RotateRight(uint64_t value, in RotateRight() function