OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTR_FMT
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/asan/TestCases/
debug_report.cc
26
# define
PTR_FMT
"0x%08llx"
28
# define
PTR_FMT
"0x%08x"
31
# define
PTR_FMT
"%p"
46
fprintf(stderr, "pc: "
PTR_FMT
"\n", pc);
48
fprintf(stderr, "bp: "
PTR_FMT
"\n", bp);
50
fprintf(stderr, "sp: "
PTR_FMT
"\n", sp);
52
fprintf(stderr, "addr: "
PTR_FMT
"\n", addr);
/external/deqp/framework/qphelper/
qpCrashHandler.c
522
# define
PTR_FMT
"0x%016"
524
# define
PTR_FMT
"0x%08"
569
const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer),
PTR_FMT
PRIXPTR " : ", (uintptr_t)symbols[symbolNdx]);
Completed in 61 milliseconds