Searched defs:dprintf (Results 1 – 9 of 9) sorted by relevance
/external/qemu/ |
D | migration-dummy-android.c | 24 #define dprintf(fmt, ...) \ macro 27 #define dprintf(fmt, ...) \ macro
|
D | kvm-all.c | 37 #define dprintf(fmt, ...) \ macro 40 #define dprintf(fmt, ...) \ macro
|
/external/qemu/slirp-android/ |
D | bootp.c | 47 #define dprintf(fmt, ...) \ macro 50 #define dprintf(fmt, ...) macro
|
/external/qemu/slirp/ |
D | bootp.c | 46 #define dprintf(fmt, ...) \ macro 49 #define dprintf(fmt, ...) macro
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | trio.h | 200 #define dprintf trio_dprintf macro
|
/external/libxml2/ |
D | trio.h | 200 #define dprintf trio_dprintf macro
|
/external/chromium_org/third_party/libxml/src/ |
D | trio.h | 200 #define dprintf trio_dprintf macro
|
/external/qemu/target-i386/ |
D | kvm.c | 36 #define dprintf(fmt, ...) \ macro 39 #define dprintf(fmt, ...) \ macro
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
D | numa.c | 41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro
|