Home
last modified time | relevance | path

Searched refs:Tracev (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c126 Tracev((stderr, "inflate: reset\n")); in inflateResetKeep()
205 Tracev((stderr, "inflate: allocated\n")); in inflateInit2_()
665 Tracev((stderr, "inflate: zlib header ok\n")); in inflate()
838 Tracev((stderr, "inflate: stored block%s\n", in inflate()
844 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate()
853 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate()
872 Tracev((stderr, "inflate: stored length %u\n", in inflate()
895 Tracev((stderr, "inflate: stored end\n")); in inflate()
913 Tracev((stderr, "inflate: table sizes ok\n")); in inflate()
935 Tracev((stderr, "inflate: code lengths ok\n")); in inflate()
[all …]
H A Dzutil.h229 # define Tracev(x) {if (z_verbose>0) fprintf x ;} macro
236 # define Tracev(x) macro