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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinffast.c170 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
187 Tracevv((stderr, "inflate: length %u\n", len));
221 Tracevv((stderr, "inflate: distance %u\n", dist));
312 Tracevv((stderr, "inflate: end of block\n"));
H A Dzutil.h290 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
297 # define Tracevv(x) macro
H A Dinfback.c525 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
537 Tracevv((stderr, "inflate: end of block\n"));
556 Tracevv((stderr, "inflate: length %u\n", state->length));
595 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Dinflate.c1004 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
1011 Tracevv((stderr, "inflate: end of block\n"));
1028 Tracevv((stderr, "inflate: length %u\n", state->length));
1073 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Ddeflate.c1566 Tracevv((stderr,"%c", s->window[s->strstart]));
1678 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1697 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1755 Tracevv((stderr,"%c", s->window[s->strstart]));
H A Dtrees.c224 Tracevv((stderr," l %2d v %4x ", length, value));

Completed in 85 milliseconds