Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dzstd_internal.h286 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator
326 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h638 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeq()
H A Dzstd_compress.c2315 if (seqStorePtr->longLengthType==ZSTD_llt_matchLength) in ZSTD_seqToCodes()
2830 } else if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_copyBlockSequences()
3298 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()