Searched defs:DPRINT_TIMER (Results 1 – 1 of 1) sorted by relevance
83 #define DPRINT_TIMER(fmt, ...) do { \ macro91 #define DPRINT_TIMER __noop macro93 #define DPRINT_TIMER(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro139 #define DPRINT_TIMER __noop macro147 #define DPRINT_TIMER(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro