Searched refs:NUM_PRIMARY_LENGTHS (Results 1 – 2 of 2) sorted by relevance
29 #define NUM_PRIMARY_LENGTHS 7 macro
748 if (match_len < (NUM_PRIMARY_LENGTHS + MIN_MATCH)) { in lzx_output_match()753 length_header = NUM_PRIMARY_LENGTHS; in lzx_output_match()754 length_footer = match_len - (NUM_PRIMARY_LENGTHS + MIN_MATCH); in lzx_output_match()879 if (match_len_m2 < NUM_PRIMARY_LENGTHS) { in lzx_write_compressed_literals()884 length_header = NUM_PRIMARY_LENGTHS; in lzx_write_compressed_literals()885 length_footer = match_len_m2 - NUM_PRIMARY_LENGTHS; in lzx_write_compressed_literals()