Searched defs:DEBUG_ARG (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp/
H A Ddebug.h23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); } macro
32 #define DEBUG_ARG(x, y) macro
/external/qemu/slirp-android/
H A Ddebug.h23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); } macro
32 #define DEBUG_ARG(x, y) macro

Completed in 122 milliseconds