Searched refs:FDPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part1.c | 271 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 273 #define FDPRINTF(fmt, args...) do { } while (0) macro 1095 FDPRINTF("Check '%s' againt '%s' (%s match)\n", in check_name()
|
D | jm-insns.c | 406 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 408 #define FDPRINTF(fmt, args...) do { } while (0) macro 7448 FDPRINTF("Check '%s' againt '%s' (%s match)\n", in check_name()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part1.c | 271 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 273 #define FDPRINTF(fmt, args...) do { } while (0) macro 1095 FDPRINTF("Check '%s' againt '%s' (%s match)\n", in check_name()
|
D | jm-insns.c | 406 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0) macro 408 #define FDPRINTF(fmt, args...) do { } while (0) macro 7448 FDPRINTF("Check '%s' againt '%s' (%s match)\n", in check_name()
|
/external/valgrind/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 4315 FDPRINTF("Check '%s' againt '%s' (%s match)\n", in check_name()
|