Searched refs:MAX_DISTANCE (Results 1 – 1 of 1) sorted by relevance
348 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro573 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()666 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()