Lines Matching refs:lenLimit

258     UInt32 lenLimit = p->streamPos - p->pos;  in MatchFinder_SetLimits()  local
259 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
260 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
261 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
333 while (++len != lenLimit) in Hc_GetMatchesSpec()
340 if (len == lenLimit) in Hc_GetMatchesSpec()
348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
369 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpec1()
370 while (++len != lenLimit) in GetMatchesSpec1()
377 if (len == lenLimit) in GetMatchesSpec1()
403 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec() argument
423 while (++len != lenLimit) in SkipMatchesSpec()
427 if (len == lenLimit) in SkipMatchesSpec()
463 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
464 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
473 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
477 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); MOVE_POS;
519 for (; maxLen != lenLimit; maxLen++) in Bt3_MatchFinder_GetMatches()
525 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
527 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt3_MatchFinder_GetMatches()
566 for (; maxLen != lenLimit; maxLen++) in Bt4_MatchFinder_GetMatches()
570 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
572 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt4_MatchFinder_GetMatches()
613 for (; maxLen != lenLimit; maxLen++) in Hc4_MatchFinder_GetMatches()
617 if (maxLen == lenLimit) in Hc4_MatchFinder_GetMatches()
625 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc4_MatchFinder_GetMatches()
637 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc3Zip_MatchFinder_GetMatches()