Home
last modified time | relevance | path

Searched defs:ldebug (Results 1 – 2 of 2) sorted by relevance

/external/qemu/audio/
Daudio_int.h257 static void GCC_ATTR ldebug (const char *fmt, ...) in ldebug() function
267 #define ldebug(...) macro
269 #define ldebug __noop macro
271 static void GCC_ATTR ldebug (const char *fmt, ...) in ldebug() function
/external/qemu/hw/
Ddma.c32 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
35 #define ldebug(...) macro