Searched refs:FASTLOOP_SAFE_DISTANCE (Results 1 – 1 of 1) sorted by relevance
222 #define FASTLOOP_SAFE_DISTANCE 64 macro2280 if ((oend - op) < FASTLOOP_SAFE_DISTANCE) in LZ4_decompress_generic()2290 assert(oend - op >= FASTLOOP_SAFE_DISTANCE); 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()