Lines Matching defs:oend
86 BYTE * const oend = op + outputSize;
99 const BYTE *const shortoend = oend -
223 if (((endOnInput) && ((cpy > oend - MFLIMIT)
225 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) {
227 if (cpy > oend) {
232 cpy = oend;
233 length = oend - op;
246 && (cpy != oend)) {
256 || (cpy > oend))) {
278 if (!partialDecoding || (cpy == oend) || (ip >= (iend - 2)))
307 assert(oend > op);
308 assert(oend - op >= 4);
337 if (unlikely(op + length > oend - LASTLITERALS)) {
341 length = min(length, (size_t)(oend - op));
384 assert(op <= oend);
386 (cpy > oend - MATCH_SAFEGUARD_DISTANCE)) {
387 size_t const mlen = min(length, (size_t)(oend - op));
399 if (op == oend)
419 if (unlikely(cpy > oend - MATCH_SAFEGUARD_DISTANCE)) {
420 BYTE * const oCopyLimit = oend - (WILDCOPYLENGTH - 1);
422 if (cpy > oend - LASTLITERALS) {