Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_internal.h343 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member
362 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()
365 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
H A Dzstd_compress_internal.h472 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
473 seqStorePtr->longLengthID = 1; in ZSTD_storeSeq()
483 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
484 seqStorePtr->longLengthID = 2; in ZSTD_storeSeq()
H A Dzstd_compress.c1945 if (seqStorePtr->longLengthID==1) in ZSTD_seqToCodes()
1947 if (seqStorePtr->longLengthID==2) in ZSTD_seqToCodes()
2237 ssPtr->longLengthID = 0; in ZSTD_resetSeqStore()
2330 if (seqStore->longLengthID == 1) { in ZSTD_copyBlockSequences()
2332 } else if (seqStore->longLengthID == 2) { in ZSTD_copyBlockSequences()