Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
HDzstd_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()
/dragonfly/contrib/zstd/lib/compress/
HDzstd_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()
HDzstd_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()