Searched defs:M_LOGR (Results 1 – 4 of 4) sorted by relevance
56 #define M_LOGR(fmt, ...) aos_printf(fmt, ##__VA_ARGS__) macro
63 #define M_LOGR(fmt, ...) amp_printf(fmt, ##__VA_ARGS__) macro
71 #define M_LOGR(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
72 #define M_LOGR(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
Completed in 9 milliseconds