Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/boot/compressed/
Ddecompress.c21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} macro
28 # define Tracecv(c,x) macro
/linux-6.1.9/arch/alpha/boot/
Dmisc.c70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} macro
77 # define Tracecv(c,x) macro
/linux-6.1.9/arch/nios2/boot/compressed/
Dmisc.c60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; } macro
67 # define Tracecv(c, x) macro
/linux-6.1.9/lib/zlib_deflate/
Ddefutil.h9 #define Tracecv(err, dummy) macro
Ddeftree.c471 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
981 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/linux-6.1.9/lib/
Dinflate.c377 Tracecv(*p, (stderr, (n-i >= ' ' && n-i <= '~' ? "%c %d\n" : "0x%x %d\n"), in huft_build()