Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v04.c2879 BYTE* const oend_8 = oend-8; in ZSTD_execSequence() local
2884 …if (oLitEnd > oend_8) return ERROR(dstSize_tooSmall); /* last match must start at a minimum dist… in ZSTD_execSequence()
2912 if (op > oend_8 || sequence.matchLength < MINMATCH) { in ZSTD_execSequence()
2938 if (op < oend_8) in ZSTD_execSequence()
2940 ZSTD_wildcopy(op, match, oend_8 - op); in ZSTD_execSequence()
2941 match += oend_8 - op; in ZSTD_execSequence()
2942 op = oend_8; in ZSTD_execSequence()
Dzstd_v03.c2758 BYTE* const oend_8 = oend-8; in ZSTD_execSequence() local
2762 …if (oLitEnd > oend_8) return ERROR(dstSize_tooSmall); /* last match must start at a minimum dist… in ZSTD_execSequence()
2800 if (op < oend_8) in ZSTD_execSequence()
2802 ZSTD_wildcopy(op, match, oend_8 - op); in ZSTD_execSequence()
2803 match += oend_8 - op; in ZSTD_execSequence()
2804 op = oend_8; in ZSTD_execSequence()
Dzstd_v06.c3373 BYTE* const oend_8 = oend-8; in ZSTDv06_execSequence() local
3378 …if (oLitEnd > oend_8) return ERROR(dstSize_tooSmall); /* last match must start at a minimum dist… in ZSTDv06_execSequence()
3402 if (op > oend_8 || sequence.matchLength < MINMATCH) { in ZSTDv06_execSequence()
3428 if (op < oend_8) { in ZSTDv06_execSequence()
3429 ZSTDv06_wildcopy(op, match, oend_8 - op); in ZSTDv06_execSequence()
3430 match += oend_8 - op; in ZSTDv06_execSequence()
3431 op = oend_8; in ZSTDv06_execSequence()
Dzstd_v05.c3237 BYTE* const oend_8 = oend-8; in ZSTDv05_execSequence() local
3242 …if (oLitEnd > oend_8) return ERROR(dstSize_tooSmall); /* last match must start at a minimum dist… in ZSTDv05_execSequence()
3268 if (op > oend_8 || sequence.matchLength < MINMATCH) { in ZSTDv05_execSequence()
3292 if (op < oend_8) { in ZSTDv05_execSequence()
3293 ZSTDv05_wildcopy(op, match, oend_8 - op); in ZSTDv05_execSequence()
3294 match += oend_8 - op; in ZSTDv05_execSequence()
3295 op = oend_8; in ZSTDv05_execSequence()
Dzstd_v02.c3117 BYTE* const oend_8 = oend-8; in ZSTD_execSequence() local
3121 …if (oLitEnd > oend_8) return ERROR(dstSize_tooSmall); /* last match must start at a minimum dist… in ZSTD_execSequence()
3159 if (op < oend_8) in ZSTD_execSequence()
3161 ZSTD_wildcopy(op, match, oend_8 - op); in ZSTD_execSequence()
3162 match += oend_8 - op; in ZSTD_execSequence()
3163 op = oend_8; in ZSTD_execSequence()