HomeSort by: relevance | last modified time | path
    Searched refs:minAdaptLevel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio_types.h 45 int minAdaptLevel;
fileio.c 295 ret->minAdaptLevel = -50; /* initializing this value requires a constant, so ZSTD_minCLevel() doesn't work */
435 prefs->minAdaptLevel = minCLevel;
1662 if (compressionLevel < prefs->minAdaptLevel) compressionLevel = prefs->minAdaptLevel;
2123 DISPLAY(" --adapt=min=%d,max=%d", prefs->minAdaptLevel, prefs->maxAdaptLevel);

Completed in 15 milliseconds