Home
last modified time | relevance | path

Searched refs: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
85 return rotl32(src1, src2); in emu_alu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h91 /// rotl32 - Rotate a 32-bit unsigned value left by a specified # bits.
93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
175 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/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

Completed in 6 milliseconds