Searched defs:RotateRight (Results 1 – 7 of 7) sorted by relevance
74 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateRight( in RotateRight() function
595 #define RotateRight(x,n) (Trunc32(((x) >> n) | ((x) << (32-n)))) in TransformSignature() macro
989 static inline unsigned int RotateRight(const unsigned int x) in RotateRight() function
228 inline uint64_t RotateRight(uint64_t value, in RotateRight() function