Lines Matching defs:matchMinPos
1004 static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *d)
1015 if (c2 >= matchMinPos)
1028 static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *d)
1042 if (c2 >= matchMinPos)
1058 if (c3 >= matchMinPos)
1081 UInt32 matchMinPos;
1090 matchMinPos = p->lzPos;
1093 matchMinPos -= bt[1];
1102 if (matchMinPos > hs)
1103 matchMinPos -= hs;
1105 matchMinPos = 1;
1124 if (c2 >= matchMinPos && cur[(ptrdiff_t)c2 - (ptrdiff_t)m] == cur[0])
1139 if (c3 >= matchMinPos && cur[(ptrdiff_t)c3 - (ptrdiff_t)m] == cur[0])
1166 static UInt32 * MixMatches4(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *d)
1184 if (c2 >= matchMinPos && cur[(ptrdiff_t)c2 - (ptrdiff_t)m] == cur[0])
1201 if (c4 >= matchMinPos)
1218 if (c3 >= matchMinPos && cur[(ptrdiff_t)c3 - (ptrdiff_t)m] == cur[0])
1231 if (c4 >= matchMinPos)