Searched refs:ZSTD_llt_matchLength (Results 1 – 3 of 3) sorted by relevance
286 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator326 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()
638 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeq()
2315 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()