Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h93 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator
133 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()
752 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeqOnly()
H A Dzstd_compress.c2630 if (seqStorePtr->longLengthType==ZSTD_llt_matchLength) in ZSTD_seqToCodes()
3378 } else if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_copyBlockSequences()
3906 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()
7137 cctx->seqStore.longLengthType = ZSTD_llt_matchLength; in ZSTD_convertBlockSequences()