Home
last modified time | relevance | path

Searched refs:kSeedBytes (Results 1 – 25 of 30) sorted by relevance

12

/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dranden.h38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable
70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
Dranden_slow_test.cc28 constexpr size_t kSeedBytes = variable
31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_hwaes_test.cc31 constexpr size_t kSeedBytes = variable
34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_traits.h65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
Dranden_benchmarks.cc45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden.h38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable
70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
Dranden_slow_test.cc28 constexpr size_t kSeedBytes = variable
31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_hwaes_test.cc31 constexpr size_t kSeedBytes = variable
34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_traits.h65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
Dranden_benchmarks.cc45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden.h38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable
70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
Dranden_slow_test.cc26 constexpr size_t kSeedBytes = variable
29 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_traits.h46 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
Dranden_hwaes_test.cc35 RandenTraits::kSeedBytes / sizeof(uint32_t);
Dranden_benchmarks.cc45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
/external/abseil-cpp/absl/random/internal/
Dranden.h38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable
70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
Dranden_slow_test.cc26 constexpr size_t kSeedBytes = variable
29 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_traits.h46 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
Dranden_hwaes_test.cc35 RandenTraits::kSeedBytes / sizeof(uint32_t);
Dranden_benchmarks.cc45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden.h38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes; variable
70 static_assert(M * sizeof(S) == RandenTraits::kSeedBytes, in Absorb()
Dranden_slow_test.cc28 constexpr size_t kSeedBytes = variable
31 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_hwaes_test.cc31 constexpr size_t kSeedBytes = variable
34 constexpr size_t kSeedSizeT = kSeedBytes / sizeof(uint32_t);
Dranden_traits.h65 static constexpr size_t kSeedBytes = kStateBytes - kCapacityBytes; member
Dranden_benchmarks.cc45 static constexpr size_t kSeedSizeT = Randen::kSeedBytes / sizeof(uint32_t);

12