Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c220 #define FASTLOOP_SAFE_DISTANCE 64 macro
1791 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()