Searched defs:lenLimit (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzFind.c | 258 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local 317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() 348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 403 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
|
H A D | LzFind.h | 17 UInt32 lenLimit; member
|