Home
last modified time | relevance | path

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

/external/zlib/src/
Dinffast.c117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
134 Tracevv((stderr, "inflate: length %u\n", len));
168 Tracevv((stderr, "inflate: distance %u\n", dist));
281 Tracevv((stderr, "inflate: end of block\n"));
Dzutil.h244 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
251 # define Tracevv(x) macro
Dinfback.c513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
525 Tracevv((stderr, "inflate: end of block\n"));
544 Tracevv((stderr, "inflate: length %u\n", state->length));
583 Tracevv((stderr, "inflate: distance %u\n", state->offset));
Dinflate.c1074 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
1081 Tracevv((stderr, "inflate: end of block\n"));
1100 Tracevv((stderr, "inflate: length %u\n", state->length));
1144 Tracevv((stderr, "inflate: distance %u\n", state->offset));
Ddeflate.c1903 Tracevv((stderr,"%c", s->window[s->strstart]));
2018 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2037 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2109 Tracevv((stderr,"%c", s->window[s->strstart]));
2149 Tracevv((stderr,"%c", s->window[s->strstart]));
Dtrees.c191 Tracevv((stderr," l %2d v %4x ", length, value));
/external/python/cpython2/Modules/zlib/
Dinffast.c117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
134 Tracevv((stderr, "inflate: length %u\n", len));
168 Tracevv((stderr, "inflate: distance %u\n", dist));
281 Tracevv((stderr, "inflate: end of block\n"));
Dzutil.h244 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
251 # define Tracevv(x) macro
Dinfback.c513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
525 Tracevv((stderr, "inflate: end of block\n"));
544 Tracevv((stderr, "inflate: length %u\n", state->length));
583 Tracevv((stderr, "inflate: distance %u\n", state->offset));
Dinflate.c1074 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
1081 Tracevv((stderr, "inflate: end of block\n"));
1100 Tracevv((stderr, "inflate: length %u\n", state->length));
1144 Tracevv((stderr, "inflate: distance %u\n", state->offset));
Ddeflate.c1903 Tracevv((stderr,"%c", s->window[s->strstart]));
2018 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2037 Tracevv((stderr,"%c", s->window[s->strstart-1]));
2109 Tracevv((stderr,"%c", s->window[s->strstart]));
2149 Tracevv((stderr,"%c", s->window[s->strstart]));
Dtrees.c191 Tracevv((stderr," l %2d v %4x ", length, value));
/external/freetype/src/gzip/
Dinfcodes.c129 Tracevv((stderr, t->base >= 0x20 && t->base < 0x7f ? in inflate_codes()
150 Tracevv((stderr, "inflate: end of block\n")); in inflate_codes()
165 Tracevv((stderr, "inflate: length %u\n", c->len)); in inflate_codes()
195 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist)); in inflate_codes()
Dzutil.h192 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
199 # define Tracevv(x) macro
/external/u-boot/lib/zlib/
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()
Dzutil.h105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
112 # define Tracevv(x) macro
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()
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]));
Dtrees.c198 Tracevv((stderr," l %2d v %4x ", length, value));
/external/zlib/src/contrib/infback9/
Dinfback9.c489 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
501 Tracevv((stderr, "inflate: end of block\n"));
520 Tracevv((stderr, "inflate: length %lu\n", length));
558 Tracevv((stderr, "inflate: distance %lu\n", offset));