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

/external/qemu/audio/
H A Daudio_int.h251 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
253 #define ldebug(fmt, ...) (void)0 macro
/external/qemu/hw/core/
H A Ddma.c34 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
37 #define ldebug(...) macro
171 ldebug ("read_chan %#x -> %d\n", iport, val);
300 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val);
355 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);

Completed in 2038 milliseconds