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

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzFind.c253 UInt32 lenLimit = p->streamPos - p->pos; local
254 if (lenLimit > p->matchMaxLen)
255 lenLimit = p->matchMaxLen;
256 p->lenLimit = lenLimit;
312 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
328 while (++len != lenLimit)
335 if (len == lenLimit)
343 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
364 if (++len != lenLimit
398 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 91 milliseconds