Lines Matching refs:lenLimit
513 // the limitation for (p->lenLimit) update
524 p->lenLimit = mm;
870 (lenLimit > maxLen)
873 static UInt32 * Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
890 while (++len != lenLimit)
898 if (len == lenLimit)
906 const Byte *lim = cur + lenLimit;
955 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
982 if (++len != lenLimit && pb[len] == cur[len])
983 while (++len != lenLimit)
991 if (len == lenLimit)
1025 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
1049 while (++len != lenLimit)
1053 if (len == lenLimit)
1106 unsigned lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
1107 lenLimit = (unsigned)p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
1113 #define MF_PARAMS(p) lenLimit, curMatch, p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
1132 const Byte *lim = cur + lenLimit; \
1191 if (maxLen == lenLimit)
1258 if (maxLen == lenLimit)
1330 if (maxLen == lenLimit)
1398 if (maxLen == lenLimit)
1470 if (maxLen == lenLimit)
1564 do { if (p->lenLimit < minLen) { MatchFinder_MovePos(p); num--; continue; } { \