Searched refs:TAE_DBG_PRINT (Results 1 – 2 of 2) sorted by relevance
111 #ifndef TAE_DBG_PRINT112 #define TAE_DBG_PRINT(fmt, ...) macro131 #define _DBG_COLOR(color) TAE_DBG_PRINT("\033["#color"m")133 #define _DBG_LOG_END() TAE_DBG_PRINT("\033[0m")137 #define _DBG_LOG_END() TAE_DBG_PRINT("")141 #define DBG_LogRaw(...) TAE_DBG_PRINT(__VA_ARGS__)146 TAE_DBG_PRINT(fmt, ##__VA_ARGS__); \153 TAE_DBG_PRINT(fmt, ##__VA_ARGS__); \161 TAE_DBG_PRINT("Here is %s:%d", __FUNCTION__, \170 TAE_DBG_PRINT("Enter function %s", __FUNCTION__); \[all …]
74 #define TAE_DBG_PRINT(fmt, ...) printf(fmt, ##__VA_ARGS__) macro76 #define TAE_DBG_PRINT(fmt, ...)
Completed in 6 milliseconds