Searched refs:MAX_DISTANCE (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/lib/lz4/
H A Dlz4defs.h81 #define MAX_DISTANCE (MAXD - 1) macro
H A Dlz4hc_compress.c78 if (delta > MAX_DISTANCE) lz4hc_insert()
79 delta = MAX_DISTANCE; lz4hc_insert()
152 while ((ref >= ip - MAX_DISTANCE) && nbattempts) { lz4hc_insertandfindbestmatch()
209 while ((ref >= ip - MAX_DISTANCE) && (ref >= hc4->base) lz4hc_insertandgetwidermatch()
H A Dlz4_compress.c108 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); lz4_compressctx()
205 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { lz4_compressctx()

Completed in 101 milliseconds