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

  /external/qemu/audio/
audio_int.h 258 static void GCC_ATTR ldebug (const char *fmt, ...) function
268 #define ldebug(...) macro
270 #define ldebug __noop macro
272 static void GCC_ATTR ldebug (const char *fmt, ...) function
alsaaudio.c 868 ldebug ("alsa_fini\n");
966 ldebug ("enabling voice\n");
975 ldebug ("disabling voice\n");
    [all...]
dsoundaudio.c 796 ldebug ("warning: Misaligned capture read position %ld(%d)\n",
803 ldebug ("warning: Misaligned capture position %ld(%d)\n",
ossaudio.c 489 ldebug ("oss_fini\n");
630 ldebug ("enabling voice\n");
662 ldebug ("disabling voice\n");
wavaudio.c 416 ldebug ("wav_fini");
audio_template.h 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n",
coreaudio.c 475 ldebug ("core->decr %d live %d core->live %d\n",
esdaudio.c 585 ldebug ("esd_fini");
fmodaudio.c 281 ldebug ("%p %p %d %d %d %d\n", p1, p2, len1, len2, blen1, blen2);
audio.c     [all...]
  /external/qemu/hw/
dma.c 32 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
35 #define ldebug(...) macro
169 ldebug ("read_chan %#x -> %d\n", iport, val);
298 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val);
353 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);
  /external/qemu-pc-bios/bochs/
bochs.h 285 void ldebug(const char *fmt, ...) BX_CPP_AttrPrintf(2, 3);
384 #define BX_DEBUG(x) (LOG_THIS ldebug) x

Completed in 56 milliseconds