Home
last modified time | relevance | path

Searched refs:ADP_DEBUG_LEVEL (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_ms_dprintf.h95 #if !defined(ADP_DEBUG_LEVEL)
96 #define ADP_DEBUG_LEVEL 0 macro
102 #if ADP_DEBUG_LEVEL == 0
117 if (!(level & ADP_DEBUG_LEVEL)) in ms_dprintf()
134 #if ADP_DEBUG_LEVEL == 0
145 if (level & ADP_DEBUG_LEVEL) diag_printf(fmt, ##arg); \
152 if (level & ADP_DEBUG_LEVEL) printf(fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_ms_dprintf.h95 #if !defined(ADP_DEBUG_LEVEL)
96 #define ADP_DEBUG_LEVEL 0UL macro
102 #if ADP_DEBUG_LEVEL == 0
117 if (!(level & ADP_DEBUG_LEVEL)) in ms_dprintf()
134 #if ADP_DEBUG_LEVEL == 0
145 if (level & ADP_DEBUG_LEVEL) diag_printf(fmt, ##arg); \
152 if (level & ADP_DEBUG_LEVEL) printf(fmt, ##arg); \