Searched refs:MAX_DISTANCE (Results 1 – 6 of 6) sorted by relevance
310 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro746 } while ( (match+MAX_DISTANCE < ip) in LZ4_compress_generic()797 … if ((tableType != byU16) && (matchIndex+MAX_DISTANCE < current)) continue; /* too far */ in LZ4_compress_generic()798 …if (tableType == byU16) assert((current - matchIndex) <= MAX_DISTANCE); /* too_far presumed im… in LZ4_compress_generic()856 assert(offset <= MAX_DISTANCE && offset > 0); in LZ4_compress_generic()860 assert(ip-match <= MAX_DISTANCE); in LZ4_compress_generic()925 if ( (match+MAX_DISTANCE >= ip) in LZ4_compress_generic()960 && ((tableType==byU16) ? 1 : (matchIndex+MAX_DISTANCE >= current)) in LZ4_compress_generic()1019 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : b… in LZ4_compress_fast_extState()1026 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : b… in LZ4_compress_fast_extState()[all …]
124 if (delta>MAX_DISTANCE) delta = MAX_DISTANCE; in LZ4HC_Insert()227 … U32 lowestMatchIndex = (hc4->lowLimit + 64 KB > ipIndex) ? hc4->lowLimit : ipIndex - MAX_DISTANCE; in LZ4HC_InsertAndGetWiderMatch()318 …nst BYTE* const lowestMatchPtr = (lowPrefixPtr + MAX_DISTANCE >= ip) ? lowPrefixPtr : ip - MAX_DIS… in LZ4HC_InsertAndGetWiderMatch()331 if (ip - (base+matchIndex) > MAX_DISTANCE) break; in LZ4HC_InsertAndGetWiderMatch()350 if (dict == usingDictCtx && nbAttempts && ipIndex - lowestMatchIndex < MAX_DISTANCE) { in LZ4HC_InsertAndGetWiderMatch()355 while (ipIndex - matchIndex <= MAX_DISTANCE && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()455 …assert( (*ip - match) <= MAX_DISTANCE ); /* note : consider providing offset as a value, rather … in LZ4HC_encodeSequence()1368 assert((offset >= 1) && (offset <= MAX_DISTANCE)); in LZ4HC_compress_optimal()
32 #define MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) macro314 if (ip - candidate > MAX_DISTANCE) goto trawl; in CreateCommands()385 while (ip - candidate <= MAX_DISTANCE && in CreateCommands()
33 #define MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) macro552 if (ip - candidate > MAX_DISTANCE) goto trawl; in BrotliCompressFragmentFastImpl()625 if (ip - candidate > MAX_DISTANCE) break; in BrotliCompressFragmentFastImpl()
41 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1) macro
808 firmware_log.Metric(self.mnprops.MAX_DISTANCE, max_distance)