Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Dkhash.h194 static const double __ac_HASH_UPPER = 0.77; variable
253 …if (h->size >= (khint_t)(new_n_buckets * __ac_HASH_UPPER + 0.5)) j = 0; /* requested size is too s…
305 h->upper_bound = (khint_t)(h->n_buckets * __ac_HASH_UPPER + 0.5); \
/third_party/ejdb/src/util/
Dkhash.h184 static const double __ac_HASH_UPPER = 0.77; variable
243 …if (h->size >= (khint_t)(new_n_buckets * __ac_HASH_UPPER + 0.5)) j = 0; /* requested size is too s…
295 h->upper_bound = (khint_t)(h->n_buckets * __ac_HASH_UPPER + 0.5); \