Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Ddebug.h13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro
44 #define DPRINTF(F,X) macro
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h24 #define DPRINTF(a, x, args...) fprintf(a, x , ##args); macro
/external/iproute2/tc/
Dq_gred.c35 #define DPRINTF(format, args...) macro
/external/u-boot/drivers/rtc/
Dds1302.c33 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro
40 # define DPRINTF(x,args...) macro
/external/python/cpython2/Modules/
Dsocketmodule.h225 # define DPRINTF if (0) printf macro