Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_decompress_block.c720 static void ZSTD_safecopy(BYTE* op, BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZSTD_over… in ZSTD_safecopy()
774 BYTE* const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceEnd() local
816 …BYTE* const oend_w = oend - WILDCOPY_OVERLENGTH; /* risk : address space underflow on oend=NULL … in ZSTD_execSequence() local
/external/zstd/lib/legacy/
Dzstd_v07.c3601 BYTE* const oend_w = oend-WILDCOPY_OVERLENGTH; in ZSTDv07_execSequence() local