Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c740 if (oend <= oend_w) { in ZSTD_safecopy()
745 if (op <= oend_w) { in ZSTD_safecopy()
747 assert(oend > oend_w); in ZSTD_safecopy()
748 ZSTD_wildcopy(op, ip, oend_w - op, ovtype); in ZSTD_safecopy()
749 ip += oend_w - op; in ZSTD_safecopy()
750 op = oend_w; in ZSTD_safecopy()
774 BYTE* const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceEnd() local
821 assert(oend_w < oend /* No underflow */); in ZSTD_execSequence()
829 oMatchEnd > oend_w || in ZSTD_execSequence()
838 assert(oLitEnd <= oend_w /* Can wildcopy literals */); in ZSTD_execSequence()
[all …]