Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlz_nonslide.c69 lzi->cur_loc = 0; in lz_init()
192 fprintf(stderr, "Analyzing block %d, cur_loc = %06x\n", n, lzi->cur_loc); in lz_analyze_block()
279 fprintf(stderr, "Done analyzing block %d, cur_loc = %06x\n", n++, lzi->cur_loc); in lz_analyze_block()
347 if (lzi->frame_size && (len > (lzi->frame_size - lzi->cur_loc % lzi->frame_size))) { in lz_compress()
349 …printf(stderr, "Trim for framing: %06x %d %d\n", lzi->cur_loc,len, (lzi->frame_size - lzi->cur_loc in lz_compress()
352 len = (lzi->frame_size - lzi->cur_loc % lzi->frame_size); in lz_compress()
356 fprintf(stderr, "Trim for blocking: %06x %d %d\n", lzi->cur_loc,len, nchars); in lz_compress()
387 lzi->cur_loc += len; in lz_compress()
H A Dlz_nonslide.h37 int cur_loc; /* location within stream */ member
H A Dlzx_layer.c494 …fprintf(stderr, "match found %d, old = %d new = %d len = %d\n", lzi->cur_loc, -*match_locp, loc, m… 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()
733 …fprintf(stderr, "(%08x, %d, %d, %d, %d, %d)\n", lzud->lzi->cur_loc , match_pos, match_len, formatt… in lzx_output_match()
735 …fprintf(stderr, "(%08x, %d, %d, %d, %d, %d)\n", lzud->lzi->cur_loc - lzud->lzi->chars_in_match , m… in lzx_output_match()
/reactos/sdk/tools/widl/
H A Dutils.c71 loc_info_t cur_loc = CURRENT_LOCATION; in error_loc() local
74 generic_msg(&cur_loc, s, "error", ap); in error_loc()
96 loc_info_t cur_loc = CURRENT_LOCATION; in parser_warning() local
99 generic_msg(&cur_loc, s, "warning", ap); in parser_warning()