Home
last modified time | relevance | path

Searched defs:buckets (Results 1 – 25 of 62) sorted by relevance

123

/third_party/node/deps/v8/src/heap/
Dslot-set.h58 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
Dmemory-chunk.h80 size_t buckets() const { return SlotSet::BucketsForSize(size()); } in buckets() function
/third_party/node/deps/cares/src/lib/
Dares__htable.c51 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
Dares__htable_asvp.c118 const void **buckets = NULL; in ares__htable_asvp_keys() local
/third_party/node/deps/brotli/c/enc/
Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dencoder_dict.h33 const uint16_t* buckets; member
Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_to_binary_tree_inc.h72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_longest_match_inc.h167 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dencoder_dict.h33 const uint16_t* buckets; member
Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_to_binary_tree_inc.h72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
/third_party/libdrm/
Dxf86drmHash.h44 HashBucketPtr buckets[HASH_SIZE]; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_internal.h25 } buckets[27]; member
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Dcompile.rs221 buckets: Vec<Vec<PatternID>>, field
300 let mut buckets = vec![vec![]; self.buckets.len()]; in fmt() localVariable
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h54 struct list_head *buckets; member
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h67 struct cso_node **buckets; member
/third_party/libunwind/libunwind/include/tdep-ia64/
Dscript.h74 struct ia64_script buckets[IA64_UNW_CACHE_SIZE]; member
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs45 buckets: Vec<Vec<(Hash, PatternID)>>, field
/third_party/python/Include/internal/
Dpycore_hashtable.h63 _Py_slist_t *buckets; member
/third_party/typescript/src/services/
DdocumentRegistry.ts158 const buckets = new Map<DocumentRegistryBucketKeyWithMode, ESMap<Path, BucketEntry>>(); constant
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dpoisson_distribution_test.cc272 absl::flat_hash_map<int32_t, int> buckets; in SingleZTest() local
374 const double buckets) { in InitChiSquaredTest()
Dlog_uniform_int_distribution_test.cc160 std::vector<int64_t> buckets(max_bucket + 1); in ChiSquaredTestImpl() local
/third_party/rust/crates/unicode-width/scripts/
Dunicode.py290 def buckets(self): member in Table

123