Home
last modified time | relevance | path

Searched refs:oMatchEnd (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Ddecompress.c885 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()
[all …]