Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.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++; \
1072 /* expand_mult is normally set to 0. In this situation, the max chain length
1075 * However, setting expand_mult to a non-zero value delays bucket expansion
1078 * (The multiplier is simply expand_mult+1). The whole idea of this
1084 unsigned expand_mult; member
/third_party/libdrm/intel/
H A Duthash.h743 if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH)) \
815 _he_newbkt->expand_mult = _he_newbkt->count / \
1010 /* expand_mult is normally set to 0. In this situation, the max chain length
1013 * However, setting expand_mult to a non-zero value delays bucket expansion
1016 * (The multiplier is simply expand_mult+1). The whole idea of this
1022 unsigned expand_mult; member

Completed in 5 milliseconds