Home
last modified time | relevance | path

Searched refs:maxCLevel (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.h79 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel);
H A Dzstdcli.c1261 { int const maxCLevel = ultra ? ZSTD_maxCLevel() : ZSTDCLI_CLEVEL_MAX; in main() local
1262 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()
H A Dfileio.c503 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel) in FIO_setAdaptMax() argument
505 prefs->maxAdaptLevel = maxCLevel; in FIO_setAdaptMax()