Searched refs:tmpWkspSize (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 678 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 D | zstd_compress.c | 147 cctx->tmpWkspSize = TMP_WORKSPACE_SIZE; in ZSTD_initStaticCCtx() 2187 zc->tmpWkspSize = TMP_WORKSPACE_SIZE; in ZSTD_resetCCtx_internal() 3958 zc->tmpWorkspace, zc->tmpWkspSize), ""); in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize() 3965 zc->tmpWorkspace, zc->tmpWkspSize, in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize() 4131 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSeqStore_singleBlock() 4421 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressBlock_internal() 4582 return ZSTD_splitBlock(src, blockSizeMax, splitLevel, cctx->tmpWorkspace, cctx->tmpWkspSize); in ZSTD_optimalBlockSize() 7008 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequences_internal() 7533 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequencesAndLiterals_internal()
|
| H A D | zstd_compress_internal.h | 503 size_t tmpWkspSize; member
|