Home | History | Annotate | Download | only in C

Lines Matching refs:curMatch3

579   UInt32 hash2Value, hash3Value, curMatch2, curMatch3;

586 curMatch3 = hash[kFix3HashSize + hash3Value];
603 if (curMatch3 >= matchMinPos && cur[(ptrdiff_t)curMatch3 - lzPos] == cur[0])
606 *distances++ = lzPos - curMatch3 - 1;
614 UInt32 hash2Value, hash3Value, hash4Value, curMatch2, curMatch3, curMatch4;
621 curMatch3 = hash[kFix3HashSize + hash3Value];
640 if (curMatch3 >= matchMinPos && cur[(ptrdiff_t)curMatch3 - lzPos] == cur[0])
642 distances[1] = lzPos - curMatch3 - 1;
643 if (cur[(ptrdiff_t)curMatch3 - lzPos + 3] == cur[3])