Searched defs:ldebug (Results 1 – 5 of 5) sorted by relevance
46 #define ldebug(...) dolog (__VA_ARGS__) macro48 #define ldebug(...) macro
40 #define ldebug(...) dolog (__VA_ARGS__) macro42 #define ldebug(...) macro
45 #define ldebug(...) dolog (__VA_ARGS__) macro47 #define ldebug(...) macro
42 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro45 #define ldebug(...) macro
287 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro289 #define ldebug(fmt, ...) (void)0 macro