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

/freebsd-current/contrib/elftoolchain/common/
H A Duthash.h665 tbl->nonideal_items = 0; \
674 tbl->nonideal_items++; \
690 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
886 /* nonideal_items is the number of items in the hash whose chain position
889 unsigned nonideal_items; member in struct:UT_hash_table
/freebsd-current/contrib/libucl/uthash/
H A Duthash.h452 tbl->nonideal_items = 0; \
461 tbl->nonideal_items++; \
477 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
687 /* nonideal_items is the number of items in the hash whose chain position
690 unsigned nonideal_items; member in struct:UT_hash_table

Completed in 64 milliseconds