Home
last modified time | relevance | path

Searched refs: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
265 _t3 = RightRotate(_t3,8);\
/third_party/openssl/crypto/camellia/
H A Dcamellia.c53 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
265 _t3 = RightRotate(_t3,8);\

Completed in 3 milliseconds