Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/boot/compressed/
Ddecompress.c25 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} macro
32 # define Tracecv(c,x) macro
/linux-2.6.39/arch/alpha/boot/
Dmisc.c69 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} macro
76 # define Tracecv(c,x) macro
/linux-2.6.39/arch/h8300/boot/compressed/
Dmisc.c57 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} macro
64 # define Tracecv(c,x) macro
/linux-2.6.39/arch/cris/boot/compressed/
Dmisc.c94 # define Tracecv(c, x) do { \ macro
104 # define Tracecv(c, x) macro
/linux-2.6.39/arch/mn10300/boot/compressed/
Dmisc.c111 # define Tracecv(c, x) { if (verbose > 1 && (c)) fprintf x ; } macro
118 # define Tracecv(c, x) macro
/linux-2.6.39/lib/zlib_deflate/
Ddefutil.h7 #define Tracecv(err, dummy) macro
Ddeftree.c525 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
1035 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/linux-2.6.39/lib/
Dinflate.c376 Tracecv(*p, (stderr, (n-i >= ' ' && n-i <= '~' ? "%c %d\n" : "0x%x %d\n"), in huft_build()