Searched refs:oend_w (Results 1 – 1 of 1) sorted by relevance
813 if (oend <= oend_w) { in ZSTD_safecopy()818 if (op <= oend_w) { in ZSTD_safecopy()820 assert(oend > oend_w); in ZSTD_safecopy()822 ip += oend_w - op; in ZSTD_safecopy()823 op += oend_w - op; in ZSTD_safecopy()966 assert(oend_w < oend /* No underflow */); in ZSTD_execSequence()974 oMatchEnd > oend_w || in ZSTD_execSequence()1017 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()1058 assert(oend_w < oend /* No underflow */); in ZSTD_execSequenceSplitLitBuffer()1066 oMatchEnd > oend_w || in ZSTD_execSequenceSplitLitBuffer()[all …]