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