Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A 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()
H A Dlz4defs.h96 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro
H A Dlz4hc_compress.c87 if (delta > MAX_DISTANCE) in LZ4HC_Insert()
88 delta = MAX_DISTANCE; in LZ4HC_Insert()
/openbmc/u-boot/lib/
H A Dlz4.c41 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro