Searched refs:Tracevv (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A 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"));
|
| H A D | zutil.h | 247 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 254 # define Tracevv(x) macro
|
| H A 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));
|
| H A 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));
|
| H A D | deflate.c | 1908 Tracevv((stderr,"%c", s->window[s->strstart])); 2023 Tracevv((stderr,"%c", s->window[s->strstart-1])); 2042 Tracevv((stderr,"%c", s->window[s->strstart-1])); 2114 Tracevv((stderr,"%c", s->window[s->strstart])); 2154 Tracevv((stderr,"%c", s->window[s->strstart]));
|
| H A D | trees.c | 191 Tracevv((stderr," l %2d v %4x ", length, value));
|