HomeSort by relevance Sort by last modified time
    Searched defs:ldebug (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/core/
dma.c 34 #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);
  /external/qemu/audio/
audio_int.h 251 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
253 #define ldebug(fmt, ...) (void)0 macro

Completed in 546 milliseconds