Searched refs:Tracevv (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/zlib/ |
D | inffast.c | 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 151 Tracevv((stderr, "inflate: length %u\n", len)); 185 Tracevv((stderr, "inflate: distance %u\n", dist)); 298 Tracevv((stderr, "inflate: end of block\n"));
|
D | zutil.h | 226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 233 # define Tracevv(x) macro
|
D | infback.c | 513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 525 Tracevv((stderr, "inflate: end of block\n")); 544 Tracevv((stderr, "inflate: length %u\n", state->length)); 583 Tracevv((stderr, "inflate: distance %u\n", state->offset));
|
D | inflate.c | 1051 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 1058 Tracevv((stderr, "inflate: end of block\n")); 1077 Tracevv((stderr, "inflate: length %u\n", state->length)); 1121 Tracevv((stderr, "inflate: distance %u\n", state->offset));
|
D | deflate.c | 1707 Tracevv((stderr,"%c", s->window[s->strstart])); 1822 Tracevv((stderr,"%c", s->window[s->strstart-1])); 1841 Tracevv((stderr,"%c", s->window[s->strstart-1])); 1913 Tracevv((stderr,"%c", s->window[s->strstart])); 1953 Tracevv((stderr,"%c", s->window[s->strstart]));
|
D | trees.c | 193 Tracevv((stderr," l %2d v %4x ", length, value));
|
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/ |
D | infback9.c | 489 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 501 Tracevv((stderr, "inflate: end of block\n")); 520 Tracevv((stderr, "inflate: length %lu\n", length)); 558 Tracevv((stderr, "inflate: distance %lu\n", offset));
|