Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c279 hash_print_stats (struct hash_table *ht, FILE *out_FILE) in hash_print_stats() argument
282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, ht->ht_size, in hash_print_stats()
284 fprintf (out_FILE, _("Rehash=%d, "), ht->ht_rehashes); in hash_print_stats()
285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
Dhash.h75 void hash_print_stats __P((struct hash_table *ht, FILE *out_FILE));