Searched refs:FASTLOOP_SAFE_DISTANCE (Results 1 – 1 of 1) sorted by relevance
220 #define FASTLOOP_SAFE_DISTANCE 64 macro1791 if ((oend - op) < FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()1799 assert(oend - op >= FASTLOOP_SAFE_DISTANCE); in LZ4_decompress_generic()1858 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()1863 if (op + length >= oend - FASTLOOP_SAFE_DISTANCE) { in LZ4_decompress_generic()