Searched refs:MAX_DISTANCE (Results 1 – 5 of 5) sorted by relevance
95 #define MAX_DISTANCE 8192 macro129 #undef MAX_DISTANCE130 #define MAX_DISTANCE 8191 macro131 #define MAX_FARDISTANCE (65535 + MAX_DISTANCE - 1)257 (distance >= MAX_DISTANCE) || in FASTLZ_COMPRESSOR()267 if (distance >= MAX_DISTANCE) { in FASTLZ_COMPRESSOR()333 if (distance < MAX_DISTANCE) { in FASTLZ_COMPRESSOR()347 distance -= MAX_DISTANCE; in FASTLZ_COMPRESSOR()353 distance -= MAX_DISTANCE; in FASTLZ_COMPRESSOR()468 ref = op - ofs - MAX_DISTANCE; in FASTLZ_DECOMPRESSOR()
332 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro529 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()622 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
324 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro520 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()613 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
285 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro554 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip)) in LZ4_compress_generic()638 && (match+MAX_DISTANCE>=ip) in LZ4_compress_generic()789 } while ( ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip)) in LZ4_compress_destSize_generic()851 if ( (match+MAX_DISTANCE>=ip) in LZ4_compress_destSize_generic()
593 #define MAX_DISTANCE 2500 /* the max allowed distance */ macro1095 if (sc->distance < MAX_DISTANCE && abs(sc->dx_sum) < 5 && in wsp_intr_callback()1234 abs(sc->pos_x[0] - sc->pos_x[1]) > MAX_DISTANCE || in wsp_intr_callback()1235 abs(sc->pos_y[0] - sc->pos_y[1]) > MAX_DISTANCE) in wsp_intr_callback()