Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwhmap.c26 } bucket_t; typedef
37 bucket_t *buckets;
191 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_find()
203 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_add()
237 bucket_t *buckets = calloc(num_buckets, sizeof(*buckets)); in _rehash()
244 bucket_t *bucket, in _rehash()
351 static void _entry_remove(IWHMAP *hm, bucket_t *bucket, entry_t *entry) { in _entry_remove()
384 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_remove()
428 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_put()
452 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_rename()
[all …]