/external/zlib/src/ |
D | inffast.c | 117 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"));
|
D | zutil.h | 244 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 251 # define Tracevv(x) macro
|
D | infback.c | 513 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));
|
D | inflate.c | 1074 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));
|
D | deflate.c | 1903 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]));
|
D | trees.c | 191 Tracevv((stderr," l %2d v %4x ", length, value));
|
/external/python/cpython2/Modules/zlib/ |
D | inffast.c | 117 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"));
|
D | zutil.h | 244 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 251 # define Tracevv(x) macro
|
D | infback.c | 513 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));
|
D | inflate.c | 1074 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));
|
D | deflate.c | 1903 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]));
|
D | trees.c | 191 Tracevv((stderr," l %2d v %4x ", length, value));
|
/external/freetype/src/gzip/ |
D | infcodes.c | 129 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()
|
D | zutil.h | 192 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 199 # define Tracevv(x) macro
|
/external/u-boot/lib/zlib/ |
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()
|
D | zutil.h | 105 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 112 # define Tracevv(x) macro
|
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()
|
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]));
|
D | trees.c | 198 Tracevv((stderr," l %2d v %4x ", length, value));
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 489 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));
|