Searched refs:PTR_FMT (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/asan/TestCases/ |
D | debug_report.cc | 26 # 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/ |
D | qpCrashHandler.c | 522 # define PTR_FMT "0x%016" macro 524 # define PTR_FMT "0x%08" macro 569 …const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer), PTR_FMT PRIXPTR " : ", (uint… in qpCrashHandler_writeCrashInfo()
|