Home
last modified time | relevance | path

Searched refs:bucket_index (Results 151 – 175 of 639) sorted by relevance

12345678910>>...26

/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/unordered/detail/
H A Dtable.hpp241 bucket_pointer get_bucket(std::size_t bucket_index) const in get_bucket()
244 return buckets_ + static_cast<std::ptrdiff_t>(bucket_index); in get_bucket()
252 link_pointer get_previous_start(std::size_t bucket_index) const in get_previous_start()
254 return get_bucket(bucket_index)->next_; in get_previous_start()
262 iterator begin(std::size_t bucket_index) const in begin()
265 link_pointer prev = get_previous_start(bucket_index); in begin()
608 std::size_t fix_bucket(std::size_t bucket_index, link_pointer prev) in fix_bucket()
611 std::size_t bucket_index2 = bucket_index; in fix_bucket()
620 if (bucket_index == bucket_index2) return bucket_index2; in fix_bucket()
627 bucket_pointer this_bucket = get_bucket(bucket_index); in fix_bucket()
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/unordered/detail/
H A Dtable.hpp237 bucket_pointer get_bucket(std::size_t bucket_index) const in get_bucket()
240 return buckets_ + static_cast<std::ptrdiff_t>(bucket_index); in get_bucket()
248 link_pointer get_previous_start(std::size_t bucket_index) const in get_previous_start()
250 return get_bucket(bucket_index)->next_; in get_previous_start()
258 iterator begin(std::size_t bucket_index) const in begin()
261 link_pointer prev = get_previous_start(bucket_index); in begin()
602 std::size_t fix_bucket(std::size_t bucket_index, link_pointer prev) in fix_bucket()
605 std::size_t bucket_index2 = bucket_index; in fix_bucket()
614 if (bucket_index == bucket_index2) return bucket_index2; in fix_bucket()
621 bucket_pointer this_bucket = get_bucket(bucket_index); in fix_bucket()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/unordered/detail/
H A Dtable.hpp241 bucket_pointer get_bucket(std::size_t bucket_index) const in get_bucket()
244 return buckets_ + static_cast<std::ptrdiff_t>(bucket_index); in get_bucket()
252 link_pointer get_previous_start(std::size_t bucket_index) const in get_previous_start()
254 return get_bucket(bucket_index)->next_; in get_previous_start()
262 iterator begin(std::size_t bucket_index) const in begin()
265 link_pointer prev = get_previous_start(bucket_index); in begin()
608 std::size_t fix_bucket(std::size_t bucket_index, link_pointer prev) in fix_bucket()
611 std::size_t bucket_index2 = bucket_index; in fix_bucket()
620 if (bucket_index == bucket_index2) return bucket_index2; in fix_bucket()
627 bucket_pointer this_bucket = get_bucket(bucket_index); in fix_bucket()
/dports/lang/perl5.34/perl-5.34.0/ext/Hash-Util/
H A DUtil.xs177 U32 bucket_index; in bucket_info() local
178 for ( bucket_index= 0; bucket_index <= max_bucket_index; bucket_index++ ) { in bucket_info()
180 for (he= bucket_array[bucket_index]; he; he= HeNEXT(he) ) { in bucket_info()
/dports/lang/perl5.30/perl-5.30.3/ext/Hash-Util/
H A DUtil.xs177 U32 bucket_index; in bucket_info() local
178 for ( bucket_index= 0; bucket_index <= max_bucket_index; bucket_index++ ) { in bucket_info()
180 for (he= bucket_array[bucket_index]; he; he= HeNEXT(he) ) { in bucket_info()
/dports/lang/perl5.32/perl-5.32.1/ext/Hash-Util/
H A DUtil.xs177 U32 bucket_index; in bucket_info() local
178 for ( bucket_index= 0; bucket_index <= max_bucket_index; bucket_index++ ) { in bucket_info()
180 for (he= bucket_array[bucket_index]; he; he= HeNEXT(he) ) { in bucket_info()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/Hash-Util/
H A DUtil.xs177 U32 bucket_index; in bucket_info() local
178 for ( bucket_index= 0; bucket_index <= max_bucket_index; bucket_index++ ) { in bucket_info()
180 for (he= bucket_array[bucket_index]; he; he= HeNEXT(he) ) { in bucket_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/routing/src/
H A Dconnection_container.h150 const std::size_t bucket_index = hasher_(key) % buckets_.size(); in get_bucket() local
151 return buckets_[bucket_index]; in get_bucket()
155 const std::size_t bucket_index = hasher_(key) % buckets_.size(); in get_bucket() local
156 return buckets_[bucket_index]; in get_bucket()
/dports/lang/clover/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/lib/
H A Dpan_bo.c163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
168 bucket_index = MIN2(bucket_index, MAX_BO_CACHE_BUCKET); in pan_bucket_index()
173 assert(bucket_index >= MIN_BO_CACHE_BUCKET); in pan_bucket_index()
174 assert(bucket_index <= MAX_BO_CACHE_BUCKET); in pan_bucket_index()
177 return (bucket_index - MIN_BO_CACHE_BUCKET); in pan_bucket_index()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c311 info->nh_res_bucket->bucket_index = bucket_index; in nh_notifier_res_bucket_info_init()
961 u16 bucket_index) in nexthop_bucket_notify() argument
1526 bucket_index, force, in nh_res_bucket_migrate()
3291 u16 bucket_index; member
3318 u16 bucket_index; in rtm_dump_nexthop_bucket_nh() local
3326 for (bucket_index = dd->ctx->bucket_index; in rtm_dump_nexthop_bucket_nh()
3328 bucket_index++) { in rtm_dump_nexthop_bucket_nh()
3353 bucket_index = 0; in rtm_dump_nexthop_bucket_nh()
3358 dd->ctx->bucket_index = bucket_index; in rtm_dump_nexthop_bucket_nh()
3421 u16 *bucket_index, in nh_valid_get_bucket_req_res_bucket() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c311 info->nh_res_bucket->bucket_index = bucket_index; in nh_notifier_res_bucket_info_init()
961 u16 bucket_index) in nexthop_bucket_notify() argument
1526 bucket_index, force, in nh_res_bucket_migrate()
3291 u16 bucket_index; member
3318 u16 bucket_index; in rtm_dump_nexthop_bucket_nh() local
3326 for (bucket_index = dd->ctx->bucket_index; in rtm_dump_nexthop_bucket_nh()
3328 bucket_index++) { in rtm_dump_nexthop_bucket_nh()
3353 bucket_index = 0; in rtm_dump_nexthop_bucket_nh()
3358 dd->ctx->bucket_index = bucket_index; in rtm_dump_nexthop_bucket_nh()
3421 u16 *bucket_index, in nh_valid_get_bucket_req_res_bucket() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c311 info->nh_res_bucket->bucket_index = bucket_index; in nh_notifier_res_bucket_info_init()
961 u16 bucket_index) in nexthop_bucket_notify() argument
1526 bucket_index, force, in nh_res_bucket_migrate()
3291 u16 bucket_index; member
3318 u16 bucket_index; in rtm_dump_nexthop_bucket_nh() local
3326 for (bucket_index = dd->ctx->bucket_index; in rtm_dump_nexthop_bucket_nh()
3328 bucket_index++) { in rtm_dump_nexthop_bucket_nh()
3353 bucket_index = 0; in rtm_dump_nexthop_bucket_nh()
3358 dd->ctx->bucket_index = bucket_index; in rtm_dump_nexthop_bucket_nh()
3421 u16 *bucket_index, in nh_valid_get_bucket_req_res_bucket() argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/unordered/detail/
H A Dimplementation.hpp3390 std::size_t bucket_index2 = bucket_index; in fix_bucket()
3396 if (bucket_index == bucket_index2) { in fix_bucket()
3690 n->bucket_info_ = bucket_index; in add_node_unique()
4067 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_unique()
4201 n->bucket_info_ = bucket_index; in add_node_equiv()
4209 if (next_bucket != bucket_index) { in add_node_equiv()
4394 this->fix_bucket(bucket_index, prev, j); in extract_by_iterator_equiv()
4426 this->fix_bucket(bucket_index, prev, n); in erase_key_equiv()
4448 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_equiv()
4589 n->bucket_info_ = bucket_index; in rehash_impl()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/unordered/detail/
H A Dimplementation.hpp3390 std::size_t bucket_index2 = bucket_index; in fix_bucket()
3396 if (bucket_index == bucket_index2) { in fix_bucket()
3690 n->bucket_info_ = bucket_index; in add_node_unique()
4067 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_unique()
4201 n->bucket_info_ = bucket_index; in add_node_equiv()
4209 if (next_bucket != bucket_index) { in add_node_equiv()
4394 this->fix_bucket(bucket_index, prev, j); in extract_by_iterator_equiv()
4426 this->fix_bucket(bucket_index, prev, n); in erase_key_equiv()
4448 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_equiv()
4589 n->bucket_info_ = bucket_index; in rehash_impl()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/unordered/detail/
H A Dimplementation.hpp3390 std::size_t bucket_index2 = bucket_index; in fix_bucket()
3396 if (bucket_index == bucket_index2) { in fix_bucket()
3690 n->bucket_info_ = bucket_index; in add_node_unique()
4067 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_unique()
4201 n->bucket_info_ = bucket_index; in add_node_equiv()
4209 if (next_bucket != bucket_index) { in add_node_equiv()
4394 this->fix_bucket(bucket_index, prev, j); in extract_by_iterator_equiv()
4426 this->fix_bucket(bucket_index, prev, n); in erase_key_equiv()
4448 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_equiv()
4589 n->bucket_info_ = bucket_index; in rehash_impl()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/unordered/detail/
H A Dimplementation.hpp3390 std::size_t bucket_index2 = bucket_index; in fix_bucket()
3396 if (bucket_index == bucket_index2) { in fix_bucket()
3690 n->bucket_info_ = bucket_index; in add_node_unique()
4067 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_unique()
4201 n->bucket_info_ = bucket_index; in add_node_equiv()
4209 if (next_bucket != bucket_index) { in add_node_equiv()
4394 this->fix_bucket(bucket_index, prev, j); in extract_by_iterator_equiv()
4426 this->fix_bucket(bucket_index, prev, n); in erase_key_equiv()
4448 bucket_index = this->fix_bucket(bucket_index, prev, next); in erase_nodes_equiv()
4589 n->bucket_info_ = bucket_index; in rehash_impl()
[all …]

12345678910>>...26