Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress_block.c1008 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
1107 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceSplitLitBuffer() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v03.c2691 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence() local
H A Dzstd_v04.c2818 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local
H A Dzstd_v02.c3051 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence() local
H A Dzstd_v06.c3312 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv06_execSequence() local
H A Dzstd_v05.c3180 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv05_execSequence() local
H A Dzstd_v07.c3541 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTDv07_execSequence() local