Lines Matching refs:matchIndex
429 U32 const matchIndex = hashTable[h];
430 const BYTE* match = base + matchIndex;
443 } else if ( (matchIndex <= prefixStartIndex) ) {
585 const U32 matchIndex = hashTable[h];
586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base;
587 const BYTE* match = matchBase + matchIndex;
605 if ( (matchIndex < dictStartIndex) ||
611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend;
612 const BYTE* const lowMatchPtr = matchIndex < prefixStartIndex ? dictStart : prefixStart;
613 U32 const offset = curr - matchIndex;