Searched refs:oend_w (Results 1 – 1 of 1) sorted by relevance
886 BYTE *const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceLast7() local895 if (oLitEnd <= oend_w) in ZSTD_execSequenceLast7()899 if (op < oend_w) { in ZSTD_execSequenceLast7()900 ZSTD_wildcopy(op, *litPtr, oend_w - op); in ZSTD_execSequenceLast7()901 *litPtr += oend_w - op; in ZSTD_execSequenceLast7()902 op = oend_w; in ZSTD_execSequenceLast7()1013 BYTE *const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequence() local1022 if (oLitEnd > oend_w) in ZSTD_execSequence()1050 if (op > oend_w || sequence.matchLength < MINMATCH) { in ZSTD_execSequence()1080 if (op < oend_w) { in ZSTD_execSequence()[all …]