Lines Matching refs:matchEndIdx
1583 U32 matchEndIdx = curr + 8;
1605 if (matchLength > matchEndIdx - matchIndex)
1606 matchEndIdx = matchIndex + (U32)matchLength;
1638 if (matchEndIdx > curr + 8)
1639 return matchEndIdx - curr - 8;
1664 U32 matchEndIdx = curr + 8;
1687 if (matchLength > matchEndIdx - matchIndex)
1688 matchEndIdx = matchIndex + (U32)matchLength;
1720 zc->nextToUpdate = (matchEndIdx > curr + 8) ? matchEndIdx - 8 : curr + 1;