Searched defs:vTracePrint (Results 1 – 3 of 3) sorted by relevance
237 #define vTracePrint(chn, str) (void)(chn), (void)(str) /* Comma operator is used to avoid "unused v… macro974 #define vTracePrint(chn, ...) (void)(chn) macro1881 #define vTracePrint(chn, ...) (void)(chn) macro
1557 void vTracePrint(traceString chn, const char* str) in vTracePrint() function
490 void vTracePrint(traceString chn, const char* str) in vTracePrint() function