Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dzutil.h105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
112 # define Tracevv(x) macro
H 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()
H 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()
H A Ddeflate.c1597 Tracevv((stderr,"%c", s->window[s->strstart]));
1706 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1725 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1790 Tracevv((stderr,"%c", s->window[s->strstart]));
1824 Tracevv((stderr,"%c", s->window[s->strstart]));
H A Dtrees.c198 Tracevv((stderr," l %2d v %4x ", length, value));