Searched refs:ldebug (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | Makefile | 32 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ 129 lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h ltable.h lundump.h \ 135 lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ 140 ldebug.o: ldebug.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ 141 ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h ldebug.h ldo.h \ 144 lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lopcodes.h lparser.h \ 150 lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ 157 lmem.o: lmem.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ 160 lobject.o: lobject.c lua.h luaconf.h lctype.h llimits.h ldebug.h lstate.h \ 165 lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lfunc.h \ [all …]
|
/external/qemu/hw/core/ |
D | dma.c | 34 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro 37 #define ldebug(...) macro 171 ldebug ("read_chan %#x -> %d\n", iport, val); in read_chan() 300 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val); in read_cont() 355 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont); in channel_run()
|
/external/qemu/audio/ |
D | audio_int.h | 251 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro 253 #define ldebug(fmt, ...) (void)0 macro
|
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 | 427 ldebug ("wav_fini"); in wav_audio_fini()
|
D | audio_template.h | 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n", in glue()
|
D | esdaudio.c | 585 ldebug ("esd_fini"); in qesd_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 | 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/skia/gyp/ |
D | lua.gyp | 19 '../third_party/lua/src/ldebug.c',
|
/external/chromium_org/third_party/skia/gyp/ |
D | lua.gyp | 19 '../third_party/lua/src/ldebug.c',
|
/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/qemu/distrib/jpeg-6b/ |
D | makefile.vc | 20 LDFLAGS= $(ldebug) $(conlflags)
|
/external/jpeg/ |
D | makefile.vc | 20 LDFLAGS= $(ldebug) $(conlflags)
|