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/iproute2/tc/
Dq_gred.c35 #define DPRINTF(format, args...) macro
/external/python/cpython2/Modules/
Dsocketmodule.h225 # define DPRINTF if (0) printf macro
/external/one-true-awk/
Dawk.h51 # define DPRINTF(...) if (dbg) printf(__VA_ARGS__) macro
53 # define DPRINTF(...) macro