Home
last modified time | relevance | path

Searched defs:ROTL (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/third_party/siphash/
H A Dhalfsiphash.cc25 #define ROTL(x, b) (uint32_t)(((x) << (b)) | ((x) >> (32 - (b)))) macro
/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dcast_local.h117 # define ROTL(a,n) (_lrotl(a,n)) macro
119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
/third_party/openssl/crypto/cast/
H A Dcast_local.h117 # define ROTL(a,n) (_lrotl(a,n)) macro
119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
/third_party/eudev/src/shared/
H A Dsiphash24.c27 #define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) ) macro
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
/third_party/openssl/crypto/siphash/
H A Dsiphash.c32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
/third_party/mbedtls/library/
H A Dcamellia.c212 #define ROTL(DEST, SRC, SHIFT) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h471 SHL, SRA, SRL, ROTL, ROTR, FSHL, FSHR, enumerator
/third_party/sqlite/src/
H A Dsqlite3.c32657 #define ROTL global() macro
[all...]

Completed in 127 milliseconds