Home
last modified time | relevance | path

Searched refs:Tracecv (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/gzip/
Dzutil.h194 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} macro
201 # define Tracecv(c,x) macro
/external/rust/crates/libz-sys/src/zlib/
Dzutil.h246 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} macro
253 # define Tracecv(c,x) macro
Dtrees.c602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
1080 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/external/libwebsockets/win32port/zlib/
Dzutil.h254 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} macro
261 # define Tracecv(c,x) macro
Dtrees.c610 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/external/python/cpython2/Modules/zlib/
Dzutil.h246 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} macro
253 # define Tracecv(c,x) macro
Dtrees.c602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
1080 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/external/zlib/
Dzutil.h261 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} macro
268 # define Tracecv(c,x) macro
Dtrees.c602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
1059 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil.h156 # define Tracecv(c, x) {if (z_verbose > 1 && (c)) fprintf x;} macro
163 # define Tracecv(c, x) macro
Dtrees_emit.h112 Tracecv(isgraph(c), (stderr, " '%c' ", c)); in zng_emit_lit()
Dtrees.c310 Tracecv(tree != static_ltree, (stderr, "\nn %3d %c l %2d c %4x (%x) ", in gen_codes()