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

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_test.h 17 #define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) macro
20 #define dprintf(fmt, ...) macro
  /external/linux-kselftest/tools/testing/selftests/vm/
hugepage-shm.c 44 #define dprintf(x) printf(x) macro
76 dprintf("Starting the writes:\n");
80 dprintf(".");
82 dprintf("\n");
84 dprintf("Starting the Check...");
90 dprintf("Done.\n");
  /external/python/cpython3/Python/
thread.c 49 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
52 #define dprintf(args) macro
76 dprintf(("PyThread_init_thread called\n"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c 67 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
70 #define dprintf(args) macro
94 dprintf(("PyThread_init_thread called\n"));
  /external/libxml2/
trio.h 214 #define dprintf trio_dprintf macro
  /external/python/cpython2/Python/
thread.c 65 #ifdef dprintf
66 #undef dprintf macro
70 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
73 #define dprintf(args) macro
97 dprintf(("PyThread_init_thread called\n"));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 167 dprintf(char *msg, int num) function
177 # define dprintf(msg, num) /*nada*/ macro
441 dprintf("size (%d) too big\n", n);
447 dprintf("Too many addresses (%d)\n",
463 dprintf("Impossible condition (type=%d)\n", type);
628 dprintf("res_search failed (%d)\n", n);
703 dprintf("res_query failed (%d)\n", n);
  /external/one-true-awk/
awk.h 35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro
  /bionic/libc/stdio/
stdio.cpp 748 int dprintf(int fd, const char* fmt, ...) { function

Completed in 618 milliseconds