Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c477 u_char *matchb; in find_match_at() local
485 matchb = lzi->block_buf + lzi->block_loc + *match_locp; in find_match_at()
487 c1 = matchb; in find_match_at()
504 u_char *matchb; in find_match_at() local
512 matchb = lzi->slide_bufp + *match_locp; in find_match_at()
513 if (matchb < lzi->slide_buf) matchb += lzi->slide_buf_size; in find_match_at()
516 c1 = matchb; in find_match_at()