Lines Matching refs:oMatchEnd
960 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */
974 oMatchEnd > oend_w ||
980 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */);
981 assert(oMatchEnd <= oend /* No underflow */);
984 assert(oMatchEnd <= oend_w /* Can wildcopy matches */);
1016 assert(op <= oMatchEnd);
1017 assert(oMatchEnd <= oend_w);
1039 assert(op < oMatchEnd);
1053 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */
1066 oMatchEnd > oend_w ||
1072 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */);
1073 assert(oMatchEnd <= oend /* No underflow */);
1076 assert(oMatchEnd <= oend_w /* Can wildcopy matches */);
1107 assert(op <= oMatchEnd);
1108 assert(oMatchEnd <= oend_w);
1130 assert(op < oMatchEnd);