Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_constants.h29 #define NUM_PRIMARY_LENGTHS 7 macro
H A Dlzx_layer.c748 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()