Home
last modified time | relevance | path

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

/external/brotli/enc/
Dcompress_fragment_two_pass.c33 #define MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) macro
312 if (ip - candidate > MAX_DISTANCE) goto trawl; in CreateCommands()
369 while (ip - candidate <= MAX_DISTANCE && IsMatch(ip, candidate)) { in CreateCommands()
Dcompress_fragment.c34 #define MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) macro
553 if (ip - candidate > MAX_DISTANCE) goto trawl; in BrotliCompressFragmentFastImpl()
626 if (ip - candidate > MAX_DISTANCE) break; in BrotliCompressFragmentFastImpl()
/external/lz4/lib/
Dlz4opt.h93 …const U32 lowLimit = (ctx->lowLimit + MAX_DISTANCE > current) ? ctx->lowLimit : current - (MAX_DIS… in LZ4HC_BinTree_InsertAndGetAllMatches()
Dlz4.c275 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro
544 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip)) in LZ4_compress_generic()
628 && (match+MAX_DISTANCE>=ip) in LZ4_compress_generic()
779 } while ( ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip)) in LZ4_compress_destSize_generic()
841 if ( (match+MAX_DISTANCE>=ip) in LZ4_compress_destSize_generic()
Dlz4hc.c122 if (delta>MAX_DISTANCE) delta = MAX_DISTANCE; in LZ4HC_Insert()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py808 firmware_log.Metric(self.mnprops.MAX_DISTANCE, max_distance)