Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c2246 const int safeDecode = (endOnInput == endOnInputSize); in LZ4_decompress_generic() local
2247 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic()
2309 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)(op))) in LZ4_decompress_generic()
2313 if ((safeDecode) && unlikely((uptrval)(ip) + length < (uptrval)(ip))) in LZ4_decompress_generic()
2390 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)op)) in LZ4_decompress_generic()
2555 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)(op))) in LZ4_decompress_generic()
2559 if ((safeDecode) && unlikely((uptrval)(ip) + length < (uptrval)(ip))) in LZ4_decompress_generic()
2661 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)op)) in LZ4_decompress_generic()