Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemfile_test.c54 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()
H A Dstructs.h490 #define MHT_INIT_SIZE 64 macro
499 mf_hashitem_T *mht_small_buckets[MHT_INIT_SIZE]; // initial buckets
H A Dmemfile.c1328 mht->mht_mask = MHT_INIT_SIZE - 1; in mf_hash_init()