Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c960 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
974 oMatchEnd > oend_w || in ZSTD_execSequence()
980 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */); in ZSTD_execSequence()
981 assert(oMatchEnd <= oend /* No underflow */); in ZSTD_execSequence()
984 assert(oMatchEnd <= oend_w /* Can wildcopy matches */); in ZSTD_execSequence()
1016 assert(op <= oMatchEnd); in ZSTD_execSequence()
1017 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()
1039 assert(op < oMatchEnd); in ZSTD_execSequence()
1053 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceSplitLitBuffer() local
1066 oMatchEnd > oend_ in ZSTD_execSequenceSplitLitBuffer()
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A 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 > oen in ZSTD_execSequenceLong()
[all...]

Completed in 7 milliseconds