Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c695 size_t const maxNbSeq = blockSize / divider; in ZSTD_estimateCCtxSize_usingCCtxParams() local
696 size_t const tokenSpace = blockSize + 11*maxNbSeq; in ZSTD_estimateCCtxSize_usingCCtxParams()
978 size_t const maxNbSeq = blockSize / divider; in ZSTD_resetCCtx_internal() local
979 size_t const tokenSpace = blockSize + 11*maxNbSeq; in ZSTD_resetCCtx_internal()
1062 ptr = zc->seqStore.sequencesStart + maxNbSeq; in ZSTD_resetCCtx_internal()
1064 zc->seqStore.mlCode = zc->seqStore.llCode + maxNbSeq; in ZSTD_resetCCtx_internal()
1065 zc->seqStore.ofCode = zc->seqStore.mlCode + maxNbSeq; in ZSTD_resetCCtx_internal()
1066 zc->seqStore.litStart = zc->seqStore.ofCode + maxNbSeq; in ZSTD_resetCCtx_internal()