Home
last modified time | relevance | path

Searched refs:n_buckets (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/shared/
H A Dhashmap.c178 unsigned n_buckets; /* number of buckets */ member
344 static unsigned n_buckets(HashmapBase *h) { in n_buckets() function
345 return h->has_indirect ? h->indirect.n_buckets in n_buckets()
379 return (unsigned) (h->hash_ops->hash(p, hash_key(h)) % n_buckets(h)); in base_bucket_hash()
438 (storage_ptr(h) + hashmap_type_info[h->type].entry_size * n_buckets(h)); in dib_raw_ptr()
443 : n_buckets(h) + idx - from; in bucket_distance()
478 for ( ; idx < n_buckets(h); idx++) in skip_free_buckets()
527 return (idx + 1U) % n_buckets(h); in next_idx()
531 return (n_buckets(h) + idx - 1U) % n_buckets( in prev_idx()
[all...]

Completed in 3 milliseconds