LASTLITERALS
const BYTE * const matchlimit = iend - LASTLITERALS;
(2 + 1 + LASTLITERALS) +
(1 + LASTLITERALS) +
const BYTE * const matchlimit = iend - LASTLITERALS;
- (LASTLITERALS + 1 /* token */);
|| (ip + length > iend - (2 + 1 + LASTLITERALS))))
if ((endOnInput) && (ip > iend - LASTLITERALS))
if (unlikely(op + length > oend - LASTLITERALS)) {
if (cpy > oend - LASTLITERALS) {
+ length + (2 + 1 + LASTLITERALS)) > oend)) {
+ (1 + LASTLITERALS) > oend)) {
const BYTE * const matchlimit = (iend - LASTLITERALS);