Lines Matching refs:ilimit
594 const BYTE* const ip, const BYTE* const iLimit,
658 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch;
669 repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) + minMatch;
675 repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + minMatch;
686 | (ip+repLen == iLimit) ) { /* best possible */
698 mlen = ZSTD_count(ip, match, iLimit);
701 mlen = ZSTD_count_2segments(ip, match, iLimit, dictEnd, prefixStart);
715 (ip+mlen == iLimit) ) { /* best possible length */
734 matchLength += ZSTD_count(ip+matchLength, match+matchLength, iLimit);
738 matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dictEnd, prefixStart);
754 | (ip+matchLength == iLimit) /* equal : no way to know if inf or sup */) {
786 matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dmsEnd, prefixStart);
801 | (ip+matchLength == iLimit) /* equal : no way to know if inf or sup */) {
1089 const BYTE* const ilimit = iend - 8;
1119 while (ip < ilimit) {
1264 if (inr > ilimit) continue;
1438 } /* while (ip < ilimit) */