Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/utopia/UTPA2-700.0.x/mxlib/include/
H A DULog.h109 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
111 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
112 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
113 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
118 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
119 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
120 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
121 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
122 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
[all …]
H A DMLog.h115 #define MLOGV(tag,fmt,...) filter_log(EN_LOG_PRIORITY_VERBOSE, tag, fmt, ##__VA_ARGS__) argument
116 #define MLOGI(tag,fmt,...) filter_log(EN_LOG_PRIORITY_INFO, tag, fmt, ##__VA_ARGS__) argument
117 #define MLOGW(tag,fmt,...) filter_log(EN_LOG_PRIORITY_WARN, tag, fmt, ##__VA_ARGS__) argument
118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) argument
119 #define MLOGE(tag,fmt,...) filter_log(EN_LOG_PRIORITY_ERROR, tag, fmt, ##__VA_ARGS__) argument
120 #define MLOGF(tag,fmt,...) filter_log(EN_LOG_PRIORITY_FATAL, tag, fmt, ##__VA_ARGS__) argument
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DULog.h109 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
111 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
112 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
113 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
116 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
117 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
118 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
119 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
120 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
[all …]
H A DMLog.h115 #define MLOGV(tag,fmt,...) filter_log(EN_LOG_PRIORITY_VERBOSE, tag, fmt, ##__VA_ARGS__) argument
116 #define MLOGI(tag,fmt,...) filter_log(EN_LOG_PRIORITY_INFO, tag, fmt, ##__VA_ARGS__) argument
117 #define MLOGW(tag,fmt,...) filter_log(EN_LOG_PRIORITY_WARN, tag, fmt, ##__VA_ARGS__) argument
118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) argument
119 #define MLOGE(tag,fmt,...) filter_log(EN_LOG_PRIORITY_ERROR, tag, fmt, ##__VA_ARGS__) argument
120 #define MLOGF(tag,fmt,...) filter_log(EN_LOG_PRIORITY_FATAL, tag, fmt, ##__VA_ARGS__) argument
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A Dteec_trace.h91 const char *prefix, const char *fmt, ...) __PRINTFLIKE(6, 7);
100 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) argument
101 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) argument
102 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) argument
103 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) argument
105 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) argument
106 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__) argument
120 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__) argument
121 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__) argument
122 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__) argument
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7821/cmdq/
H A DhalCMDQ.c117 #define _msg(fmt, ...) argument
118 #define _dbg(fmt, ...) argument
119 #define _err(fmt, ...) argument
120 #define _cri(fmt, ...) argument
122 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) argument
129 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
130 #define _dbg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
131 #define _err(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
132 #define _cri(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
134 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() argument
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maserati/cmdq/
H A DhalCMDQ.c117 #define _msg(fmt, ...) argument
118 #define _dbg(fmt, ...) argument
119 #define _err(fmt, ...) argument
120 #define _cri(fmt, ...) argument
122 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) argument
129 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
130 #define _dbg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
131 #define _err(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
132 #define _cri(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
134 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() argument
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/mustang/mfe_ex/
H A Dms_dprintf.h127 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
135 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
143 va_start(ap, fmt); in ms_dprintf()
144 vsprintf(msg, fmt, ap); in ms_dprintf()
168 #define ms_dprintf(level, fmt, arg...) \ argument
170 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
173 #define ms_dprintk(level, fmt, arg...) \ argument
175 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
185 #define ms_dprintf(level, fmt, arg...) \ argument
189 LOGE(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/maldives/mfe_ex/
H A Dms_dprintf.h127 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
135 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
143 va_start(ap, fmt); in ms_dprintf()
144 vsprintf(msg, fmt, ap); in ms_dprintf()
168 #define ms_dprintf(level, fmt, arg...) \ argument
170 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
173 #define ms_dprintk(level, fmt, arg...) \ argument
175 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
185 #define ms_dprintf(level, fmt, arg...) \ argument
189 LOGE(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe_ex/
H A Dms_dprintf.h127 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
135 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
143 va_start(ap, fmt); in ms_dprintf()
144 vsprintf(msg, fmt, ap); in ms_dprintf()
168 #define ms_dprintf(level, fmt, arg...) \ argument
170 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
173 #define ms_dprintk(level, fmt, arg...) \ argument
175 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
185 #define ms_dprintf(level, fmt, arg...) \ argument
189 LOGE(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe_ex/
H A Dms_dprintf.h127 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
135 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
143 va_start(ap, fmt); in ms_dprintf()
144 vsprintf(msg, fmt, ap); in ms_dprintf()
168 #define ms_dprintf(level, fmt, arg...) \ argument
170 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
173 #define ms_dprintk(level, fmt, arg...) \ argument
175 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
185 #define ms_dprintf(level, fmt, arg...) \ argument
189 LOGE(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/globalinc/
H A Dms_dprintf.h119 static __inline void ms_dprintf(int level, const char *fmt, ...) {} in ms_dprintf() argument
127 static __inline void ms_dprintf(int level, const char *fmt, ...) in ms_dprintf() argument
135 va_start(ap, fmt); in ms_dprintf()
136 vsprintf(msg, fmt, ap); in ms_dprintf()
160 #define ms_dprintf(level, fmt, arg...) \ argument
162 if (level & DEBUG_LEVEL) diag_printf(fmt, ##arg); \
165 #define ms_dprintk(level, fmt, arg...) \ argument
167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
172 #define ms_dprintf(level, fmt, arg...) \ argument
174 if (level & DEBUG_LEVEL) printf(fmt, ##arg); \
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbHostConfig.h544 #define ms_debug_msg(fmt, arg...) \ argument
545 do {diag_printf(fmt, ##arg);} while(0)
547 #define ms_debug_msg(fmt, arg...) do {} while (0) argument
551 #define ms_debug_debug(fmt, arg...) \ argument
552 do {diag_printf(fmt, ##arg);} while(0)
554 #define ms_debug_debug(fmt, arg...) do {} while (0) argument
558 #define ms_debug_warn(fmt, arg...) \ argument
559 do {diag_printf(fmt, ##arg);} while(0)
561 #define ms_debug_warn(fmt, arg...) do {} while (0) argument
565 #define ms_debug_err(fmt, arg...) \ argument
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/drv/cmdq/
H A DdrvCMDQ.c223 #define _msg(fmt, ...) argument
224 #define _dbg(fmt, ...) argument
225 #define _err(fmt, ...) argument
226 #define _cri(fmt, ...) argument
228 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) argument
235 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
236 #define _dbg(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
237 #define _err(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
238 #define _cri(fmt, ...) printf(fmt, ##__VA_ARGS__) argument
240 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_dip.c340 void HAL_XC_DIP_Set444to422(void *pInstance, EN_DRV_XC_DWIN_DATA_FMT fmt,MS_BOOL bSrcYUVFmt,MS_BOOL… in HAL_XC_DIP_Set444to422() argument
880 void HAL_XC_DIP_SetDataFmt(void *pInstance, EN_DRV_XC_DWIN_DATA_FMT fmt,SCALER_DIP_WIN eWindow) in HAL_XC_DIP_SetDataFmt() argument
884 switch (fmt) in HAL_XC_DIP_SetDataFmt()
909 DipFmt = fmt; in HAL_XC_DIP_SetDataFmt()
913 SC_W2BYTEMSK(0, REG_SC_BK36_03_L,((fmt == XC_DWIN_DATA_FMT_YC422)?BIT(6):0),BIT(6)); in HAL_XC_DIP_SetDataFmt()
915 …SC_W2BYTEMSK(0, REG_SC_BK36_03_L,((fmt == XC_DWIN_DATA_FMT_YUV420_SEMI_PLANER)?BIT(14):0),BIT(14)); in HAL_XC_DIP_SetDataFmt()
917 … SC_W2BYTEMSK(0, REG_SC_BK36_7E_L,((fmt == XC_DWIN_DATA_FMT_YUV420_PLANER)?BIT(14):0),BIT(14)); in HAL_XC_DIP_SetDataFmt()
919 if( (fmt == XC_DWIN_DATA_FMT_RGB565) || (fmt == XC_DWIN_DATA_FMT_ARGB8888) ) in HAL_XC_DIP_SetDataFmt()
936 Dwin0Fmt = fmt; in HAL_XC_DIP_SetDataFmt()
940 SC_W2BYTEMSK(0, REG_SC_BK3B_03_L,((fmt == XC_DWIN_DATA_FMT_YC422)?BIT(6):0),BIT(6)); in HAL_XC_DIP_SetDataFmt()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/
H A Dms_dprintf.h136 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
144 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
152 va_start(ap, fmt); in ms_dprintf()
153 vsprintf(msg, fmt, ap); in ms_dprintf()
173 #define ms_dprintf(level, fmt, arg...) \ argument
178 ULOGD("MFE_EX", fmt, ##arg); \
181 ULOGD("MFE_EX", fmt, ##arg); \
184 ULOGI("MFE_EX", fmt, ##arg); \
187 ULOGW("MFE_EX", fmt, ##arg); \
190 ULOGE("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/
H A Dms_dprintf.h136 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
144 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
152 va_start(ap, fmt); in ms_dprintf()
153 vsprintf(msg, fmt, ap); in ms_dprintf()
173 #define ms_dprintf(level, fmt, arg...) \ argument
178 ULOGD("MFE_EX", fmt, ##arg); \
181 ULOGD("MFE_EX", fmt, ##arg); \
184 ULOGI("MFE_EX", fmt, ##arg); \
187 ULOGW("MFE_EX", fmt, ##arg); \
190 ULOGE("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/
H A Dms_dprintf.h136 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
144 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
152 va_start(ap, fmt); in ms_dprintf()
153 vsprintf(msg, fmt, ap); in ms_dprintf()
173 #define ms_dprintf(level, fmt, arg...) \ argument
178 ULOGD("MFE_EX", fmt, ##arg); \
181 ULOGD("MFE_EX", fmt, ##arg); \
184 ULOGI("MFE_EX", fmt, ##arg); \
187 ULOGW("MFE_EX", fmt, ##arg); \
190 ULOGE("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe_ex/
H A Dms_dprintf.h136 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
144 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
152 va_start(ap, fmt); in ms_dprintf()
153 vsprintf(msg, fmt, ap); in ms_dprintf()
173 #define ms_dprintf(level, fmt, arg...) \ argument
178 ULOGD("MFE_EX", fmt, ##arg); \
181 ULOGD("MFE_EX", fmt, ##arg); \
184 ULOGI("MFE_EX", fmt, ##arg); \
187 ULOGW("MFE_EX", fmt, ##arg); \
190 ULOGE("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/
H A Dms_dprintf.h136 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) {} in ms_dprintf() argument
144 static __inline void ms_dprintf(MS_S32 level, const MS_S8 *fmt, ...) in ms_dprintf() argument
152 va_start(ap, fmt); in ms_dprintf()
153 vsprintf(msg, fmt, ap); in ms_dprintf()
173 #define ms_dprintf(level, fmt, arg...) \ argument
178 ULOGD("MFE_EX", fmt, ##arg); \
181 ULOGD("MFE_EX", fmt, ##arg); \
184 ULOGI("MFE_EX", fmt, ##arg); \
187 ULOGW("MFE_EX", fmt, ##arg); \
190 ULOGE("MFE_EX", fmt, ##arg); \

12345678910>>...19