Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h296 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator
336 if (seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_getSequenceLength()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h650 seqStorePtr->longLengthType = ZSTD_llt_matchLength; in ZSTD_storeSeq()
H A Dzstd_compress.c2406 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()