Searched defs:minlog (Results 1 – 2 of 2) sorted by relevance
43 static void bench_oneHash_largeInput(Bench_Entry hashDesc, int minlog, int maxlog) in bench_oneHash_largeInput()56 void bench_largeInput(Bench_Entry const* hashDescTable, int nbHashes, int minlog, int maxlog) in bench_largeInput()
542 U32 const minlog = (strat>=ZSTD_btultra) ? (U32)(strat) - 1 : 6; in ZSTD_minGain() local