Searched refs:MHT_LOG_LOAD_FACTOR (Results 1 – 2 of 2) sorted by relevance
52 assert(ht.mht_count <= (num_buckets << MHT_LOG_LOAD_FACTOR)); in test_mf_hash()54 if (i < (MHT_INIT_SIZE << MHT_LOG_LOAD_FACTOR)) in test_mf_hash()81 assert(i + 1 == (num_buckets << MHT_LOG_LOAD_FACTOR)); in test_mf_hash()
1317 #define MHT_LOG_LOAD_FACTOR 6 macro1401 && (mht->mht_count >> MHT_LOG_LOAD_FACTOR) > mht->mht_mask) in mf_hash_add_item()