Searched refs:ZSTD_llt_matchLength (Results 1 – 3 of 3) sorted by relevance
296 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator336 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()
650 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeq()
2406 if (seqStorePtr->longLengthType==ZSTD_llt_matchLength) in ZSTD_seqToCodes()2921 } else if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_copyBlockSequences()3389 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()