Lines Matching defs:lenLimit
45 UInt32 * Z7_FASTCALL GetMatchesSpecN_1(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
58 lenLimit++;
92 if (++len != lenLimit && len[diff] == len[0])
93 while (++len != lenLimit)
105 if (len == lenLimit)
120 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
129 lenLimit++;
149 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
217 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
223 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
244 lenLimit++;
293 if (++len != lenLimit && len[diff] == len[0])
294 while (++len != lenLimit)
306 if (len == lenLimit)
321 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
328 *d++ = (UInt32)(lenLimit - cur);
331 lenLimit++;
351 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
407 UInt32 * Z7_FASTCALL GetMatchesSpecN_3(uint32plus lenLimit, size_t pos, const Byte *cur, CLzRef *son,
453 // lenLimit++; // const Byte *lenLimit = cur + _lenLimit;
472 if (++len != lenLimit && pb[len] == cur[len])
473 while (++len != lenLimit)
481 if (len == lenLimit)
498 if (hash == size || *hash != delta || pb[lenLimit] != cur[lenLimit] || d >= limit)
506 *d++ = (UInt32)lenLimit;
526 if (hash == size || *hash != delta || pb[lenLimit] != cur[lenLimit] || d >= limit)