Home
last modified time | relevance | path

Searched defs:cctxParams (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_superblock.c168 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
269 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
484 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
H A Dzstd_compress.c301 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
368 ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, in ZSTD_CCtxParams_init_internal()
2927 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_wExtLitBuffer()
2963 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3677 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
3716 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats()
5220 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced() local
5231 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict_deprecated() local
5534 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced() local
5553 ZSTD_CCtx_params cctxParams = *originalCctxParams; in ZSTD_createCDict_advanced2() local
[all …]
H A Dzstd_compress_internal.h677 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()