Lines Matching defs:repIndex
750 const U32 repIndex = (U32)(curr - repCur);
751 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base;
752 const BYTE *const repMatch = repBase + repIndex;
754 (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */
757 const BYTE *const repEnd = repIndex < dictLimit ? dictEnd : iend;
863 const U32 repIndex = (U32)(curr + cur - repCur);
864 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base;
865 const BYTE *const repMatch = repBase + repIndex;
867 (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */
870 const BYTE *const repEnd = repIndex < dictLimit ? dictEnd : iend;