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

/ndk/sources/host-tools/make-3.81/
H A Dhash.c56 ht->ht_capacity = ht->ht_size - (ht->ht_size / 16); /* 93.75% loading factor */
148 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity)
220 ht->ht_capacity = 0;
258 if (ht->ht_fill >= ht->ht_capacity)
261 ht->ht_capacity = ht->ht_size - (ht->ht_size >> 4);
H A Dhash.h47 unsigned long ht_capacity; /* usable slots, limited by loading-factor */ member in struct:hash_table

Completed in 4 milliseconds