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

  /ndk/sources/host-tools/make-3.81/
hash.c 59 ht->ht_lookups = 0;
93 ht->ht_lookups++;
203 ht->ht_lookups = 0;
285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups,
286 (ht->ht_lookups
287 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups)
hash.h 51 unsigned long ht_lookups; /* # of queries */ member in struct:hash_table

Completed in 1122 milliseconds