Searched refs:FASTLOOP_SAFE_DISTANCE (Results 1 – 1 of 1) sorted by relevance
195 #define FASTLOOP_SAFE_DISTANCE 64 macro1707 if ((oend - op) < FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()1715 assert(oend - op >= FASTLOOP_SAFE_DISTANCE); in LZ4_decompress_generic()1774 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()1779 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()