Home
last modified time | relevance | path

Searched refs:h_buckets_full (Results 1 – 2 of 2) sorted by relevance

/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/testing/
H A Dchecksum_test.cc332 usize_t h_buckets_full; member
375 h_buckets_full = 0; in reset()
415 return (double) h_buckets_full / (1 << h_bits); in fullness()
419 return (double) h_buckets_full / uniqueness() / count(); in coverage()
518 h_buckets_full = f; in summarize_table()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/testing/
H A Dchecksum_test.cc346 usize_t h_buckets_full; member
389 h_buckets_full = 0; in reset()
429 return (double) h_buckets_full / (1 << h_bits); in fullness()
433 return (double) h_buckets_full / uniqueness() / count(); in coverage()
532 h_buckets_full = f; in summarize_table()