Home
last modified time | relevance | path

Searched defs:rotr (Results 1 – 9 of 9) sorted by relevance

/third_party/abseil-cpp/absl/random/internal/
Dfastmath.h63 inline constexpr uint32_t rotr(uint32_t value, uint8_t bits) { in rotr() function
66 inline constexpr uint64_t rotr(uint64_t value, uint8_t bits) { in rotr() function
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits.h65 rotr(T x, int s) noexcept { in rotr() function
/third_party/boost/libs/multiprecision/example/
Dcpp_int_mul_timing.cpp38 static ArithmeticType rotr(const ArithmeticType& value_being_shifted, in rotr() function in random_pcg32_fast_base
/third_party/flutter/skia/bench/
DFontCacheBench.cpp58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
/third_party/skia/bench/
DFontCacheBench.cpp58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1243 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1247 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1081 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1085 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt