Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds