Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
H A Duthash.h107 #define HASH_BKT_CAPACITY_THRESH 10U /* expand when bucket count reaches */ macro
743 if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH)) \
1011 * threshold is enforced at its default value, HASH_BKT_CAPACITY_THRESH. (If
1015 * until its chain length reaches a *multiple* of HASH_BKT_CAPACITY_THRESH.
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h132 #define HASH_BKT_CAPACITY_THRESH 10U /* expand when bucket count reaches */ macro
776 if ((_ha_head->count >= ((_ha_head->expand_mult + 1U) * HASH_BKT_CAPACITY_THRESH)) \
1073 * threshold is enforced at its default value, HASH_BKT_CAPACITY_THRESH. (If
1077 * until its chain length reaches a *multiple* of HASH_BKT_CAPACITY_THRESH.

Completed in 4 milliseconds