Searched refs:curMatch2 (Results 1 – 3 of 3) sorted by relevance
153 int curMatch2 = _hash[hash2Value]; in GetMatches() local157 if (curMatch2 > matchMinPos) in GetMatches()158 if (_bufferBase[_bufferOffset + curMatch2] == _bufferBase[cur]) in GetMatches()161 distances[offset++] = _pos - curMatch2 - 1; in GetMatches()166 if (curMatch3 == curMatch2) in GetMatches()170 curMatch2 = curMatch3; in GetMatches()172 if (offset != 0 && curMatch2 == curMatch) in GetMatches()
153 UInt32 curMatch2 = _hash[hash2Value]; in GetMatches()157 if (curMatch2 > matchMinPos) in GetMatches()158 if (_bufferBase[_bufferOffset + curMatch2] == _bufferBase[cur]) in GetMatches()161 distances[offset++] = _pos - curMatch2 - 1; in GetMatches()166 if (curMatch3 == curMatch2) in GetMatches()170 curMatch2 = curMatch3; in GetMatches()172 if (offset != 0 && curMatch2 == curMatch) in GetMatches()
566 UInt32 h2, curMatch2; in MixMatches2() local572 curMatch2 = hash[h2]; in MixMatches2() local575 if (curMatch2 >= matchMinPos) in MixMatches2()576 if (cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches2()579 *distances++ = lzPos - curMatch2 - 1; in MixMatches2()587 UInt32 h2, h3, curMatch2, curMatch3; in MixMatches3() local593 curMatch2 = hash[ h2]; in MixMatches3() local599 if (curMatch2 >= matchMinPos && cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches3()601 distances[1] = lzPos - curMatch2 - 1; in MixMatches3()602 if (cur[(ptrdiff_t)curMatch2 - lzPos + 2] == cur[2]) in MixMatches3()