Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h370 …U32 longLengthID; /* 0 == no longLength; 1 == Represent the long literal; 2 == Represent the l… member
389 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()
392 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h535 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
536 seqStorePtr->longLengthID = 1; in ZSTD_storeSeq()
546 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
547 seqStorePtr->longLengthID = 2; in ZSTD_storeSeq()
H A Dzstd_compress.c2131 if (seqStorePtr->longLengthID==1) in ZSTD_seqToCodes()
2133 if (seqStorePtr->longLengthID==2) in ZSTD_seqToCodes()
2437 ssPtr->longLengthID = 0; in ZSTD_resetSeqStore()
2543 if (seqStore->longLengthID == 1) { in ZSTD_copyBlockSequences()
2545 } else if (seqStore->longLengthID == 2) { in ZSTD_copyBlockSequences()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6659 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()
6662 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
10383 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
10384 seqStorePtr->longLengthID = 1; in ZSTD_storeSeq()
10394 assert(seqStorePtr->longLengthID == 0); /* there can only be a single long length */ in ZSTD_storeSeq()
10395 seqStorePtr->longLengthID = 2; in ZSTD_storeSeq()
15029 if (seqStorePtr->longLengthID==1) in ZSTD_seqToCodes()
15031 if (seqStorePtr->longLengthID==2) in ZSTD_seqToCodes()
15321 ssPtr->longLengthID = 0; in ZSTD_resetSeqStore()
15414 if (seqStore->longLengthID == 1) { in ZSTD_copyBlockSequences()
[all …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c590 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member
H A Dzstd_v07.c2825 U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */ member