Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/klib/
H A Dkhash.h192 static const double __ac_HASH_UPPER = 0.77; variable
251 …if (h->size >= (khint_t)(new_n_buckets * __ac_HASH_UPPER + 0.5)) j = 0; /* requested size is too s…
303 h->upper_bound = (khint_t)(h->n_buckets * __ac_HASH_UPPER + 0.5); \