Searched refs:maxNbSeq (Results 1 – 1 of 1) sorted by relevance
695 size_t const maxNbSeq = blockSize / divider; in ZSTD_estimateCCtxSize_usingCCtxParams() local696 size_t const tokenSpace = blockSize + 11*maxNbSeq; in ZSTD_estimateCCtxSize_usingCCtxParams()978 size_t const maxNbSeq = blockSize / divider; in ZSTD_resetCCtx_internal() local979 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()