Home
last modified time | relevance | path

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

12

/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
247 template class RandenPool<uint8_t>; variable
248 template class RandenPool<uint16_t>; variable
249 template class RandenPool<uint32_t>; variable
250 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
247 template class RandenPool<uint8_t>; variable
248 template class RandenPool<uint16_t>; variable
249 template class RandenPool<uint32_t>; variable
250 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
247 template class RandenPool<uint8_t>; variable
248 template class RandenPool<uint16_t>; variable
249 template class RandenPool<uint32_t>; variable
250 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
247 template class RandenPool<uint8_t>; variable
248 template class RandenPool<uint16_t>; variable
249 template class RandenPool<uint32_t>; variable
250 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
246 template class RandenPool<uint8_t>; variable
247 template class RandenPool<uint16_t>; variable
248 template class RandenPool<uint32_t>; variable
249 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/abseil-cpp/absl/random/internal/
Dpool_urbg.h33 class RandenPool {
48 RandenPool() {} in RandenPool() function
61 extern template class RandenPool<uint8_t>;
62 extern template class RandenPool<uint16_t>;
63 extern template class RandenPool<uint32_t>;
64 extern template class RandenPool<uint64_t>;
73 using PoolType = RandenPool<unsigned_type>;
Dpool_urbg_test.cc28 using absl::random_internal::RandenPool;
35 std::is_same<T, RandenPool<uint8_t>>, //
36 std::is_same<T, RandenPool<uint16_t>>, //
37 std::is_same<T, RandenPool<uint32_t>>, //
38 std::is_same<T, RandenPool<uint64_t>>>; //
57 RandenPool<uint8_t>, //
58 RandenPool<uint16_t>, //
59 RandenPool<uint32_t>, //
60 RandenPool<uint64_t>, //
Dpool_urbg.cc235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate()
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill()
247 template class RandenPool<uint8_t>; variable
248 template class RandenPool<uint16_t>; variable
249 template class RandenPool<uint32_t>; variable
250 template class RandenPool<uint64_t>; variable
Dnonsecure_base.h116 RandenPool<uint32_t>::Fill(target); in generate_impl()
126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dseed_sequences.cc24 random_internal::RandenPool<uint32_t>::Fill(absl::MakeSpan(seed_material)); in MakeSeedSeq()

12