Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dzutil.h105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
112 # define Tracevv(x) macro
A Dinffast.c143 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? in inflate_fast()
160 Tracevv((stderr, "inflate: length %u\n", len)); in inflate_fast()
194 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast()
314 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast()
A Dinflate.c749 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? in inflate()
756 Tracevv((stderr, "inflate: end of block\n")); in inflate()
773 Tracevv((stderr, "inflate: length %u\n", state->length)); in inflate()
818 Tracevv((stderr, "inflate: distance %u\n", state->offset)); in inflate()
A Ddeflate.c1598 Tracevv((stderr,"%c", s->window[s->strstart]));
1707 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1726 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1791 Tracevv((stderr,"%c", s->window[s->strstart]));
1825 Tracevv((stderr,"%c", s->window[s->strstart]));
A Dtrees.c199 Tracevv((stderr," l %2d v %4x ", length, value));

Completed in 11 milliseconds