Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h342 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member
361 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()
364 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
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()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c587 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member
H A Dzstd_v07.c2821 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member