Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c195 #define FASTLOOP_SAFE_DISTANCE 64 macro
1707 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()