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()
608 UInt32 h2, curMatch2; in MixMatches2() local614 curMatch2 = hash[h2]; in MixMatches2() local617 if (curMatch2 >= matchMinPos) in MixMatches2()618 if (cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches2()621 *distances++ = lzPos - curMatch2 - 1; in MixMatches2()629 UInt32 h2, h3, curMatch2, curMatch3; in MixMatches3() local635 curMatch2 = hash[ h2]; in MixMatches3() local641 if (curMatch2 >= matchMinPos && cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches3()643 distances[1] = lzPos - curMatch2 - 1; in MixMatches3()644 if (cur[(ptrdiff_t)curMatch2 - lzPos + 2] == cur[2]) in MixMatches3()