Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1258 case ZSTD_cpm_noAttachDict: in ZSTD_adjustCParams_internal()
1437 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_usingCCtxParams()
1473 …cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_internal()
1495 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_usingCCtxParams()
1530 …s = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_internal()
4478 …TD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); in ZSTD_compressBegin_usingDict()
4604 …s = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); in ZSTD_compress_usingDict()
5074 return ZSTD_cpm_noAttachDict; in ZSTD_getCParamMode()
6051 case ZSTD_cpm_noAttachDict: in ZSTD_getCParamRowSize()
H A Dzstd_compress_internal.h432 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict. enumerator