Searched refs:Tracevv (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | zutil.h | 105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 112 # define Tracevv(x) macro
|
| H A D | inffast.c | 143 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 D | inflate.c | 749 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 D | deflate.c | 1597 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 D | trees.c | 198 Tracevv((stderr," l %2d v %4x ", length, value));
|