Searched refs:curMatch2 (Results 1 – 1 of 1) sorted by relevance
559 UInt32 hash2Value, curMatch2; in MixMatches2() local565 curMatch2 = hash[hash2Value]; in MixMatches2() local568 if (curMatch2 >= matchMinPos) in MixMatches2()569 if (cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches2()572 *distances++ = lzPos - curMatch2 - 1; in MixMatches2()579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; in MixMatches3() local585 curMatch2 = hash[ hash2Value]; in MixMatches3() local592 if (curMatch2 >= matchMinPos && cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches3()594 distances[1] = lzPos - curMatch2 - 1; in MixMatches3()595 if (cur[(ptrdiff_t)curMatch2 - lzPos + 2] == cur[2]) in MixMatches3()