OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FDPRINTF
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c
271
#define
FDPRINTF
(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
273
#define
FDPRINTF
(fmt, args...) do { } while (0)
1095
FDPRINTF
("Check '%s' againt '%s' (%s match)\n",
[
all
...]
/external/valgrind/VEX/switchback/
test_ppc_jm1.c
129
#define
FDPRINTF
(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0)
131
#define
FDPRINTF
(fmt, args...) do { } while (0)
[
all
...]
/external/valgrind/none/tests/ppc32/
jm-insns.c
406
#define
FDPRINTF
(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
408
#define
FDPRINTF
(fmt, args...) do { } while (0)
[
all
...]
Completed in 583 milliseconds