OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ht_collisions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gmake/dist/
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 47 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026