Home
last modified time | relevance | path

Searched refs:SCNx64 (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/unwinding/libbacktrace/
H A DBacktraceMap.cpp75 if (sscanf(line, "%*21c %" SCNx64 "-%" SCNx64 " [%*13c] %3c/%*3c SM=%*3c %n", &start, &end, in ParseLine()
H A Dbacktrace_test.cpp964 ASSERT_EQ(2, sscanf(buffer, "%" SCNx64 "-%" SCNx64 " ", &map.start, &map.end)); in VerifyMap()
/aosp12/system/extras/memory_replay/
H A DAlloc.cpp38 if (sscanf(line.c_str(), "%d: %127s %" SCNx64 " %n", &entry->tid, name, &entry->ptr, &line_pos) != in AllocGetData()
65 if (sscanf(line_end, "%" SCNx64 " %zu", &entry->u.old_ptr, &entry->size) != 2) { in AllocGetData()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dinttypes.h246 #define SCNx64 "I64x" macro
/aosp12/bionic/libc/include/
H A Dinttypes.h237 #define SCNx64 __PRI_64_prefix"x" /* uint64_t */ macro
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_net_NetworkStatsService.cpp132 "%" SCNu32 " %31s 0x%" SCNx64 " %u %u %" SCNu64 " %" SCNu64 in parseUidStats()
/aosp12/bionic/tests/
H A Dspawn_test.cpp319 if (sscanf(line.c_str(), "SigBlk: %" SCNx64, &ps->sigblk) == 1) saw_blk = true; in GetChildStatus()
320 if (sscanf(line.c_str(), "SigIgn: %" SCNx64, &ps->sigign) == 1) saw_ign = true; in GetChildStatus()
/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp168 … "sock=%" SCNxPTR " tag=0x%" SCNx64 " (uid=%" SCNu32 ") pid=%u f_count=%lu", in checkTag()
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindOfflineTest.cpp144 ASSERT_EQ(2, fscanf(fp, "%s %" SCNx64 "\n", reg_name, &value)); in ReadRegs()