Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_memory_usage.c69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c166 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences()
277 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy()
440 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
541 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
705 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
H A Dzstd_compress.c195 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
235 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
243 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
258 const ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_assignParamsToCCtxParams()
1955 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
1967 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSequences_internal()
2154 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSequences()
3146 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() local
3157 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() local
3244 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() local
[all …]
H A Dzstd_compress_internal.h402 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c163 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
264 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
429 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
H A Dzstd_compress.c283 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
331 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
345 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal()
362 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
375 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
2414 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2425 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled()
2577 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal()
2695 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3176 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
[all …]
H A Dzstdmt_compress.c1064 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
H A Dzstd_compress_internal.h548 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem() local
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream() local