Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
Dzstd_internal.h298 size_t maxNbLit; member
/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_internal.h605 assert(seqStorePtr->maxNbLit <= 128 KB); in ZSTD_storeSeq()
606 assert(seqStorePtr->lit + litLength <= seqStorePtr->litStart + seqStorePtr->maxNbLit); in ZSTD_storeSeq()
Dzstd_compress.c1861 zc->seqStore.maxNbLit = blockSize; in ZSTD_resetCCtx_internal()