Searched refs:MAX_ZERO_RUN_LENGTH (Results 1 – 2 of 2) sorted by relevance
53 const unsigned char *limit = min(ip_end, ip + MAX_ZERO_RUN_LENGTH + 1); in lzo1x_1_do_compress()103 if (run_length > MAX_ZERO_RUN_LENGTH) in lzo1x_1_do_compress()104 run_length = MAX_ZERO_RUN_LENGTH; in lzo1x_1_do_compress()
65 #define MAX_ZERO_RUN_LENGTH (2047 + MIN_ZERO_RUN_LENGTH) macro