Home
last modified time | relevance | path

Searched refs:lenLimit (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c260 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
261 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
333 while (++len != lenLimit) in Hc_GetMatchesSpec()
340 if (len == lenLimit) in Hc_GetMatchesSpec()
377 if (len == lenLimit) in GetMatchesSpec1()
423 while (++len != lenLimit) in SkipMatchesSpec()
427 if (len == lenLimit) in SkipMatchesSpec()
464 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
525 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
570 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
H A DLzFind.h17 UInt32 lenLimit; member
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…