Searched refs:run_length (Results 1 – 1 of 1) sorted by relevance
43 u32 run_length = 0; in lzo1x_1_do_compress() local102 run_length = ir - ip; 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()151 if (unlikely(run_length)) { in lzo1x_1_do_compress()152 ip += run_length; in lzo1x_1_do_compress()153 run_length -= MIN_ZERO_RUN_LENGTH; in lzo1x_1_do_compress()154 put_unaligned_le32((run_length << 21) | 0xfffc18 in lzo1x_1_do_compress()155 | (run_length & 0x7), op); in lzo1x_1_do_compress()157 run_length = 0; in lzo1x_1_do_compress()