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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c59 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)
H A Dhash.h51 unsigned long ht_lookups; /* # of queries */ member in struct:hash_table

Completed in 78 milliseconds