/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | randen.h | 38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable 70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
|
D | randen_slow_test.cc | 28 constexpr size_t kSeedBytes = variable 31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_hwaes_test.cc | 31 constexpr size_t kSeedBytes = variable 34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_traits.h | 65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
|
D | randen_benchmarks.cc | 45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen.h | 38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable 70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
|
D | randen_slow_test.cc | 28 constexpr size_t kSeedBytes = variable 31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_hwaes_test.cc | 31 constexpr size_t kSeedBytes = variable 34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_traits.h | 65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
|
D | randen_benchmarks.cc | 45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | randen.h | 38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable 70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
|
D | randen_slow_test.cc | 26 constexpr size_t kSeedBytes = variable 29 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_traits.h | 46 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
|
D | randen_hwaes_test.cc | 35 RandenTraits::kSeedBytes / sizeof(uint32_t);
|
D | randen_benchmarks.cc | 45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
|
/external/abseil-cpp/absl/random/internal/ |
D | randen.h | 38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable 70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
|
D | randen_slow_test.cc | 26 constexpr size_t kSeedBytes = variable 29 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_traits.h | 46 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
|
D | randen_hwaes_test.cc | 35 RandenTraits::kSeedBytes / sizeof(uint32_t);
|
D | randen_benchmarks.cc | 45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | randen.h | 38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable 70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
|
D | randen_slow_test.cc | 28 constexpr size_t kSeedBytes = variable 31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_hwaes_test.cc | 31 constexpr size_t kSeedBytes = variable 34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
|
D | randen_traits.h | 65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
|
D | randen_benchmarks.cc | 45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
|