Home
last modified time | relevance | path

Searched refs:oend_w (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Ddecompress.c886 BYTE *const oend_w = oend - WILDCOPY_OVERLENGTH; in ZSTD_execSequenceLast7() local
895 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() local
1022 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 …]