Searched refs:hash_to_bucket (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/fixtures/ |
D | guess-hash-seed.js | 63 function hash_to_bucket(hash, numBuckets) { function 93 if (hash_to_bucket(ComputeIntegerHash(i), tester_set_buckets) !== 0) { 100 if (hash_to_bucket(ComputeIntegerHash(i), tester_set_buckets) === 0) { 142 if (hash_to_bucket(first_slow_str_special_hasher(seed_candidate), 154 if (hash_to_bucket(special_hasher(seed_candidate), tester_set_buckets) ==
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 3052 std::size_t hash_to_bucket(std::size_t hash_value) const in hash_to_bucket() function 3588 std::size_t bucket_index = this->hash_to_bucket(key_hash); in find_node_impl() 3637 std::size_t bucket_index = this->hash_to_bucket(key_hash); in extract_by_key() 3687 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_unique() 4039 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_unique() 4200 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_equiv() 4411 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_equiv() 4587 std::size_t bucket_index = this->hash_to_bucket(key_hash); in rehash_impl()
|
/third_party/boost/boost/intrusive/ |
D | hashtable.hpp | 521 BOOST_INTRUSIVE_FORCEINLINE std::size_t hash_to_bucket(std::size_t hash_value, std::size_t bucket_c… in hash_to_bucket() function 524 BOOST_INTRUSIVE_FORCEINLINE std::size_t hash_to_bucket(std::size_t hash_value, std::size_t bucket_c… in hash_to_bucket() function 530 …std::size_t bucket_number = detail::hash_to_bucket(hash_value, bucket_cnt, detail::bool_<Power2Buc… in hash_to_bucket_split() 3337 …const std::size_t new_n = detail::hash_to_bucket(constructed, dst_bucket_count, detail::bool_<powe… in priv_structural_clone_from()
|
/third_party/boost/boost/unordered/ |
D | unordered_set.hpp | 501 return table_.hash_to_bucket(table_.hash(k)); in bucket() 1048 return table_.hash_to_bucket(table_.hash(k)); in bucket()
|
D | unordered_map.hpp | 787 return table_.hash_to_bucket(table_.hash(k)); in bucket() 1391 return table_.hash_to_bucket(table_.hash(k)); in bucket()
|