HomeSort by relevance Sort by last modified time
    Searched refs:kBuckets (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
random_unittest.cc 272 const int kBuckets = 100;
278 std::vector<unsigned int> buckets(kBuckets, 0);
281 if (index >= 0 && index < kBuckets) {
289 for (int n = 0; n < kBuckets; ++n) {
  /external/v8/src/heap/
slot-set.h 25 // splits the valid slot offset range into kBuckets buckets.
38 for (int i = 0; i < kBuckets; i++) {
44 for (int i = 0; i < kBuckets; i++) {
132 if (current_bucket == kBuckets || bucket_ptr == nullptr) {
168 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) {
230 static const int kBuckets = kMaxSlots / kCellsPerBucket / kBitsPerCell;
267 if (bucket_index < kBuckets) {
291 base::AtomicValue<base::AtomicValue<uint32_t>*> bucket[kBuckets];

Completed in 95 milliseconds