Searched defs:dlog (Results 1 – 3 of 3) sorted by relevance
1185 #define dlog( ... ) DebugPrintF( __VA_ARGS__ ) macro1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS ) macro1189 #define dlog DebugPrintF macro1193 #define dlog( ... ) macro1195 #define dlog( ARGS... ) macro1197 #define dlog while( 0 ) macro
122 #define dlog(level, ...) \ macro
527 dlog_t dlog; member