Searched refs:MAX_ZERO_RUN_LENGTH (Results 1 – 2 of 2) sorted by relevance
54 < (ip + MAX_ZERO_RUN_LENGTH + 1) in lzo1x_1_do_compress()55 ? ip_end : ip + MAX_ZERO_RUN_LENGTH + 1; in lzo1x_1_do_compress()105 if (run_length > MAX_ZERO_RUN_LENGTH) in lzo1x_1_do_compress()106 run_length = MAX_ZERO_RUN_LENGTH; in lzo1x_1_do_compress()
65 #define MAX_ZERO_RUN_LENGTH (2047 + MIN_ZERO_RUN_LENGTH) macro