Searched defs:DEBUG_ARG (Results 1 – 2 of 2) sorted by relevance
/external/qemu/slirp/ |
D | debug.h | 23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\… macro 32 #define DEBUG_ARG(x, y) macro
|
/external/qemu/slirp-android/ |
D | debug.h | 23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\… macro 32 #define DEBUG_ARG(x, y) macro
|