Home
last modified time | relevance | path

Searched defs:rotl (Results 1 – 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
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/
Dastc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/third_party/node/deps/openssl/openssl/crypto/sm4/
Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
/third_party/openssl/crypto/sm4/
Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1070 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1074 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt