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

  /external/chromium_org/third_party/skia/third_party/lua/src/
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
    [all...]
  /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
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 427 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/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-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 204 milliseconds