Home
last modified time | relevance | path

Searched refs:bucket_hash (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dhashmap.c348 #define bucket_hash(h, p) base_bucket_hash(HASHMAP_BASE(h), p) macro
437 initial_bucket = bucket_hash(h, bucket_at(h, idx)->key); in bucket_calculate_dib()
1023 idx = bucket_hash(h, new_entry->p.b.key); in hashmap_base_put_boldly()
1163 optimal_idx = bucket_hash(h, bucket_at(h, idx)->key); in resize_buckets()
1190 … optimal_idx = bucket_hash(h, bucket_at_swap(&swap, IDX_PUT)->p.b.key); in resize_buckets()
1236 hash = bucket_hash(h, key); in hashmap_put()
1258 hash = bucket_hash(s, key); in set_put()
1299 hash = bucket_hash(h, key); in hashmap_replace()
1332 hash = bucket_hash(h, key); in hashmap_update()
1351 hash = bucket_hash(h, key); in _hashmap_get()
[all …]