Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dtrio.h214 #define dprintf trio_dprintf macro
/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro