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

/external/qemu/slirp/
H A Ddebug.h24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro
33 #define DEBUG_ARGS(x) macro
/external/qemu/slirp-android/
H A Ddebug.h24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro
33 #define DEBUG_ARGS(x) macro

Completed in 53 milliseconds