Lines Matching refs:repIndex
431 const U32 repIndex = curr + 1 - offset_1;
432 const BYTE* repMatch = (repIndex < prefixStartIndex) ?
433 dictBase + (repIndex - dictIndexDelta) :
434 base + repIndex;
437 if ( ((U32)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow : ensure repIndex isn't overlapping dict + prefix */
439 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
589 const U32 repIndex = curr + 1 - offset_1;
590 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base;
591 const BYTE* const repMatch = repBase + repIndex;
595 if ( ( ((U32)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow */
598 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;