Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h830 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
831 (tbl->ineff_expands+1U) : 0U; \
832 if (tbl->ineff_expands > 1U) { \
1052 unsigned ineff_expands, noexpand; member
/third_party/libcoap/include/coap3/
Duthash.h874 (tbl)->ineff_expands = ((tbl)->nonideal_items > ((tbl)->num_items >> 1)) ? \
875 ((tbl)->ineff_expands+1U) : 0U; \
876 if ((tbl)->ineff_expands > 1U) { \
1114 unsigned ineff_expands, noexpand; member