Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c696 size_t const tokenSpace = blockSize + 11*maxNbSeq; in ZSTD_estimateCCtxSize_usingCCtxParams() local
704 size_t const neededSpace = entropySpace + blockStateSpace + tokenSpace + in ZSTD_estimateCCtxSize_usingCCtxParams()
979 size_t const tokenSpace = blockSize + 11*maxNbSeq; in ZSTD_resetCCtx_internal() local
994 ldmSeqSpace + matchStateSize + tokenSpace + in ZSTD_resetCCtx_internal()