HomeSort by relevance Sort by last modified time
    Searched refs:ht_capacity (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
hash.c 56 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);
hash.h 47 unsigned long ht_capacity; /* usable slots, limited by loading-factor */ member in struct:hash_table

Completed in 34 milliseconds