Searched refs:ADP_DEBUG_LEVEL (Results 1 – 2 of 2) sorted by relevance
95 #if !defined(ADP_DEBUG_LEVEL)96 #define ADP_DEBUG_LEVEL 0 macro102 #if ADP_DEBUG_LEVEL == 0117 if (!(level & ADP_DEBUG_LEVEL)) in ms_dprintf()134 #if ADP_DEBUG_LEVEL == 0145 if (level & ADP_DEBUG_LEVEL) diag_printf(fmt, ##arg); \152 if (level & ADP_DEBUG_LEVEL) printf(fmt, ##arg); \
95 #if !defined(ADP_DEBUG_LEVEL)96 #define ADP_DEBUG_LEVEL 0UL macro102 #if ADP_DEBUG_LEVEL == 0117 if (!(level & ADP_DEBUG_LEVEL)) in ms_dprintf()134 #if ADP_DEBUG_LEVEL == 0145 if (level & ADP_DEBUG_LEVEL) diag_printf(fmt, ##arg); \152 if (level & ADP_DEBUG_LEVEL) printf(fmt, ##arg); \