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

  /ndk/sources/host-tools/make-3.81/
hash.c 47 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;
hash.h 49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member in struct:hash_table

Completed in 2111 milliseconds