Searched refs:maxCLevel (Results 1 – 4 of 4) sorted by relevance
380 unsigned maxCLevel = in parse() local382 if (compressionLevel > maxCLevel || compressionLevel == 0) { in parse()
79 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel);
1261 { int const maxCLevel = ultra ? ZSTD_maxCLevel() : ZSTDCLI_CLEVEL_MAX; in main() local1262 if (cLevel > maxCLevel) { in main()1263 … DISPLAYLEVEL(2, "Warning : compression level higher than max, reduced to %i \n", maxCLevel); in main()1264 cLevel = maxCLevel; in main()
503 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel) in FIO_setAdaptMax() argument505 prefs->maxAdaptLevel = maxCLevel; in FIO_setAdaptMax()