Searched refs:bucket_hash (Results 1 - 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | hashmap.c | 381 #define bucket_hash(h, p) base_bucket_hash(HASHMAP_BASE(h), p) macro 465 initial_bucket = bucket_hash(h, bucket_at(h, idx)->key); in bucket_calculate_dib() 1035 idx = bucket_hash(h, new_entry->p.b.key); in hashmap_base_put_boldly() 1173 optimal_idx = bucket_hash(h, bucket_at(h, idx)->key); in resize_buckets() 1200 optimal_idx = bucket_hash(h, bucket_at_swap(&swap, IDX_PUT)->p.b.key); in resize_buckets() 1246 hash = bucket_hash(h, key); in hashmap_put() 1268 hash = bucket_hash(s, key); in set_put() 1285 hash = bucket_hash(h, key); in hashmap_replace() 1316 hash = bucket_hash(h, key); in hashmap_update() 1333 hash = bucket_hash( in internal_hashmap_get() [all...] |
Completed in 4 milliseconds