Lines Matching refs:repIndex2
442 U32 const repIndex2 = current2 - offset_2;
443 const BYTE* repMatch2 = repIndex2 < prefixLowestIndex ?
444 dictBase + repIndex2 - dictIndexDelta :
445 base + repIndex2;
446 if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */)
448 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend;
648 U32 const repIndex2 = current2 - offset_2;
649 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
650 if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) /* intentional overflow : ensure repIndex2 doesn't overlap dict + prefix */
653 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;