Home
last modified time | relevance | path

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

123

/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
Dhash_longest_match_inc.h167 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() 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/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/libdrm/
Dxf86drmHash.h44 HashBucketPtr buckets[HASH_SIZE]; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_internal.h25 } buckets[27]; member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h54 struct list_head *buckets; member
/third_party/typescript/src/services/
DdocumentRegistry.ts121 const buckets = new Map<string, ESMap<Path, DocumentRegistryEntry>>(); constant
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h67 struct cso_node **buckets; member
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs45 buckets: Vec<Vec<(Hash, PatternID)>>, field
/third_party/libunwind/include/tdep-ia64/
Dscript.h74 struct ia64_script buckets[IA64_UNW_CACHE_SIZE]; member
/third_party/python/Include/internal/
Dpycore_hashtable.h63 _Py_slist_t *buckets; member
/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
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c40 struct acolorhist_arr_head *const buckets = acht->buckets; in pam_computeacolorhash() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DAlphabeticIndex.java156 private BucketList<V> buckets; field in AlphabeticIndex
172 private final BucketList<V> buckets; field in AlphabeticIndex.ImmutableIndex
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java156 private BucketList<V> buckets; field in AlphabeticIndex
173 private final BucketList<V> buckets; field in AlphabeticIndex.ImmutableIndex

123