Home
last modified time | relevance | path

Searched defs:rotr32 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2_impl.h110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() function
/third_party/openssl/providers/implementations/digests/
H A Dblake2_impl.h110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() function
/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h128 static inline uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() function
/kernel/linux/linux-6.6/include/crypto/
H A Daria.h314 static inline u32 rotr32(u32 v, u32 r) in rotr32() function
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) macro
/third_party/openssl/crypto/aria/
H A Daria.c33 #define rotr32(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.h86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function
[all...]

Completed in 6 milliseconds