Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c475 static int find_match_at(lz_info *lzi, int loc, int match_len, int *match_locp) in find_match_at() function
502 static int find_match_at(lz_info *lzi, int loc, int match_len, int *match_locp) in find_match_at() function
650 if (find_match_at(lzi, lzud->R0, match_len, &match_pos) == 0) in lzx_output_match()
652 if (find_match_at(lzi, lzud->R1, match_len, &match_pos) == 0) in lzx_output_match()
654 if (find_match_at(lzi, lzud->R2, match_len, &match_pos) == 0) in lzx_output_match()