Home
last modified time | relevance | path

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

/external/webrtc/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
/external/openscreen/third_party/abseil/src/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
/external/rust/crates/grpcio-sys/grpc/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
/external/libtextclassifier/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
/external/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
/external/rust/crates/ring/src/digest/
Dsha2.rs164 fn rotr(self, count: u32) -> Self; in rotr() method
190 fn rotr(self, count: u32) -> Self { in rotr() method
282 fn rotr(self, count: u32) -> Self { in rotr() method
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits.h65 rotr(T x, int s) noexcept { in rotr() function
/external/skqp/bench/
DFontCacheBench.cpp58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
/external/skia/bench/
DFontCacheBench.cpp58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
/external/wpa_supplicant_8/src/crypto/
Daes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr() function
/external/llvm-project/llvm/test/MC/Mips/micromips/
Dvalid.s164 rotr $9, $6, 7 # CHECK: rotr $9, $6, 7 # encoding: [0x01,0x26,0x38,0xc0] label
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1258 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1262 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp1284 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1288 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp1080 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1084 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
/external/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