HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_MISC (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
debug.h 25 #define DEBUG_MISC(x) if (slirp_debug & DBG_MISC) { fprintf x ; fflush(dfd); }
34 #define DEBUG_MISC(x)
  /external/qemu/slirp-android/
debug.h 25 #define DEBUG_MISC(x) if (slirp_debug & DBG_MISC) { fprintf x ; fflush(dfd); }
34 #define DEBUG_MISC(x)

Completed in 39 milliseconds