Home
last modified time | relevance | path

Searched refs:tmpWkspSize (Results 1 – 3 of 3) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c678 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */), ""); in ZSTD_compressSuperBlock()
688 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */); in ZSTD_compressSuperBlock()
H A Dzstd_compress.c144 cctx->tmpWkspSize = TMP_WORKSPACE_SIZE; in ZSTD_initStaticCCtx()
2112 zc->tmpWkspSize = TMP_WORKSPACE_SIZE; in ZSTD_resetCCtx_internal()
3871 zc->tmpWorkspace, zc->tmpWkspSize), ""); in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
3878 zc->tmpWorkspace, zc->tmpWkspSize, in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
4044 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSeqStore_singleBlock()
4334 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressBlock_internal()
4495 return ZSTD_splitBlock(src, blockSizeMax, splitLevel, cctx->tmpWorkspace, cctx->tmpWkspSize); in ZSTD_optimalBlockSize()
6798 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequences_internal()
7323 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequencesAndLiterals_internal()
H A Dzstd_compress_internal.h500 size_t tmpWkspSize; member