Searched defs:FDPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | test_isa_2_07_part1.c | 265 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 267 #define FDPRINTF(fmt, args...) do { } while (0) macro
|
D | jm-insns.c | 395 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 397 #define FDPRINTF(fmt, args...) do { } while (0) macro
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_isa_2_07_part1.c | 265 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 267 #define FDPRINTF(fmt, args...) do { } while (0) macro
|
D | jm-insns.c | 395 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 397 #define FDPRINTF(fmt, args...) do { } while (0) macro
|
/external/valgrind/main/VEX/switchback/ |
D | test_ppc_jm1.c | 129 #define FDPRINTF(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0) macro 131 #define FDPRINTF(fmt, args...) do { } while (0) macro
|