Home
last modified time | relevance | path

Searched defs:rotl32 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h118 static inline uint32_t rotl32( const uint32_t w, const unsigned c ) in rotl32() function
/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c40 #define rotl32(x,r) (((x) << (r)) | ((x) >> (32 - (r)))) macro
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c32 #define rotl32(v, r) (((uint32_t)(v) << (r)) | ((uint32_t)(v) >> (32 - r))) macro
/third_party/openssl/crypto/aria/
H A Daria.c32 #define rotl32(v, r) (((uint32_t)(v) << (r)) | ((uint32_t)(v) >> (32 - r))) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function

Completed in 7 milliseconds