Searched refs:MAX_DISTANCE (Results 1 – 3 of 3) sorted by relevance
288 : (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()
94 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro
87 if (delta > MAX_DISTANCE) in LZ4HC_Insert()88 delta = MAX_DISTANCE; in LZ4HC_Insert()
Completed in 8 milliseconds