Home
last modified time | relevance | path

Searched refs:ht_empty_slots (Results 1 – 8 of 8) sorted by relevance

/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c48 ht->ht_empty_slots = ht->ht_size; in hash_init()
140 ht->ht_empty_slots--; in hash_insert_at()
144 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()
187 ht->ht_empty_slots = ht->ht_size; in hash_free_items()
201 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()
212 ht->ht_empty_slots = ht->ht_size; in hash_free()
257 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
H A Didu-hash.h34 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c50 ht->ht_empty_slots = ht->ht_size; in hash_init()
279 ht->ht_empty_slots--; in hash_insert_at()
283 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()
339 ht->ht_empty_slots = ht->ht_size; in hash_free_items()
356 ht->ht_empty_slots = ht->ht_size; in hash_free_items_cached()
371 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()
382 ht->ht_empty_slots = ht->ht_size; in hash_free()
398 ht->ht_empty_slots = ht->ht_size; in hash_free_cached()
478 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
H A Dhash.h47 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.c46 ht->ht_empty_slots = ht->ht_size; in hash_init()
143 ht->ht_empty_slots--; in hash_insert_at()
147 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()
190 ht->ht_empty_slots = ht->ht_size; in hash_free_items()
204 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()
215 ht->ht_empty_slots = ht->ht_size; in hash_free()
273 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
H A Dhash.h50 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member
/dports/devel/gmake/make-4.3/src/
H A Dhash.c46 ht->ht_empty_slots = ht->ht_size; in hash_init()
143 ht->ht_empty_slots--; in hash_insert_at()
147 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()
190 ht->ht_empty_slots = ht->ht_size; in hash_free_items()
204 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()
215 ht->ht_empty_slots = ht->ht_size; in hash_free()
273 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
H A Dhash.h50 unsigned long ht_empty_slots; /* empty slots not including deleted slots */