Searched refs:posInSequence (Results 1 – 4 of 4) sorted by relevance
921 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_optLdm_skipRawSeqStoreBytes()928 rawSeqStore->posInSequence = currPos; in ZSTD_optLdm_skipRawSeqStoreBytes()933 rawSeqStore->posInSequence = 0; in ZSTD_optLdm_skipRawSeqStoreBytes()959 assert(optLdm->seqStore.posInSequence <= currSeq.litLength + currSeq.matchLength); in ZSTD_opt_getNextMatchAndUpdateSeqStore()961 literalsBytesRemaining = (optLdm->seqStore.posInSequence < currSeq.litLength) ? in ZSTD_opt_getNextMatchAndUpdateSeqStore()962 currSeq.litLength - (U32)optLdm->seqStore.posInSequence : in ZSTD_opt_getNextMatchAndUpdateSeqStore()965 currSeq.matchLength - ((U32)optLdm->seqStore.posInSequence - currSeq.litLength) : in ZSTD_opt_getNextMatchAndUpdateSeqStore()
666 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_ldm_skipRawSeqStoreBytes()673 rawSeqStore->posInSequence = currPos; in ZSTD_ldm_skipRawSeqStoreBytes()678 rawSeqStore->posInSequence = 0; in ZSTD_ldm_skipRawSeqStoreBytes()
206 size_t posInSequence; /* The position within the sequence at seq[pos] where reading member1511 U32 posInSequence; /* Position within sequence at idx */ member
4702 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()6543 U32 startPosInSequence = seqPos->posInSequence; in ZSTD_transferSequences_noDelim()6544 U32 endPosInSequence = seqPos->posInSequence + (U32)blockSize; in ZSTD_transferSequences_noDelim()6645 seqPos->posInSequence = endPosInSequence; in ZSTD_transferSequences_noDelim()