Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c2241 BYTE *const oend = op + outputSize; in LZ4_decompress_generic() local
2251 const BYTE *const shortoend = oend - (endOnInput ? 14 : 8) /*maxLL*/ - 18 /*maxML*/; in LZ4_decompress_generic()
2280 if ((oend - op) < FASTLOOP_SAFE_DISTANCE) in LZ4_decompress_generic()
2290 assert(oend - op >= FASTLOOP_SAFE_DISTANCE); in LZ4_decompress_generic()
2323 if ((cpy > oend - 32) || (ip + length > iend - 32)) in LZ4_decompress_generic()
2331 if (cpy > oend - 8) in LZ4_decompress_generic()
2395 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) in LZ4_decompress_generic()
2403 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) in LZ4_decompress_generic()
2415 assert(op + 18 <= oend); in LZ4_decompress_generic()
2433 if (unlikely(op + length > oend - LASTLITERALS)) in LZ4_decompress_generic()
[all …]