Home | History | Annotate | Download | only in C

Lines Matching refs:lenLimit

236 Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,

264 if (++len != lenLimit && pb[len] == cur[len])
265 while (++len != lenLimit)
272 if (len == lenLimit)
333 UInt32 lenLimit = p->matchMaxLen;
336 if (lenLimit >= p->hashNumAvail)
337 lenLimit = p->hashNumAvail;
339 UInt32 size2 = p->hashNumAvail - lenLimit + 1;
350 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++],
362 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,