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_lookups
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gmake/dist/
hash.c
59
ht->
ht_lookups
= 0;
93
ht->
ht_lookups
++;
203
ht->
ht_lookups
= 0;
285
fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->
ht_lookups
,
286
(ht->
ht_lookups
287
? (100.0 * (double) ht->ht_collisions / (double) ht->
ht_lookups
)
hash.h
51
unsigned long
ht_lookups
; /* # of queries */
member in struct:hash_table
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026