Home
last modified time | relevance | path

Searched defs:RightRotate (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/camellia/
H A Dcamellia.c53 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
/third_party/openssl/crypto/camellia/
H A Dcamellia.c53 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro

Completed in 3 milliseconds