Searched defs:DBGPRINTF (Results 1 – 3 of 3) sorted by relevance
194 #define DBGPRINTF(x,p) if (p) printf x macro254 #define DBGPRINTF(x,p) macro
495 #define DBGPRINTF(Fmt,...) do {if (do_debug) \ macro
506 #define DBGPRINTF(Fmt,...) do {if (do_debug) \ macro