Home
last modified time | relevance | path

Searched refs:RandenPoolEntry (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc44 // RandenPoolEntry is a thread-safe pseudorandom bit generator, implementing a
50 class RandenPoolEntry { class
85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate()
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate()
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate()
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate()
120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill()
138 ABSL_CACHELINE_ALIGNED static RandenPoolEntry* shared_pools[kPoolSize];
188 // Allocate a RandenPoolEntry with at least 32-byte alignment, which is required
190 RandenPoolEntry* PoolAlignedAllo
[all...]

Completed in 2 milliseconds