Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/lldb/source/Target/
DThreadPlan.cpp162 …f("%s Thread #%u (0x%p): tid = 0x%4.4" PRIx64 ", pc = 0x%8.8" PRIx64 ", sp = 0x%8.8" PRIx64 ", fp … in WillResume()
242 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ValidatePlan()
249 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ValidatePlan()
261 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ShouldStop()
268 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ShouldStop()
280 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in WillStop()
287 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in WillStop()
299 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in DoPlanExplainsStop()
306 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in DoPlanExplainsStop()
320 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in MischiefManaged()
[all …]
DThread.cpp266 log->Printf ("%p Thread::Thread(tid = 0x%4.4" PRIx64 ")", this, GetID()); in Thread()
277 log->Printf ("%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")", this, GetID()); in ~Thread()
460 …log->Printf("%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)\n", this, GetID(), stop_info_s… in SetStopInfo()
686 …log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore sinc… in ShouldStop()
696 …log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore sinc… in ShouldStop()
710 …log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", sho… in ShouldStop()
720 … log->Printf ("Thread::%s(%p) for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64, in ShouldStop()
919 …log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (state was susp… in ShouldReportStop()
926 …log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (temporary stat… in ShouldReportStop()
933 …log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (thread didn't … in ShouldReportStop()
[all …]
DThreadPlanBase.cpp126 …log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)… in ShouldStop()
154 …log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_… in ShouldStop()
162 …log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_threa… in ShouldStop()
171 …log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thr… in ShouldStop()
/external/vixl/examples/
Dswap4.cc70 "x0 = 0x%" PRIx64 "\n" in main()
71 "x1 = 0x%" PRIx64 "\n" in main()
72 "x2 = 0x%" PRIx64 "\n" in main()
73 "x3 = 0x%" PRIx64 "\n", in main()
80 "x0 = 0x%" PRIx64 "\n" in main()
81 "x1 = 0x%" PRIx64 "\n" in main()
82 "x2 = 0x%" PRIx64 "\n" in main()
83 "x3 = 0x%" PRIx64 "\n", in main()
/external/llvm/lib/MC/
DMCInstPrinter.cpp80 return format("-0x%" PRIx64, -Value); in formatHex()
82 return format("0x%" PRIx64, Value); in formatHex()
86 return format("-0%" PRIx64 "h", -Value); in formatHex()
88 return format("-%" PRIx64 "h", -Value); in formatHex()
91 return format("0%" PRIx64 "h", Value); in formatHex()
93 return format("%" PRIx64 "h", Value); in formatHex()
102 return format("0x%" PRIx64, Value); in formatHex()
105 return format("0%" PRIx64 "h", Value); in formatHex()
107 return format("%" PRIx64 "h", Value); in formatHex()
/external/lldb/source/Host/common/
DMutex.cpp275 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcess… in Lock()
291 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProc… in Lock()
311 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentP… in TryLock()
340 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentPr… in Unlock()
360 …printf("locking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID()… in Lock()
370 …printf("unlocking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID… in Unlock()
380 …printf("trylocking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessI… in TryLock()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dvmlinux-kallsyms.c150 pr_debug("%#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms()
182 pr_debug("%#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms()
186 pr_debug("%#" PRIx64 ": %s not on kallsyms\n", in test__vmlinux_matches_kallsyms()
229 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
232 pr_info(":\n*%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp117 …tf ("Stepping to implementation of ObjC method - obj: 0x%llx, isa: 0x%" PRIx64 ", sel: 0x%" PRIx64, in GetDescription()
187 …log->Printf ("Implementation lookup returned msgForward function: 0x%" PRIx64 ", stopping.", targe… in ShouldStop()
203 log->Printf("Running to ObjC method implementation: 0x%" PRIx64, target_addr); in ShouldStop()
209 …log->Printf("Adding {isa-addr=0x%" PRIx64 ", sel-addr=0x%" PRIx64 "} = addr=0x%" PRIx64 " to cache… in ShouldStop()
/external/strace/
Dmtd.c82 tprintf(", padding=%#" PRIx64 "}", in mtd_ioctl()
101 tprintf(", {start=%#" PRIx64 ", length=%#" PRIx64 "}", in mtd_ioctl()
119 tprintf(", {start=%#" PRIx64 ", length=%#" PRIx64 ", ptr=...}", in mtd_ioctl()
206 tprintf(", {start=%#" PRIx64 ", len=%#" PRIx64, in mtd_ioctl()
208 tprintf(", ooblen=%#" PRIx64 ", usr_data=%#" PRIx64, in mtd_ioctl()
210 tprintf(", usr_oob=%#" PRIx64 ", mode=", in mtd_ioctl()
349 tprintf(", value=%#" PRIx64 "}", (uint64_t)prop.value); in ubi_ioctl()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp311 log->Printf(" Address: %" PRIx64, GetRendezvousAddress()); in DumpToLog()
313 log->Printf(" Link : %" PRIx64, GetLinkMapAddress()); in DumpToLog()
314 log->Printf(" Break : %" PRIx64, GetBreakAddress()); in DumpToLog()
315 log->Printf(" LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
330 log->Printf(" Base : %" PRIx64, I->base_addr); in DumpToLog()
331 log->Printf(" Path : %" PRIx64, I->path_addr); in DumpToLog()
332 log->Printf(" Dyn : %" PRIx64, I->dyn_addr); in DumpToLog()
333 log->Printf(" Next : %" PRIx64, I->next); in DumpToLog()
334 log->Printf(" Prev : %" PRIx64, I->prev); in DumpToLog()
/external/llvm/lib/DebugInfo/
DDWARFDebugRangeList.cpp50 ? "%08x %08" PRIx64 " %08" PRIx64 "\n" in dump()
51 : "%08x %016" PRIx64 " %016" PRIx64 "\n"); in dump()
/external/lldb/source/Expression/
DIRMemoryMap.cpp343 … log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64, in Malloc()
414 log->Printf("IRMemoryMap::Free (0x%" PRIx64 ") freed [0x%" PRIx64 "..0x%" PRIx64 ")", in Free()
495 …Printf("IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") went to [0x%" PRIx6… in WriteMemory()
628 …Printf("IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") came from [0x%" PRIx… in ReadMemory()
702 …rorStringWithFormat("Couldn't find an allocation containing [0x%" PRIx64 "..0x%" PRIx64 ")", proce… in GetMemoryData()
DIRExecutionUnit.cpp133 …log->Printf("Found function, has local address 0x%" PRIx64 " and remote address 0x%" PRIx64, (uint… in DisassembleFunction()
147 …log->Printf("Function's code range is [0x%" PRIx64 "+0x%" PRIx64 "]", func_range.first, func_range… in DisassembleFunction()
507 …log->Printf("IRExecutionUnit::allocateCodeSection(Size=0x%" PRIx64 ", Alignment=%u, SectionID=%u) … in allocateCodeSection()
531 …log->Printf("IRExecutionUnit::allocateDataSection(Size=0x%" PRIx64 ", Alignment=%u, SectionID=%u) … in allocateDataSection()
553 log->Printf("IRExecutionUnit::allocateGlobal(Size=0x%" PRIx64 ", Alignment=%u) = %p", in allocateGlobal()
583 …essForLocal() found 0x%" PRIx64 " in [0x%" PRIx64 "..0x%" PRIx64 "], and returned 0x%" PRIx64 " fr… in GetRemoteAddressForLocal()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp113 … log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n", in GetDynamicTypeAndAddress()
151 log->Printf("0x%16.16" PRIx64 ": is not dynamic\n", original_ptr); in GetDynamicTypeAndAddress()
158 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has dynamic type: uid={0x%" PRIx64 "}, type-n… in GetDynamicTypeAndAddress()
177 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types: uid={0x%… in GetDynamicTypeAndAddress()
194 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, picking … in GetDynamicTypeAndAddress()
208 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, didn't f… in GetDynamicTypeAndAddress()
/external/tcpdump/win32/Include/
Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
/external/libpcap/Win32/Include/
Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
/external/vixl/test/
Dtest-utils-a64.cc53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
88 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
89 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
203 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
Dtest-simulator-a64.cc239 printf(" 0x%0*" PRIx64 ",\n", in Test1Op()
253 printf("%s 0x%0*" PRIx64 " (%s %g):\n", in Test1Op()
256 printf(" Expected: 0x%0*" PRIx64 " (%g)\n", in Test1Op()
259 printf(" Found: 0x%0*" PRIx64 " (%g)\n", in Test1Op()
350 printf(" 0x%0*" PRIx64 ",\n", in Test2Op()
365 printf("%s 0x%0*" PRIx64 ", 0x%0*" PRIx64 " (%s %g %g):\n", in Test2Op()
372 printf(" Expected: 0x%0*" PRIx64 " (%g)\n", in Test2Op()
375 printf(" Found: 0x%0*" PRIx64 " (%g)\n", in Test2Op()
477 printf(" 0x%0*" PRIx64 ",\n", in Test3Op()
493 printf("%s 0x%0*" PRIx64 ", 0x%0*" PRIx64 ", 0x%0*" PRIx64 in Test3Op()
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-utils-arm64.cc53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
88 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
89 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
203 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
/external/chromium_org/base/
Dformat_macros.h43 #define WidePRIx64 PRIx64
87 #if !defined(PRIx64)
88 #define PRIx64 "I64x" macro
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp332 …ython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ", reg_data_addr = 0x%" PR… in CreateRegisterContextForThread()
343 …OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ") fetchin… in CreateRegisterContextForThread()
367 …log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ") forcing … in CreateRegisterContextForThread()
389 …og->Printf ("OperatingSystemPython::CreateThread (tid = 0x%" PRIx64 ", context = 0x%" PRIx64 ") fe… in CreateThread()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp164 …case 1: uint = data.GetU8(offset_ptr); s.Printf("0x%2.2" PRIx64, uint); break; in print_dwarf_exp_op()
165 …case 2: uint = data.GetU16(offset_ptr); s.Printf("0x%4.4" PRIx64, uint); break; in print_dwarf_exp_op()
166 …case 4: uint = data.GetU32(offset_ptr); s.Printf("0x%8.8" PRIx64, uint); break; in print_dwarf_exp_op()
167 …case 8: uint = data.GetU64(offset_ptr); s.Printf("0x%16.16" PRIx64, uint); bre… in print_dwarf_exp_op()
168 case 128: uint = data.GetULEB128(offset_ptr); s.Printf("0x%" PRIx64, uint); break; in print_dwarf_exp_op()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-mem.c84 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64 in dump_raw_samples()
85 "%s0x%"PRIx64"%s%s:%s\n"; in dump_raw_samples()
87 fmt = "%5d%s%5d%s0x%016"PRIx64"%s0x016%"PRIx64 in dump_raw_samples()
88 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n"; in dump_raw_samples()
/external/lldb/source/Symbol/
DBlock.cpp92 s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID()); in Dump()
197 s->Printf(", Block{0x%8.8" PRIx64 "}", GetID()); in DumpSymbolContext()
411 …%8.8" PRIx64 "} has range[%u] [0x%" PRIx64 " - 0x%" PRIx64 ") which is not contained in parent blo… in AddRange()
424 …%8.8" PRIx64 "} has range[%u] [0x%" PRIx64 " - 0x%" PRIx64 ") which is not contained in parent blo… in AddRange()
/external/elfutils/0.153/src/
Dreadelf.c791 printf (gettext (" Entry point address: %#" PRIx64 "\n"), in print_ehdr()
891 There are %d section headers, starting at offset %#" PRIx64 ":\n\ in print_shdr()
951 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64 in print_shdr()
1002 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64 in print_phdr()
1003 " 0x%06" PRIx64 " 0x%06" PRIx64 " %c%c%c 0x%" PRIx64 "\n", in print_phdr()
1319 printf ("%#0*" PRIx64, class == ELFCLASS32 ? 10 : 18, d_val); in print_flags()
1374 \nDynamic segment contains %lu entry:\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to secti… in handle_dynamic()
1376 \nDynamic segment contains %lu entries:\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to sec… in handle_dynamic()
1477 printf ("%#0*" PRIx64 "\n", in handle_dynamic()
1556 printf (gettext ("\nInvalid symbol table at offset %#0" PRIx64 "\n"), in handle_relocs_rel()
[all …]

12345678910>>...13