Searched refs:MHT_INIT_SIZE (Results 1 – 3 of 3) sorted by relevance
54 if (i < (MHT_INIT_SIZE << MHT_LOG_LOAD_FACTOR)) in test_mf_hash()57 assert(num_buckets == MHT_INIT_SIZE); in test_mf_hash()62 assert(num_buckets > MHT_INIT_SIZE); in test_mf_hash()
490 #define MHT_INIT_SIZE 64 macro499 mf_hashitem_T *mht_small_buckets[MHT_INIT_SIZE]; // initial buckets
1328 mht->mht_mask = MHT_INIT_SIZE - 1; in mf_hash_init()