Searched refs:oend_w (Results 1 – 1 of 1) sorted by relevance
859 if (oend <= oend_w) { in ZSTD_safecopy()864 if (op <= oend_w) { in ZSTD_safecopy()866 assert(oend > oend_w); in ZSTD_safecopy()868 ip += oend_w - op; in ZSTD_safecopy()869 op += oend_w - op; in ZSTD_safecopy()1015 assert(oend_w < oend /* No underflow */); in ZSTD_execSequence()1028 oMatchEnd > oend_w || in ZSTD_execSequence()1071 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()1113 assert(oend_w < oend /* No underflow */); in ZSTD_execSequenceSplitLitBuffer()1121 oMatchEnd > oend_w || in ZSTD_execSequenceSplitLitBuffer()[all …]