Lines Matching refs:oMatchEnd
885 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceLast7() local
891 if (oMatchEnd > oend) in ZSTD_execSequenceLast7()
926 while (op < oMatchEnd) in ZSTD_execSequenceLast7()
1012 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
1018 if (oMatchEnd > oend) in ZSTD_execSequence()
1079 if (oMatchEnd > oend - (16 - MINMATCH)) { in ZSTD_execSequence()
1085 while (op < oMatchEnd) in ZSTD_execSequence()
1268 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceLong() local
1274 if (oMatchEnd > oend) in ZSTD_execSequenceLong()
1334 if (oMatchEnd > oend - (16 - MINMATCH)) { in ZSTD_execSequenceLong()
1340 while (op < oMatchEnd) in ZSTD_execSequenceLong()