Lines Matching refs:repIndex2
493 U32 const repIndex2 = current2 - offset_2;
494 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ?
495 dictBase - dictIndexDelta + repIndex2 :
496 base + repIndex2;
497 if ( ((U32)((prefixStartIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */)
499 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;
629 U32 const repIndex2 = current2 - offset_2;
630 const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
631 if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) & (offset_2 <= curr - dictStartIndex)) /* intentional overflow */
633 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;