Searched refs:maxCLevel (Results 1 – 3 of 3) sorted by relevance
71 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel);
1525 { int const maxCLevel = ultra ? ZSTD_maxCLevel() : ZSTDCLI_CLEVEL_MAX; in main() local1526 if (cLevel > maxCLevel) { in main()1527 … DISPLAYLEVEL(2, "Warning : compression level higher than max, reduced to %i \n", maxCLevel); in main()1528 cLevel = maxCLevel; in main()
438 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel) in FIO_setAdaptMax() argument440 prefs->maxAdaptLevel = maxCLevel; in FIO_setAdaptMax()