Home
last modified time | relevance | path

Searched defs:DEBUG_CALL (Results 1 – 2 of 2) sorted by relevance

/external/qemu/slirp-android/
Ddebug.h22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); } macro
31 #define DEBUG_CALL(x) macro
/external/qemu/slirp/
Ddebug.h22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); } macro
31 #define DEBUG_CALL(x) macro