Searched refs:aac_debug (Results 1 – 2 of 2) sorted by relevance
68 #define AAC_DPRINTF(mask, args) if ((aac_debug & (mask)) != 0) printf args74 extern int aac_debug;
141 int aac_debug = AAC_DEBUG; variable