Searched refs:ldebug (Results 1 – 14 of 14) sorted by relevance
/external/qemu/audio/ |
D | audio_int.h | 258 static void GCC_ATTR ldebug (const char *fmt, ...) in ldebug() function 268 #define ldebug(...) macro 270 #define ldebug __noop macro 272 static void GCC_ATTR ldebug (const char *fmt, ...) in ldebug() function
|
D | alsaaudio.c | 868 ldebug ("alsa_fini\n"); in alsa_fini_out() 966 ldebug ("enabling voice\n"); in alsa_ctl_out() 975 ldebug ("disabling voice\n"); in alsa_ctl_out() 1194 ldebug ("enabling voice\n"); in alsa_ctl_in() 1204 ldebug ("disabling voice\n"); in alsa_ctl_in() 1224 ldebug("could not find libasound on this system\n"); in alsa_audio_init() 1235 ldebug("%s: failed to open library\n", __FUNCTION__); in alsa_audio_init()
|
D | ossaudio.c | 489 ldebug ("oss_fini\n"); in oss_fini_out() 630 ldebug ("enabling voice\n"); in oss_ctl_out() 662 ldebug ("disabling voice\n"); in oss_ctl_out()
|
D | dsoundaudio.c | 796 ldebug ("warning: Misaligned capture read position %ld(%d)\n", in dsound_run_in() 803 ldebug ("warning: Misaligned capture position %ld(%d)\n", in dsound_run_in()
|
D | wavaudio.c | 416 ldebug ("wav_fini"); in wav_audio_fini()
|
D | fmodaudio.c | 281 ldebug ("%p %p %d %d %d %d\n", p1, p2, len1, len2, blen1, blen2); in fmod_run_out()
|
D | esdaudio.c | 585 ldebug ("esd_fini"); in qesd_audio_fini()
|
D | audio_template.h | 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n", in glue()
|
D | coreaudio.c | 475 ldebug ("core->decr %d live %d core->live %d\n", in coreaudio_run_out()
|
D | audio.c | 1406 ldebug ( in audio_get_avail()
|
/external/qemu/hw/ |
D | dma.c | 32 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro 35 #define ldebug(...) macro 169 ldebug ("read_chan %#x -> %d\n", iport, val); in read_chan() 298 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val); in read_cont() 353 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont); in channel_run()
|
/external/qemu-pc-bios/bochs/ |
D | bochs.h | 285 void ldebug(const char *fmt, ...) BX_CPP_AttrPrintf(2, 3); 384 #define BX_DEBUG(x) (LOG_THIS ldebug) x
|
/external/jpeg/ |
D | makefile.vc | 20 LDFLAGS= $(ldebug) $(conlflags)
|
/external/qemu/distrib/jpeg-6b/ |
D | makefile.vc | 20 LDFLAGS= $(ldebug) $(conlflags)
|