Home
last modified time | relevance | path

Searched refs:PTR_FMT (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Ddebug_report.cc26 # define PTR_FMT "0x%08llx" macro
28 # define PTR_FMT "0x%08x" macro
31 # define PTR_FMT "%p" macro
46 fprintf(stderr, "pc: " PTR_FMT "\n", pc); in __asan_on_error()
48 fprintf(stderr, "bp: " PTR_FMT "\n", bp); in __asan_on_error()
50 fprintf(stderr, "sp: " PTR_FMT "\n", sp); in __asan_on_error()
52 fprintf(stderr, "addr: " PTR_FMT "\n", addr); in __asan_on_error()
/external/deqp/framework/qphelper/
DqpCrashHandler.c527 # define PTR_FMT "0x%016" macro
529 # define PTR_FMT "0x%08" macro
574 …const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer), PTR_FMT PRIXPTR " : ", (uint… in qpCrashHandler_writeCrashInfo()