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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c47 ht->ht_empty_slots = ht->ht_size;
144 ht->ht_empty_slots--;
148 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity)
191 ht->ht_empty_slots = ht->ht_size;
205 ht->ht_empty_slots = ht->ht_size;
216 ht->ht_empty_slots = ht->ht_size;
274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill;
H A Dhash.h49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member in struct:hash_table

Completed in 76 milliseconds