Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Ddecompress.c885 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceLast7() local
1012 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
1268 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceLong() local
/kernel/linux/linux-6.6/lib/zstd/decompress/
Dzstd_decompress_block.c960 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
1053 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceSplitLitBuffer() local