Home
last modified time | relevance | path

Searched refs:match_locp (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() argument
482 if (-*match_locp == loc) return -1; in find_match_at()
485 matchb = lzi->block_buf + lzi->block_loc + *match_locp; in find_match_at()
494 …fprintf(stderr, "match found %d, old = %d new = %d len = %d\n", lzi->cur_loc, -*match_locp, loc, m… in find_match_at()
496 *match_locp = -loc; in find_match_at()
502 static int find_match_at(lz_info *lzi, int loc, int match_len, int *match_locp) in find_match_at() argument
509 if (-*match_locp == loc) return -1; in find_match_at()
512 matchb = lzi->slide_bufp + *match_locp; in find_match_at()
525 …fprintf(stderr, "match found %d, old = %d new = %d len = %d\n", lzi->cur_loc, -*match_locp, loc, m… in find_match_at()
527 *match_locp = -loc; in find_match_at()