Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc134 static constexpr int kPoolSize = 8; member
138 ABSL_CACHELINE_ALIGNED static RandenPoolEntry* shared_pools[kPoolSize];
140 // Returns an id in the range [0 ... kPoolSize), which indexes into the
151 static_assert(kPoolSize >= 1, in GetPoolID()
159 my_pool_id = (sequence++ % kPoolSize); in GetPoolID()
178 my_pool_id = (sequence++ % kPoolSize) + 1; in GetPoolID()
204 // Allocate and initialize kPoolSize objects of type RandenPoolEntry.
213 uint32_t seed_material[kPoolSize * kSeedSize]; in InitPoolURBG()
218 for (int i = 0; i < kPoolSize; i++) { in InitPoolURBG()
/third_party/vixl/test/
H A Dtest-pool-manager.cc713 const int kPoolSize = kVeneerSize * kNumBranches + kHeaderSize; in TEST() local
721 pc + kPoolSize + kBranchSize - 1); in TEST()
732 pc + kPoolSize + kBranchSize); in TEST()
742 pc + kPoolSize + kBranchSize, in TEST()
752 VIXL_ASSERT(new_pc == pc + kPoolSize); in TEST()
811 const int kPoolSize = kVeneerSize * kNumBranches + kHeaderSize; in TEST() local
814 ForwardReference<int32_t> temp_ref(pc, kBranchSize, pc, pc + kPoolSize); in TEST()
822 ForwardReference<int32_t> temp_ref2(pc, kBranchSize, pc, pc + kPoolSize); in TEST()
836 VIXL_ASSERT(new_pc == pc + kPoolSize); in TEST()

Completed in 3 milliseconds