Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c59 ht->ht_lookups = 0; in hash_init()
93 ht->ht_lookups++; in hash_find_slot()
203 ht->ht_lookups = 0; in hash_delete_items()
285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
286 (ht->ht_lookups in hash_print_stats()
287 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
Dhash.h51 unsigned long ht_lookups; /* # of queries */ member