Lines Matching refs:LZ4_DISTANCE_MAX
203 #if (LZ4_DISTANCE_MAX > LZ4_DISTANCE_ABSOLUTE_MAX) /* max supported by LZ4 format */
889 } while ( (match+LZ4_DISTANCE_MAX < ip) in LZ4_compress_generic()
941 if ( ((tableType != byU16) || (LZ4_DISTANCE_MAX < LZ4_DISTANCE_ABSOLUTE_MAX)) in LZ4_compress_generic()
942 && (matchIndex+LZ4_DISTANCE_MAX < current)) { in LZ4_compress_generic()
945 … assert((current - matchIndex) <= LZ4_DISTANCE_MAX); /* match now expected within distance */ in LZ4_compress_generic()
1005 assert(offset <= LZ4_DISTANCE_MAX && offset > 0); in LZ4_compress_generic()
1009 assert(ip-match <= LZ4_DISTANCE_MAX); in LZ4_compress_generic()
1091 if ( (match+LZ4_DISTANCE_MAX >= ip) in LZ4_compress_generic()
1126 …&& (((tableType==byU16) && (LZ4_DISTANCE_MAX == LZ4_DISTANCE_ABSOLUTE_MAX)) ? 1 : (matchIndex+LZ4_… in LZ4_compress_generic()
1189 …t tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : b… in LZ4_compress_fast_extState()
1196 …t tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : b… in LZ4_compress_fast_extState()
1226 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()
1240 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()
1303 …tableType_t const addrMode = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : b… in LZ4_compress_destSize_extState()