Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 – 4 of 4) 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/python/cpython2/Modules/
Dsocketmodule.h225 # define DPRINTF if (0) printf macro