Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
/third_party/node/deps/openssl/openssl/crypto/sm4/
H A Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
[all...]
/third_party/openssl/crypto/sm4/
H A Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1232 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1236 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt

Completed in 5 milliseconds