Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c743 if (compressionLevel==0) compressionLevel = ZSTD_CLEVEL_DEFAULT; in ZDICT_analyzeEntropy()
895 …int const compressionLevel = (params.compressionLevel == 0) ? ZSTD_CLEVEL_DEFAULT : params.compres… in ZDICT_finalizeDictionary()
941 …int const compressionLevel = (params.compressionLevel == 0) ? ZSTD_CLEVEL_DEFAULT : params.compres… in ZDICT_addEntropyTablesFromBuffer_advanced()
1120 params.zParams.compressionLevel = ZSTD_CLEVEL_DEFAULT; in ZDICT_trainFromBuffer()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h114 #ifndef ZSTD_CLEVEL_DEFAULT
115 # define ZSTD_CLEVEL_DEFAULT 3 macro
H A Dzstd.c3174 #ifndef ZSTD_CLEVEL_DEFAULT
3175 # define ZSTD_CLEVEL_DEFAULT 3 macro
13282 …cctxParams.compressionLevel = ZSTD_CLEVEL_DEFAULT; /* should not matter, as all cParams are presu… in ZSTD_makeCCtxParamsFromCParams()
13297 params->compressionLevel = ZSTD_CLEVEL_DEFAULT; in ZSTD_createCCtxParams_advanced()
13316 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()
13335 …cctxParams->compressionLevel = ZSTD_CLEVEL_DEFAULT; /* should not matter, as all cParams are pre… in ZSTD_CCtxParams_init_advanced()
13348 …ret.compressionLevel = ZSTD_CLEVEL_DEFAULT; /* should not matter, as all cParams are presumed pr… in ZSTD_assignParamsToCCtxParams()
16472 params.compressionLevel = ZSTD_CLEVEL_DEFAULT; in ZSTD_initCDict_internal()
16538 cdict->compressionLevel = compressionLevel == 0 ? ZSTD_CLEVEL_DEFAULT : compressionLevel; in ZSTD_createCDict()
17322 if (compressionLevel == 0) row = ZSTD_CLEVEL_DEFAULT; /* 0 == default */ in ZSTD_getCParams_internal()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h94 #ifndef ZSTD_CLEVEL_DEFAULT
95 # define ZSTD_CLEVEL_DEFAULT 3 macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c218 ZSTD_CCtxParams_init(&cctxParams, ZSTD_CLEVEL_DEFAULT); in ZSTD_makeCCtxParamsFromCParams()
242 ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_createCCtxParams_advanced()
261 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()
280 …cctxParams->compressionLevel = ZSTD_CLEVEL_DEFAULT; /* should not matter, as all cParams are pre… in ZSTD_CCtxParams_init_advanced()
293 …ret.compressionLevel = ZSTD_CLEVEL_DEFAULT; /* should not matter, as all cParams are presumed pr… in ZSTD_assignParamsToCCtxParams()
605 CCtxParams->compressionLevel = ZSTD_CLEVEL_DEFAULT; /* 0 == default */ in ZSTD_CCtxParams_setParameter()
3659 { params.compressionLevel = ZSTD_CLEVEL_DEFAULT; in ZSTD_initCDict_internal()
3778 cdict->compressionLevel = (compressionLevel == 0) ? ZSTD_CLEVEL_DEFAULT : compressionLevel; in ZSTD_createCDict()
3789 cdict->compressionLevel = (compressionLevel == 0) ? ZSTD_CLEVEL_DEFAULT : compressionLevel; in ZSTD_createCDict_byReference()
5162 if (compressionLevel == 0) row = ZSTD_CLEVEL_DEFAULT; /* 0 == default */ in ZSTD_getCParams_internal()