Lines Matching defs:prefixLowestIndex
1489 const U32 prefixLowestIndex = ms->window.dictLimit;
1490 const BYTE* const prefixLowest = base + prefixLowestIndex;
1505 prefixLowestIndex - (U32)(dictEnd - dictBase) :
1548 && repIndex < prefixLowestIndex) ?
1551 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */)
1553 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1591 const BYTE* repMatch = repIndex < prefixLowestIndex ?
1594 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */)
1596 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1627 const BYTE* repMatch = repIndex < prefixLowestIndex ?
1630 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */)
1632 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1664 const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + matchIndex;
1665 const BYTE* const mStart = (matchIndex < prefixLowestIndex) ? dictLowest : prefixLowest;
1682 const BYTE* repMatch = repIndex < prefixLowestIndex ?
1685 if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex) >= 3 /* intentional overflow */)
1687 const BYTE* const repEnd2 = repIndex < prefixLowestIndex ? dictEnd : iend;