Searched refs:longLengthPos (Results 1 – 7 of 7) sorted by relevance
315 …U32 longLengthPos; /* Index of the sequence to apply long length modification… member332 if (seqStore->longLengthPos == (U32)(seq - seqStore->sequencesStart)) { in ZSTD_getSequenceLength()
115 …U32 longLengthPos; /* Index of the sequence to apply long length modification t… member132 if (seqStore->longLengthPos == (U32)(seq - seqStore->sequencesStart)) { in ZSTD_getSequenceLength()748 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeqOnly()762 … seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeqOnly()
2716 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()2718 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()3462 if (i == seqStore->longLengthPos) { in ZSTD_copyBlockSequences()3978 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()3993 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()4014 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()4017 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()4075 …ngLitLenIdx = seqStore->longLengthType == ZSTD_llt_literalLength ? seqStore->longLengthPos : nbSeq; in ZSTD_seqStore_resolveOffCodes()7348 cctx->seqStore.longLengthPos = (U32)(longl-1); in ZSTD_convertBlockSequences()7353 cctx->seqStore.longLengthPos = (U32)(longl-(nbSequences-1)-1); in ZSTD_convertBlockSequences()
638 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()651 … seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
2405 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()2407 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()2918 if (i == seqStore->longLengthPos) { in ZSTD_copyBlockSequences()3374 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()3389 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()3414 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()3417 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()
588 U32 longLengthPos; member
2822 U32 longLengthPos; member