Lines Matching refs:lenLimit

287     UInt32 lenLimit = p->streamPos - p->pos;  in MatchFinder_SetLimits()  local
288 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
289 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
290 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
373 while (++len != lenLimit) in Hc_GetMatchesSpec()
380 if (len == lenLimit) in Hc_GetMatchesSpec()
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
409 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpec1()
410 while (++len != lenLimit) in GetMatchesSpec1()
417 if (len == lenLimit) in GetMatchesSpec1()
443 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec() argument
463 while (++len != lenLimit) in SkipMatchesSpec()
467 if (len == lenLimit) in SkipMatchesSpec()
503 UInt32 lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
504 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
513 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
517 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); MOVE_POS;
522 const Byte *lim = cur + lenLimit; \
575 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
577 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt3_MatchFinder_GetMatches()
627 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
629 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt4_MatchFinder_GetMatches()
759 if (maxLen == lenLimit) in Hc4_MatchFinder_GetMatches()
769 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc4_MatchFinder_GetMatches()
860 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc3Zip_MatchFinder_GetMatches()