Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dinffast.c114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
131 Tracevv((stderr, "inflate: length %u\n", len)); in inflate_fast()
165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast()
278 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast()
H A Dzutil.h227 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
234 # define Tracevv(x) macro
H A Dinfback.c501 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflateBack()
513 Tracevv((stderr, "inflate: end of block\n")); in inflateBack()
532 Tracevv((stderr, "inflate: length %u\n", state->length)); in inflateBack()
571 Tracevv((stderr, "inflate: distance %u\n", state->offset)); in inflateBack()
H A Dinflate.c1056 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate()
1063 Tracevv((stderr, "inflate: end of block\n")); in inflate()
1083 Tracevv((stderr, "inflate: length %u\n", state->length)); in inflate()
1129 Tracevv((stderr, "inflate: distance %u\n", state->offset)); in inflate()
H A Ddeflate.c1889 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_fast()
2001 Tracevv((stderr,"%c", s->window[s->strstart - 1])); in deflate_slow()
2020 Tracevv((stderr,"%c", s->window[s->strstart - 1])); in deflate_slow()
2090 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_rle()
2127 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_huff()
H A Dtrees.c253 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits()