Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/
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_w || in ZSTD_execSequenceSplitLitBuffer()
[all …]