Home
last modified time | relevance | path

Searched refs:ht_lookups (Results 1 – 11 of 11) sorted by relevance

/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c56 ht->ht_lookups = 0; in hash_init()
89 ht->ht_lookups++; in hash_find_slot()
199 ht->ht_lookups = 0; in hash_delete_items()
267 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
268 (ht->ht_lookups in hash_print_stats()
269 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
H A Didu-hash.h36 unsigned long ht_lookups; /* # of queries */ member
/dports/print/a2ps/a2ps-4.13/lib/
H A Dhashtab.c57 ht->ht_lookups = 0; in hash_init()
90 ht->ht_lookups++; in hash_find_slot()
191 ht->ht_lookups = 0; in hash_delete_items()
251 ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
252 (ht->ht_lookups in hash_print_stats()
253 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
H A Dhashtab.h54 unsigned long ht_lookups; /* # of queries */ member
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c62 ht->ht_lookups = 0; in hash_init()
138 MAKE_STATS (ht->ht_lookups++); in hash_find_slot()
183 MAKE_STATS (ht->ht_lookups++); in hash_find_slot_strcached()
369 ht->ht_lookups = 0; in hash_delete_items()
490 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
491 (ht->ht_lookups in hash_print_stats()
492 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
H A Dhash.h49 unsigned long ht_lookups; /* # of queries */ member
H A Dvariable.c817 MAKE_STATS (ht->ht_lookups++);
862 MAKE_STATS (ht->ht_lookups++);
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.c58 ht->ht_lookups = 0; in hash_init()
92 ht->ht_lookups++; in hash_find_slot()
202 ht->ht_lookups = 0; in hash_delete_items()
283 fprintf (out_FILE, _("Collisions=%lu/%lu=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
284 (ht->ht_lookups in hash_print_stats()
285 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
H A Dhash.h52 unsigned long ht_lookups; /* # of queries */ member
/dports/devel/gmake/make-4.3/src/
H A Dhash.c58 ht->ht_lookups = 0; in hash_init()
92 ht->ht_lookups++; in hash_find_slot()
202 ht->ht_lookups = 0; in hash_delete_items()
283 fprintf (out_FILE, _("Collisions=%lu/%lu=%.0f%%"), ht->ht_collisions, ht->ht_lookups, in hash_print_stats()
284 (ht->ht_lookups in hash_print_stats()
285 ? (100.0 * (double) ht->ht_collisions / (double) ht->ht_lookups) in hash_print_stats()
H A Dhash.h52 unsigned long ht_lookups; /* # of queries */