| /third_party/node/deps/v8/src/heap/ |
| D | slot-set.h | 58 void Insert(size_t bucket_index, size_t buckets) { in Insert() 92 void Allocate(size_t buckets) { in Allocate() 113 static size_t WordsForBuckets(size_t buckets) { in WordsForBuckets() 142 static SlotSet* Allocate(size_t buckets) { in Allocate() 171 static void Delete(SlotSet* slot_set, size_t buckets) { in Delete() 254 void RemoveRange(size_t start_offset, size_t end_offset, size_t buckets, in RemoveRange() 369 bool FreeEmptyBuckets(size_t buckets) { in FreeEmptyBuckets() 382 bool CheckPossiblyEmptyBuckets(size_t buckets, in CheckPossiblyEmptyBuckets() 591 Bucket** buckets() { return reinterpret_cast<Bucket**>(this); } in buckets() function
|
| D | memory-chunk.h | 80 size_t buckets() const { return SlotSet::BucketsForSize(size()); } in buckets() function
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares__htable.c | 51 ares__llist_t **buckets; member 68 static void ares__htable_buckets_destroy(ares__llist_t **buckets, in ares__htable_buckets_destroy() 191 ares__llist_t **buckets = NULL; in ares__htable_expand() local
|
| D | ares__htable_asvp.c | 118 const void **buckets = NULL; in ares__htable_asvp_keys() local
|
| /third_party/node/deps/brotli/c/enc/ |
| D | hash_longest_match_quickly_inc.h | 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| D | encoder_dict.h | 33 const uint16_t* buckets; member
|
| D | hash_longest_match64_inc.h | 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| D | hash_to_binary_tree_inc.h | 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| D | hash_longest_match_inc.h | 167 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | hash_longest_match_quickly_inc.h | 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| D | encoder_dict.h | 33 const uint16_t* buckets; member
|
| D | hash_longest_match64_inc.h | 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| D | hash_to_binary_tree_inc.h | 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
| /third_party/libdrm/ |
| D | xf86drmHash.h | 44 HashBucketPtr buckets[HASH_SIZE]; member
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_renderer_internal.h | 25 } buckets[27]; member
|
| /third_party/rust/crates/aho-corasick/src/packed/teddy/ |
| D | compile.rs | 221 buckets: Vec<Vec<PatternID>>, field 300 let mut buckets = vec![vec![]; self.buckets.len()]; in fmt() localVariable
|
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| D | pb_cache.h | 54 struct list_head *buckets; member
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| D | cso_hash.h | 67 struct cso_node **buckets; member
|
| /third_party/libunwind/libunwind/include/tdep-ia64/ |
| D | script.h | 74 struct ia64_script buckets[IA64_UNW_CACHE_SIZE]; member
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| D | rabinkarp.rs | 45 buckets: Vec<Vec<(Hash, PatternID)>>, field
|
| /third_party/python/Include/internal/ |
| D | pycore_hashtable.h | 63 _Py_slist_t *buckets; member
|
| /third_party/typescript/src/services/ |
| D | documentRegistry.ts | 158 const buckets = new Map<DocumentRegistryBucketKeyWithMode, ESMap<Path, BucketEntry>>(); constant
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | poisson_distribution_test.cc | 272 absl::flat_hash_map<int32_t, int> buckets; in SingleZTest() local 374 const double buckets) { in InitChiSquaredTest()
|
| D | log_uniform_int_distribution_test.cc | 160 std::vector<int64_t> buckets(max_bucket + 1); in ChiSquaredTestImpl() local
|
| /third_party/rust/crates/unicode-width/scripts/ |
| D | unicode.py | 290 def buckets(self): member in Table
|