Lines Matching refs:matchEndIdx
441 U32 matchEndIdx = curr+8+1;
497 if (matchLength > matchEndIdx - matchIndex)
498 matchEndIdx = matchIndex + (U32)matchLength;
524 assert(matchEndIdx > curr + 8);
525 return MAX(positions, matchEndIdx - (curr + 8));
588 U32 matchEndIdx = curr+8+1; /* farthest referenced position of any match => detects repetitive patterns */
711 assert(matchEndIdx > matchIndex);
712 if (matchLength > matchEndIdx - matchIndex)
713 matchEndIdx = matchIndex + (U32)matchLength;
759 if (matchLength > matchEndIdx - matchIndex)
760 matchEndIdx = matchIndex + (U32)matchLength;
780 assert(matchEndIdx > curr+8);
781 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */