Searched defs:FDPRINTF (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c129 #define FDPRINTF(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0) macro
131 #define FDPRINTF(fmt, args...) do { } while (0) macro
4317 FDPRINTF("Check '%s' againt '%s' (%s match)\n",
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c390 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro
392 #define FDPRINTF(fmt, args...) do { } while (0) macro
7258 FDPRINTF("Check '%s' againt '%s' (%s match)\n",
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c390 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro
392 #define FDPRINTF(fmt, args...) do { } while (0) macro
7258 FDPRINTF("Check '%s' againt '%s' (%s match)\n",

Completed in 93 milliseconds