Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dinffast.c117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
134 Tracevv((stderr, "inflate: length %u\n", len));
168 Tracevv((stderr, "inflate: distance %u\n", dist));
281 Tracevv((stderr, "inflate: end of block\n"));
H A Dzutil.h247 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
254 # define Tracevv(x) macro
H A Dinfback.c513 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));
H A Dinflate.c1074 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
1081 Tracevv((stderr, "inflate: end of block\n"));
1100 Tracevv((stderr, "inflate: length %u\n", state->length));
1144 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Ddeflate.c1908 Tracevv((stderr,"%c", s->window[s->strstart]));
2023 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2042 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2114 Tracevv((stderr,"%c", s->window[s->strstart]));
2154 Tracevv((stderr,"%c", s->window[s->strstart]));
H A Dtrees.c191 Tracevv((stderr," l %2d v %4x ", length, value));