Searched refs:maxFast (Results 1 – 1 of 1) sorted by relevance
1136 U32 const maxFast = (U32)-ZSTD_minCLevel(); in main() local1140 if (fastLevel > maxFast) fastLevel = maxFast; in main()