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

/linux-master/lib/zstd/common/
H A Dzstd_internal.h286 ZSTD_llt_matchLength = 2 /* represents a long match */ enumerator in enum:__anon160
326 if (seqStore->longLengthType == ZSTD_llt_matchLength) {
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h638 seqStorePtr->longLengthType = ZSTD_llt_matchLength;
H A Dzstd_compress.c2315 if (seqStorePtr->longLengthType==ZSTD_llt_matchLength)
2830 } else if (seqStore->longLengthType == ZSTD_llt_matchLength) {
3298 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) {

Completed in 130 milliseconds