/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | fastmath.h | 63 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/ |
D | fastmath.h | 63 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/ |
D | sha2.rs | 157 fn rotr(self, count: u32) -> Self; in rotr() method 183 fn rotr(self, count: u32) -> Self { in rotr() method 275 fn rotr(self, count: u32) -> Self { in rotr() method
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__bit/ |
D | rotate.h | 45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, unsigned int __cnt) noexcept { in rotr() function
|
/external/cronet/third_party/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/abseil-cpp/absl/numeric/ |
D | bits.h | 65 rotr(T x, int s) noexcept { in rotr() function
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/ |
D | bit.h | 118 [[gnu::warn_unused_result]] constexpr std::enable_if_t<std::is_unsigned<T>::value, T> rotr( in rotr() function
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/ |
D | bit.h | 44 [[gnu::warn_unused_result]] constexpr std::enable_if_t<is_bit_type<T>::value, T> rotr( in rotr() function
|
/external/skia/bench/ |
D | FontCacheBench.cpp | 58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes_i.h | 70 static inline u32 rotr(u32 val, int bits) in rotr() function
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1284 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/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1243 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1247 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1081 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1085 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|