Home
last modified time | relevance | path

Searched refs:mht_count (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile_test.c45 assert(ht.mht_count == i); in test_mf_hash()
52 assert(ht.mht_count <= (num_buckets << MHT_LOG_LOAD_FACTOR)); in test_mf_hash()
H A Dmemfile.c1394 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()
H A Dstructs.h496 long_u mht_count; // nr of items inserted into hashtable member