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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h690 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
691 (tbl->ineff_expands+1) : 0; \
692 if (tbl->ineff_expands > 1) { \
897 unsigned ineff_expands, noexpand; member in struct:UT_hash_table
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h477 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
478 (tbl->ineff_expands+1) : 0; \
479 if (tbl->ineff_expands > 1) { \
698 unsigned ineff_expands, noexpand; member in struct:UT_hash_table

Completed in 63 milliseconds