Lines Matching defs:format
79 #define FFRT_LOGD(format, ...) \ argument
87 #define FFRT_LOGD(format, ...) argument
91 #define FFRT_LOGI(format, ...) \ argument
97 #define FFRT_LOGI(format, ...) argument
101 #define FFRT_LOGW(format, ...) \ argument
107 #define FFRT_LOGW(format, ...) argument
110 #define FFRT_LOGE(format, ...) \ argument
117 #define FFRT_LOGD(format, ...) FFRT_LOG(FFRT_LOG_DEBUG, format, ##__VA_ARGS__) argument
119 #define FFRT_LOGD(format, ...) argument
123 #define FFRT_LOGI(format, ...) FFRT_LOG(FFRT_LOG_INFO, format, ##__VA_ARGS__) argument
125 #define FFRT_LOGI(format, ...) argument
129 #define FFRT_LOGW(format, ...) FFRT_LOG(FFRT_LOG_WARN, format, ##__VA_ARGS__) argument
131 #define FFRT_LOGW(format, ...) argument
134 #define FFRT_LOGE(format, ...) FFRT_LOG(FFRT_LOG_ERROR, format, ##__VA_ARGS__) argument
139 #define FFRT_BBOX_LOG(format, ...) \ argument
145 #define FFRT_BBOX_LOG(format, ...) FFRT_LOGE(format, ##__VA_ARGS__) argument
148 #define FFRT_COND_DO_ERR(cond, expr, format, ...) \ argument