Searched refs:Tracevv (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/zlib/ |
A D | zutil.h | 105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 112 # define Tracevv(x) macro
|
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()
|
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()
|
A D | deflate.c | 1598 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 D | trees.c | 199 Tracevv((stderr," l %2d v %4x ", length, value));
|
Completed in 11 milliseconds