Searched refs:maxCLevel (Results 1 – 3 of 3) sorted by relevance
81 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel);
1378 { int const maxCLevel = ultra ? ZSTD_maxCLevel() : ZSTDCLI_CLEVEL_MAX; in main() local1379 if (cLevel > maxCLevel) { in main()1380 … DISPLAYLEVEL(2, "Warning : compression level higher than max, reduced to %i \n", maxCLevel); in main()1381 cLevel = maxCLevel; in main()
525 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel) in FIO_setAdaptMax() argument527 prefs->maxAdaptLevel = maxCLevel; in FIO_setAdaptMax()