Lines Matching refs:chn
205 void vTracePrintF(traceString chn, const char* fmt, ...);
207 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
235 void vTracePrint(traceString chn, const char* str);
237 #define vTracePrint(chn, str) (void)(chn), (void)(str) /* Comma operator is used to avoid "unused v… argument
974 #define vTracePrint(chn, ...) (void)(chn) argument
976 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
1881 #define vTracePrint(chn, ...) (void)(chn) argument
1882 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument