Searched defs:dolog (Results 1 - 4 of 4) sorted by relevance

/external/qemu/audio/
H A Daudio_int.h248 #define dolog(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
/external/qemu/hw/core/
H A Ddma.c31 #define dolog(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
90 dolog ("invalid channel %#x %#x\n", nport, data);
103 dolog ("invalid channel %#x %#x\n", nport, data);
116 dolog ("invalid channel read %#x\n", nport);
129 dolog ("invalid channel read %#x\n", nport);
202 dolog ("command %#x not supported\n", data);
269 dolog ("unknown iport %#x\n", iport);
342 dolog ("DMA in address decrement mode\n");
345 dolog ("DMA not in single mode select %#x\n", opmode);
465 dolog ("unregistere
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c8054 int dolog);
9733 * @dolog: indicate that error logging should be done
9742 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9751 if (dolog) {
9760 if (dolog) {
/external/libxml2/
H A Drelaxng.c8055 int dolog);
9763 * @dolog: indicate that error logging should be done
9772 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9781 if (dolog) {
9790 if (dolog) {

Completed in 208 milliseconds