Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/zstd/lib/decompress/
H A 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
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c707 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
/freebsd-src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2753 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence() local
H A Dzstd_v02.c3112 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence() local
H A Dzstd_v04.c2874 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
H A Dzstd_v06.c3368 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv06_execSequence() local
H A Dzstd_v05.c3232 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv05_execSequence() local
H A Dzstd_v07.c3596 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv07_execSequence() local