Searched refs:oMatchEnd (Results 1 – 1 of 1) sorted by relevance
885 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceLast7() local891 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() local1018 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() local1274 if (oMatchEnd > oend) in ZSTD_execSequenceLong()1334 if (oMatchEnd > oend - (16 - MINMATCH)) { in ZSTD_execSequenceLong()[all …]