Home
last modified time | relevance | path

Searched refs:MAX_ZERO_RUN_LENGTH (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/lib/lzo/
Dlzo1x_compress.c54 < (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()
Dlzodefs.h65 #define MAX_ZERO_RUN_LENGTH (2047 + MIN_ZERO_RUN_LENGTH) macro