Searched defs:dprintf (Results 1 – 6 of 6) sorted by relevance
| /third_party/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
|
| /third_party/musl/src/stdio/ |
| D | dprintf.c | 4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() function
|
| /third_party/python/Python/ |
| D | thread.c | 48 # define dprintf(args) (void)((thread_debug & 1) && printf args) macro 50 # define dprintf(args) macro
|
| /third_party/cups-filters/filter/ |
| D | urftopdf.cpp | 49 #define dprintf(format, ...) fprintf(stderr, "DEBUG: (" PROGRAM ") " format, __VA_ARGS__) macro 51 #define dprintf(format, ...) macro
|
| D | rastertopdf.cpp | 91 #define dprintf(format, ...) fprintf(stderr, "DEBUG2: (" PROGRAM ") " format, __VA_ARGS__) macro
|
| /third_party/backends/backend/ |
| D | sm3600.h | 119 #define dprintf debug_printf macro
|