Home
last modified time | relevance | path

Searched defs:Msg (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_svp.h49 #define SAMPLE_SVP_PRINTF(LevelStr, Msg, ...) … argument
54 #define SAMPLE_SVP_PRINTF_RED(LevelStr, Msg, ...) … argument
60 #define SAMPLE_SVP_TRACE_FATAL(Msg, ...) SAMPLE_SVP_PRINTF_RED("Fatal", Msg, ##__VA_ARGS__) argument
61 #define SAMPLE_SVP_TRACE_ALERT(Msg, ...) SAMPLE_SVP_PRINTF_RED("Alert", Msg, ##__VA_ARGS__) argument
62 #define SAMPLE_SVP_TRACE_CRIT(Msg, ...) SAMPLE_SVP_PRINTF_RED("Critical", Msg, ##__VA_ARGS__) argument
63 #define SAMPLE_SVP_TRACE_ERR(Msg, ...) SAMPLE_SVP_PRINTF_RED("Error", Msg, ##__VA_ARGS__) argument
64 #define SAMPLE_SVP_TRACE_WARN(Msg, ...) SAMPLE_SVP_PRINTF("Warning", Msg, ##__VA_ARGS__) argument
65 #define SAMPLE_SVP_TRACE_NOTICE(Msg, ...) SAMPLE_SVP_PRINTF("Notice", Msg, ##__VA_ARGS__) argument
66 #define SAMPLE_SVP_TRACE_INFO(Msg, ...) SAMPLE_SVP_PRINTF("Info", Msg, ##__VA_ARGS__) argument
67 #define SAMPLE_SVP_TRACE_DEBUG(Msg, ...) SAMPLE_SVP_PRINTF("Debug", Msg, ##__VA_ARGS__) argument
[all …]