OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_CALL
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
debug.h
22
#define
DEBUG_CALL
(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
31
#define
DEBUG_CALL
(x)
/external/qemu/slirp-android/
debug.h
22
#define
DEBUG_CALL
(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
31
#define
DEBUG_CALL
(x)
Completed in 684 milliseconds