Searched refs:mht_count (Results 1 – 3 of 3) sorted by relevance
45 assert(ht.mht_count == i); in test_mf_hash()52 assert(ht.mht_count <= (num_buckets << MHT_LOG_LOAD_FACTOR)); in test_mf_hash()
1394 mht->mht_count++; in mf_hash_add_item()1401 && (mht->mht_count >> MHT_LOG_LOAD_FACTOR) > mht->mht_mask) in mf_hash_add_item()1426 mht->mht_count--; in mf_hash_rem_item()
496 long_u mht_count; // nr of items inserted into hashtable member