Home
last modified time | relevance | path

Searched defs:minlog (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/bench/
DbhDisplay.c43 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()
/external/zstd/lib/compress/
Dzstd_compress_internal.h542 U32 const minlog = (strat>=ZSTD_btultra) ? (U32)(strat) - 1 : 6; in ZSTD_minGain() local