OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AB_DPRINTF
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
jm-insns.c
384
#define
AB_DPRINTF
(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
386
#define
AB_DPRINTF
(fmt, args...) do { } while (0)
426
AB_DPRINTF
("val");
428
AB_DPRINTF
(" %08x", p_int[i]);
430
AB_DPRINTF
("\n");
[
all
...]
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
122
#define
AB_DPRINTF
(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0)
124
#define
AB_DPRINTF
(fmt, args...) do { } while (0)
[
all
...]
Completed in 462 milliseconds