Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c298 int minAdaptLevel; member
369 …ret->minAdaptLevel = -50; /* initializing this value requires a constant, so ZSTD_minCLevel() do… in FIO_createPreferences()
500 prefs->minAdaptLevel = minCLevel; in FIO_setAdaptMin()
1461 … if (compressionLevel < prefs->minAdaptLevel) compressionLevel = prefs->minAdaptLevel; in FIO_compressZstdFrame()