Home
last modified time | relevance | path

Searched refs:hash_hits (Results 1 – 6 of 6) sorted by relevance

/dports/games/KnightCap/Export/
H A Dhash.c10 int hash_hits, hash_misses, hash_shallow; variable
36 hash_misses = hash_hits = hash_shallow = 0; in hash_reset_stats()
156 hash_hits++; in check_hash()
163 hash_hits++; in check_hash()
353 (100*hash_hits)/(hash_misses+hash_hits+hash_shallow+1), in hashstats()
354 (100*hash_shallow)/(hash_misses+hash_hits+hash_shallow+1), in hashstats()
387 hash_hits++; in check_hash2()
H A Dmove.c17 extern int hash_hits, hash_misses, hash_shallow;
205 int hash_hits, hash_misses; member
1367 extern int hash_hits, hash_misses; in move_slave()
1393 slave_out.hash_hits = hash_hits; in move_slave()
1400 hash_hits = hash_misses = 0; in move_slave()
1453 extern int hash_hits, hash_misses; in par_search()
1476 hash_hits = hash_misses = 0; in par_search()
1526 hash_hits += slave_in.hash_hits; in par_search()
2045 hash_hits = hash_misses= hash_shallow = 0; in search()
/dports/net/rsync/rsync-3.2.3/
H A Dmatch.c33 static int hash_hits; variable
199 hash_hits++; in hash_search()
363 hash_hits = 0; in match_sums()
427 false_alarms, hash_hits, matches); in match_sums()
430 total_hash_hits += hash_hits; in match_sums()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/collector/fixtures/proc/spl/kstat/zfs/
H A Ddbuf_stats34 hash_hits 4 108807
/dports/sysutils/node_exporter/node_exporter-1.2.2/collector/fixtures/proc/spl/kstat/zfs/
H A Ddbuf_stats34 hash_hits 4 108807
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSStringDrawing.m89 static int total, hits, misses, hash_hits;
97 P(hash_hits)
177 hash_hits++;