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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h150 (head)->hh.tbl->log2_num_buckets = HASH_INITIAL_NUM_BUCKETS_LOG2; \
663 (tbl->num_items >> (tbl->log2_num_buckets+1)) + \
688 tbl->log2_num_buckets++; \
877 unsigned num_buckets, log2_num_buckets; member in struct:UT_hash_table
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h150 (head)->hh.tbl->log2_num_buckets = HASH_INITIAL_NUM_BUCKETS_LOG2; \
450 (tbl->num_items >> (tbl->log2_num_buckets+1)) + \
475 tbl->log2_num_buckets++; \
678 unsigned num_buckets, log2_num_buckets; member in struct:UT_hash_table

Completed in 59 milliseconds