Home
last modified time | relevance | path

Searched refs:ht_filled (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dhashtab.c241 ++ht->ht_filled; in hash_add_item()
340 if (ht->ht_used > ht->ht_filled) in hash_may_resize()
342 if (ht->ht_filled >= ht->ht_mask + 1) in hash_may_resize()
350 if (ht->ht_filled < HT_INIT_SIZE - 1 in hash_may_resize()
361 if (ht->ht_filled * 3 < oldsize * 2 && ht->ht_used > oldsize / 5) in hash_may_resize()
410 if (ht->ht_filled < ht->ht_mask) in hash_may_resize()
452 ht->ht_filled = ht->ht_used; in hash_may_resize()
H A Dstructs.h1299 long_u ht_filled; // number of items used + removed member