Searched refs:maxCLevel (Results 1 – 3 of 3) sorted by relevance
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()