Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dzstd_internal.h354 …U32 longLengthID; /* 0 == no longLength; 1 == Represent the long literal; 2 == Represent the l… member
373 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()
376 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_internal.h538 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
539 seqStorePtr->longLengthID = 1; in ZSTD_storeSeq()
549 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
550 seqStorePtr->longLengthID = 2; in ZSTD_storeSeq()
Dzstd_compress.c2080 if (seqStorePtr->longLengthID==1) in ZSTD_seqToCodes()
2082 if (seqStorePtr->longLengthID==2) in ZSTD_seqToCodes()
2386 ssPtr->longLengthID = 0; in ZSTD_resetSeqStore()
2492 if (seqStore->longLengthID == 1) { in ZSTD_copyBlockSequences()
2494 } else if (seqStore->longLengthID == 2) { in ZSTD_copyBlockSequences()