Searched refs:ZSTD_llt_matchLength (Results 1 – 2 of 2) sorted by relevance
93 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator133 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()752 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeqOnly()
2630 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()