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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.c258 UInt32 lenLimit = p->streamPos - p->pos; local
259 if (lenLimit > p->matchMaxLen)
260 lenLimit = p->matchMaxLen;
261 p->lenLimit = lenLimit;
317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
333 while (++len != lenLimit)
340 if (len == lenLimit)
348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
369 if (++len != lenLimit
403 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DLzFind.h17 UInt32 lenLimit; member in struct:_CMatchFinder
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,

Completed in 92 milliseconds