Home
last modified time | relevance | path

Searched defs:RotateRight (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h74 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateRight( in RotateRight() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h74 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateRight( in RotateRight() function
/external/angle/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h74 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateRight( in RotateRight() function
/external/abseil-cpp/absl/numeric/internal/
Dbits.h74 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateRight( in RotateRight() function
/external/ImageMagick/MagickCore/
Dsignature.c595 #define RotateRight(x,n) (Trunc32(((x) >> n) | ((x) << (32-n)))) in TransformSignature() macro
Dcipher.c989 static inline unsigned int RotateRight(const unsigned int x) in RotateRight() function
/external/vixl/src/
Dutils-vixl.h228 inline uint64_t RotateRight(uint64_t value, in RotateRight() function