Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c47 ht->ht_empty_slots = ht->ht_size; in hash_init()
144 ht->ht_empty_slots--; in hash_insert_at()
148 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()
191 ht->ht_empty_slots = ht->ht_size; in hash_free_items()
205 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()
216 ht->ht_empty_slots = ht->ht_size; in hash_free()
274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
Dhash.h49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member