Searched refs:oend_w (Results 1 – 3 of 3) sorted by relevance
740 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() local821 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 …]
3601 BYTE* const oend_w = oend-WILDCOPY_OVERLENGTH; in ZSTDv07_execSequence() local3606 …if ((oLitEnd>oend_w) | (oMatchEnd>oend)) return ERROR(dstSize_tooSmall); /* last match must start … in ZSTDv07_execSequence()3629 if (op > oend_w || sequence.matchLength < MINMATCH) { in ZSTDv07_execSequence()3655 if (op < oend_w) { in ZSTDv07_execSequence()3656 ZSTDv07_wildcopy(op, match, oend_w - op); in ZSTDv07_execSequence()3657 match += oend_w - op; in ZSTDv07_execSequence()3658 op = oend_w; in ZSTDv07_execSequence()
27029 if (oend <= oend_w) { in ZSTD_safecopy()27034 if (op <= oend_w) { in ZSTD_safecopy()27036 assert(oend > oend_w); in ZSTD_safecopy()27037 ZSTD_wildcopy(op, ip, oend_w - op, ovtype); in ZSTD_safecopy()27038 ip += oend_w - op; in ZSTD_safecopy()27039 op = oend_w; in ZSTD_safecopy()27063 BYTE* const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceEnd() local27110 assert(oend_w < oend /* No underflow */); in ZSTD_execSequence()27118 oMatchEnd > oend_w || in ZSTD_execSequence()27127 assert(oLitEnd <= oend_w /* Can wildcopy literals */); in ZSTD_execSequence()[all …]