Home
last modified time | relevance | path

Searched defs:buckets (Results 26 - 50 of 137) sorted by relevance

123456

/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_dh.c64 struct ip_vs_dh_bucket buckets[IP_VS_DH_TAB_SIZE]; member
H A Dip_vs_sh.c70 struct ip_vs_sh_bucket buckets[IP_VS_SH_TAB_SIZE]; member
[all...]
/third_party/libunwind/libunwind/include/tdep-ia64/
H A Dscript.h74 struct ia64_script buckets[IA64_UNW_CACHE_SIZE]; member
/third_party/libbpf/src/
H A Dhashmap.h77 struct hashmap_entry **buckets; member
/third_party/node/deps/cares/src/lib/
H A Dares__htable_asvp.c118 const void **buckets = NULL; in ares__htable_asvp_keys() local
H A Dares__htable.c51 ares__llist_t **buckets; member
68 static void ares__htable_buckets_destroy(ares__llist_t **buckets, in ares__htable_buckets_destroy() argument
191 ares__llist_t **buckets = NULL; ares__htable_expand() local
[all...]
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Dcompile.rs300 let mut buckets = vec![vec![]; self.buckets.len()]; fmt() variables
[all...]
/third_party/python/Include/internal/
H A Dpycore_hashtable.h63 _Py_slist_t *buckets; member
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py290 def buckets(self): global() member in Table
[all...]
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-transaction-manager.c96 struct hlist_head buckets[DM_HASH_SIZE]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c45 struct hlist_head buckets[1 << MLX5I_MAX_LOG_PKEY_SUP]; member
71 static struct qpn_to_netdev *mlx5i_find_qpn_to_netdev_node(struct hlist_head *buckets, in mlx5i_find_qpn_to_netdev_node() argument
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_sh.c70 struct ip_vs_sh_bucket buckets[IP_VS_SH_TAB_SIZE]; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_cs.c84 struct radeon_cs_buckets buckets; in radeon_cs_parser_relocs() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c45 struct hlist_head buckets[1 << MLX5I_MAX_LOG_PKEY_SUP]; member
71 static struct qpn_to_netdev *mlx5i_find_qpn_to_netdev_node(struct hlist_head *buckets, in mlx5i_find_qpn_to_netdev_node() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.h61 u8 buckets; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_cs.c84 struct radeon_cs_buckets buckets; in radeon_cs_parser_relocs() local
/third_party/mesa3d/src/glx/
H A Dglxhash.c121 __glxHashBucketPtr buckets[HASH_SIZE]; member
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Store() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FindLongestMatch() local
H A Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FindLongestMatch() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.h80 size_t buckets() const { return SlotSet::BucketsForSize(size()); } in buckets() function in v8::internal::MemoryChunk
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c157 struct pb_manager **buckets; member
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FindLongestMatch() local
[all...]
H A Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Store() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FindLongestMatch() local
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.h148 FTC_Node* buckets; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc334 SingleChiSquaredTest(double p, size_t samples, size_t buckets) SingleChiSquaredTest() argument

Completed in 16 milliseconds

123456