Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4_compress.c288 : (match + MAX_DISTANCE < ip)) in LZ4_compress_generic()
417 && (match + MAX_DISTANCE >= ip) in LZ4_compress_generic()
598 : (match + MAX_DISTANCE < ip)) in LZ4_compress_destSize_generic()
677 if ((match + MAX_DISTANCE >= ip) in LZ4_compress_destSize_generic()
Dlz4defs.h89 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro
Dlz4hc_compress.c87 if (delta > MAX_DISTANCE) in LZ4HC_Insert()
88 delta = MAX_DISTANCE; in LZ4HC_Insert()