HomeSort by relevance Sort by last modified time
    Searched refs:PRIPTR (Results 1 - 3 of 3) sorted by null

  /system/core/include/backtrace/
Backtrace.h 30 #define PRIPTR "016" PRIxPTR
33 #define PRIPTR "08" PRIxPTR
  /system/core/debuggerd/
tombstone.cpp 254 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
257 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s)\n",
262 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
265 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s)\n",
271 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s\n"
    [all...]
utility.cpp 173 int len = snprintf(code_buffer, sizeof(code_buffer), "%" PRIPTR " ", p);
186 len += sprintf(code_buffer + len, "%" PRIPTR " ",

Completed in 442 milliseconds