Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp420 uint32_t MoveToFront::RotateRight(const uint32_t node) { in RotateRight() function in spvtools::comp::MoveToFront
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp420 uint32_t MoveToFront::RotateRight(const uint32_t node) { in RotateRight() function in spvtools::comp::MoveToFront
/external/ImageMagick/MagickCore/
Dsignature.c594 #define RotateRight(x,n) (Trunc32(((x) >> n) | ((x) << (32-n)))) in TransformSignature() macro
Dcipher.c987 static inline unsigned int RotateRight(const unsigned int x) in RotateRight() function
/external/v8/src/arm64/
Dinstructions-arm64.cc70 static uint64_t RotateRight(uint64_t value, in RotateRight() function
/external/vixl/src/
Dutils-vixl.h217 inline uint64_t RotateRight(uint64_t value, in RotateRight() function