Searched refs:z_verbose (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
D | zutil.h | 251 extern int z_verbose; 254 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 255 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 256 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 257 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 258 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zutil.h | 251 extern int z_verbose; 254 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 255 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 256 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 257 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 258 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|
D | zutil.c | 120 int z_verbose = verbose; variable
|
D | trees.c | 172 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
|
D | deflate.c | 1247 if (z_verbose > 1) {
|
D | ChangeLog | 592 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch).
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zutil.h | 221 extern int ZLIB_INTERNAL z_verbose; 224 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 225 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 227 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 228 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|
D | zutil.c | 123 int ZLIB_INTERNAL z_verbose = verbose; variable
|
D | trees.c | 168 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
|
D | deflate.c | 1371 if (z_verbose > 1) {
|
D | ChangeLog | 1209 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch).
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zutil.h | 239 extern int ZLIB_INTERNAL z_verbose; 242 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 243 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 244 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 245 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 246 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|
D | zutil.c | 117 int ZLIB_INTERNAL z_verbose = verbose; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | zutil.h | 224 extern int ZLIB_INTERNAL z_verbose; 227 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 228 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 229 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 230 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 231 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|