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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffast.c158 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
175 Tracevv((stderr, "inflate: length %u\n", len));
209 Tracevv((stderr, "inflate: distance %u\n", dist));
300 Tracevv((stderr, "inflate: end of block\n"));
H A Dzutil.h273 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
280 # define Tracevv(x) macro
H A Dinfback.c520 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
532 Tracevv((stderr, "inflate: end of block\n"));
551 Tracevv((stderr, "inflate: length %u\n", state->length));
590 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Dinflate.c999 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
1006 Tracevv((stderr, "inflate: end of block\n"));
1023 Tracevv((stderr, "inflate: length %u\n", state->length));
1068 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Ddeflate.c1561 Tracevv((stderr,"%c", s->window[s->strstart]));
1673 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1692 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1750 Tracevv((stderr,"%c", s->window[s->strstart]));
H A Dtrees.c221 Tracevv((stderr," l %2d v %4x ", length, value));

Completed in 45 milliseconds