Lines Matching defs:endOnInput
65 * If endOnInput == endOnInputSize,
70 endCondition_directive endOnInput,
94 const int safeDecode = (endOnInput == endOnInputSize);
99 (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/;
101 (endOnInput ? 14 : 8) /*maxLL*/ - 18 /*maxML*/;
111 if ((endOnInput) && (unlikely(outputSize == 0)))
114 if ((!endOnInput) && (unlikely(outputSize == 0)))
117 if ((endOnInput) && unlikely(srcSize == 0))
131 assert(!endOnInput || ip <= iend);
148 if ((endOnInput ? length != RUN_MASK : length <= 8)
153 && likely((endOnInput ? ip < shortiend : 1) &
156 LZ4_memcpy(op, ip, endOnInput ? 16 : 8);
195 if (unlikely(endOnInput ? ip >= iend - RUN_MASK : 0)) {
202 } while (likely(endOnInput
224 if (((endOnInput) && ((cpy > oend - MFLIMIT)
226 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) {
236 if ((endOnInput)
246 if ((!endOnInput)
255 if ((endOnInput)
320 if ((endOnInput) && (ip > iend - LASTLITERALS))
447 if (endOnInput) {