Lines Matching defs:iend
84 const BYTE * const iend = ip + srcSize;
98 const BYTE *const shortiend = iend -
130 /* ip < iend before the increment */
131 assert(!endOnInput || ip <= iend);
195 if (unlikely(endOnInput ? ip >= iend - RUN_MASK : 0)) {
203 ? ip < iend - RUN_MASK
225 || (ip + length > iend - (2 + 1 + LASTLITERALS))))
237 && (ip + length > iend)) {
256 && ((ip + length != iend)
279 if (!partialDecoding || (cpy == oend) || (ip >= (iend - 2)))
320 if ((endOnInput) && (ip > iend - LASTLITERALS))