Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_compress.c287 : (match + MAX_DISTANCE < ip)) in LZ4_compress_generic()
416 && (match + MAX_DISTANCE >= ip) in LZ4_compress_generic()
597 : (match + MAX_DISTANCE < ip)) in LZ4_compress_destSize_generic()
676 if ((match + MAX_DISTANCE >= ip) in LZ4_compress_destSize_generic()
H A Dlz4defs.h96 #define MAX_DISTANCE LZ4_DISTANCE_MAX macro
H A Dlz4hc_compress.c86 if (delta > MAX_DISTANCE) in LZ4HC_Insert()
87 delta = MAX_DISTANCE; in LZ4HC_Insert()