Searched refs:oend_w (Results 1 – 1 of 1) sorted by relevance
876 BYTE *const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceLast7() local885 if (oLitEnd <= oend_w) in ZSTD_execSequenceLast7()889 if (op < oend_w) { in ZSTD_execSequenceLast7()890 ZSTD_wildcopy(op, *litPtr, oend_w - op); in ZSTD_execSequenceLast7()891 *litPtr += oend_w - op; in ZSTD_execSequenceLast7()892 op = oend_w; in ZSTD_execSequenceLast7()1003 BYTE *const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequence() local1012 if (oLitEnd > oend_w) in ZSTD_execSequence()1040 if (op > oend_w || sequence.matchLength < MINMATCH) { in ZSTD_execSequence()1070 if (op < oend_w) { in ZSTD_execSequence()[all …]