Searched refs:longLengthID (Results 1 – 3 of 3) sorted by relevance
354 …U32 longLengthID; /* 0 == no longLength; 1 == Represent the long literal; 2 == Represent the l… member373 if (seqStore->longLengthID == 1) { in ZSTD_getSequenceLength()376 if (seqStore->longLengthID == 2) { in ZSTD_getSequenceLength()
538 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()
2080 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()