Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c1031 U32 const maxFast = (U32)-ZSTD_minCLevel(); in main() local
1035 if (fastLevel > maxFast) fastLevel = maxFast; in main()