Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h180 (head)->hh.tbl->log2_num_buckets = HASH_INITIAL_NUM_BUCKETS_LOG2; \
803 (tbl->num_items >> (tbl->log2_num_buckets+1U)) + \
828 tbl->log2_num_buckets++; \
1032 unsigned num_buckets, log2_num_buckets; member
/third_party/libcoap/include/coap3/
Duthash.h222 (head)->hh.tbl->log2_num_buckets = HASH_INITIAL_NUM_BUCKETS_LOG2; \
846 ((tbl)->num_items >> ((tbl)->log2_num_buckets+1U)) + \
872 (tbl)->log2_num_buckets++; \
1094 unsigned num_buckets, log2_num_buckets; member