Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c698 size_t const blockStateSpace = 2 * sizeof(ZSTD_compressedBlockState_t); in ZSTD_estimateCCtxSize_usingCCtxParams() local
704 size_t const neededSpace = entropySpace + blockStateSpace + tokenSpace + in ZSTD_estimateCCtxSize_usingCCtxParams()
988 size_t const blockStateSpace = 2 * sizeof(ZSTD_compressedBlockState_t); in ZSTD_resetCCtx_internal() local
993 size_t const neededSpace = entropySpace + blockStateSpace + ldmSpace + in ZSTD_resetCCtx_internal()