OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ht_collisions
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.c
58
ht->
ht_collisions
= 0;
112
ht->
ht_collisions
++;
202
ht->
ht_collisions
= 0;
285
fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->
ht_collisions
, ht->ht_lookups,
287
? (100.0 * (double) ht->
ht_collisions
/ (double) ht->ht_lookups)
hash.h
50
unsigned long
ht_collisions
; /* # of failed calls to comparison function */
member in struct:hash_table
Completed in 443 milliseconds