Searched defs:dprintf (Results 1 – 7 of 7) sorted by relevance
| /external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| D | v4l2_test.h | 17 #define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) macro 20 #define dprintf(fmt, ...) macro
|
| /external/trusty/lk/include/ |
| D | debug.h | 82 #define dprintf(level, x...) _dprintf_internal(LK_DEBUGLEVEL_##level, ##x) macro 84 #define dprintf(level, x...) _dprintf_internal(level, ##x) macro
|
| /external/python/cpython3/Python/ |
| D | thread.c | 52 # define dprintf(args) (void)((thread_debug & 1) && printf args) macro 54 # define dprintf(args) macro
|
| /external/trusty/musl/src/stdio/ |
| D | dprintf.c | 4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() function
|
| /external/musl/src/stdio/ |
| D | dprintf.c | 4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() function
|
| /external/linux-kselftest/tools/testing/selftests/vm/ |
| D | hugepage-shm.c | 44 #define dprintf(x) printf(x) macro
|
| /external/python/cpython2/Python/ |
| D | thread.c | 70 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro 73 #define dprintf(args) macro
|