Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c58 ht->ht_collisions = 0; in hash_init()
112 ht->ht_collisions++; in hash_find_slot()
202 ht->ht_collisions = 0; in hash_delete_items()
285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
287 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
Dhash.h50 unsigned long ht_collisions; /* # of failed calls to comparison function */ member