Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Duthash.h776 if ((_ha_head->count >= ((_ha_head->expand_mult + 1U) * HASH_BKT_CAPACITY_THRESH)) \
857 if (_he_newbkt->count > _he_newbkt->expand_mult * (tbl)->ideal_chain_maxlen) { \
858 _he_newbkt->expand_mult++; \
1084 unsigned expand_mult; member
/third_party/libdrm/intel/
Duthash.h743 if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH)) \
815 _he_newbkt->expand_mult = _he_newbkt->count / \
1022 unsigned expand_mult; member