Lines Matching refs:posInSequence
879 * which will update the fields 'pos' and 'posInSequence'.
883 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes);
890 rawSeqStore->posInSequence = currPos;
895 rawSeqStore->posInSequence = 0;
901 * Updates 'pos' and 'posInSequence' of the ldmSeqStore.
919 * after adjusting based on ldmSeqStore->posInSequence */
921 assert(optLdm->seqStore.posInSequence <= currSeq.litLength + currSeq.matchLength);
923 literalsBytesRemaining = (optLdm->seqStore.posInSequence < currSeq.litLength) ?
924 currSeq.litLength - (U32)optLdm->seqStore.posInSequence :
927 currSeq.matchLength - ((U32)optLdm->seqStore.posInSequence - currSeq.litLength) :