HomeSort by relevance Sort by last modified time
    Searched refs:PRIx64 (Results 26 - 50 of 410) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lldb/source/Symbol/
ClangExternalASTSourceCommon.cpp 68 s->Printf ("uid=0x%" PRIx64, uid);
74 s->Printf ("isa_ptr=0x%" PRIx64, isa_ptr);
  /external/llvm/tools/llvm-c-test/
object.c 39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 164 case 1: uint = data.GetU8(offset_ptr); s.Printf("0x%2.2" PRIx64, uint); break;
165 case 2: uint = data.GetU16(offset_ptr); s.Printf("0x%4.4" PRIx64, uint); break;
166 case 4: uint = data.GetU32(offset_ptr); s.Printf("0x%8.8" PRIx64, uint); break;
167 case 8: uint = data.GetU64(offset_ptr); s.Printf("0x%16.16" PRIx64, uint); break;
168 case 128: uint = data.GetULEB128(offset_ptr); s.Printf("0x%" PRIx64, uint); break;
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 113 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n",
151 log->Printf("0x%16.16" PRIx64 ": is not dynamic\n", original_ptr);
158 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has dynamic type: uid={0x%" PRIx64 "}, type-name='%s'\n",
177 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types: uid={0x%" PRIx64 "}, type-name='%s'\n",
194 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, picking this one: uid={0x%" PRIx64 "}, type-name='%s'\n",
208 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, didn't find a C++ match\n",
  /external/chromium_org/v8/test/cctest/
test-utils-arm64.cc 53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
88 printf("Expected %.17f (0x%016" PRIx64 ")\t "
89 "Found %.17f (0x%016" PRIx64 ")\n",
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n",
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n",
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n"
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
map.c 29 slsmg_printf("%*" PRIx64 " %*" PRIx64 " %c ",
128 mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64, maxaddr);
  /external/vixl/test/
test-utils-a64.cc 53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
88 printf("Expected %.17f (0x%016" PRIx64 ")\t "
89 "Found %.17f (0x%016" PRIx64 ")\n",
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n",
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n",
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n"
    [all...]
  /external/chromium_org/chromeos/dbus/
audio_node.cc 42 "id = 0x%" PRIx64 " ",
  /external/chromium_org/net/disk_cache/simple/
simple_net_log_parameters.cc 23 base::StringPrintf("%#016" PRIx64, entry->entry_hash()));
simple_version_upgrade_unittest.cc 107 base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, index);
110 base::StringPrintf(" %" PRIx64, implicit_cast<uint64>(entry_hash));
126 base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, index);
129 base::StringPrintf(" %" PRIx64, implicit_cast<uint64>(entry_hash));
simple_util.cc 52 const std::string hash_key_str = base::StringPrintf("%016" PRIx64, hash_key);
84 return base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, file_index);
88 return base::StringPrintf("%016" PRIx64 "_s", entry_hash);
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 49 #define PRIx64 __INTTYPE_PRI64__ "x"
54 #define PRIX64 __INTTYPE_PRI64__ "X"
  /external/lldb/source/Core/
DataBufferMemoryMap.cpp 116 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(file=\"%s\", offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i",
169 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(fd=%i, offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i, fd_is_file=%i)",
  /external/lldb/source/Expression/
IRMemoryMap.cpp 343 log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64,
414 log->Printf("IRMemoryMap::Free (0x%" PRIx64 ") freed [0x%" PRIx64 "..0x%" PRIx64 ")",
495 log->Printf("IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") went to [0x%" PRIx64 "..0x%" PRIx64 ")",
    [all...]
IRExecutionUnit.cpp 133 log->Printf("Found function, has local address 0x%" PRIx64 " and remote address 0x%" PRIx64, (uint64_t)func_local_addr, (uint64_t)func_remote_addr);
147 log->Printf("Function's code range is [0x%" PRIx64 "+0x%" PRIx64 "]", func_range.first, func_range.second);
507 log->Printf("IRExecutionUnit::allocateCodeSection(Size=0x%" PRIx64 ", Alignment=%u, SectionID=%u) = %p",
531 log->Printf("IRExecutionUnit::allocateDataSection(Size=0x%" PRIx64 ", Alignment=%u, SectionID=%u) = %p",
553 log->Printf("IRExecutionUnit::allocateGlobal(Size=0x%" PRIx64 ", Alignment=%u) = %p",
583 log->Printf("IRExecutionUnit::GetRemoteAddressForLocal() found 0x%" PRIx64 " in [0x%" PRIx64 "..0x%" PRIx64 "], and returned 0x%" PRIx64 " from [0x%" PRIx64 "..0x%" PRIx64 "]."
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointResolverFileRegex.cpp 95 log->Printf ("Breakpoint at file address 0x%" PRIx64 " for %s:%d didn't pass filter.\n",
104 log->Printf ("error: Unable to set breakpoint at file address 0x%" PRIx64 " for %s:%d\n",
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 332 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ", reg_data_addr = 0x%" PRIx64 ") creating memory register context",
343 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ") fetching register data from python",
367 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ") forcing a dummy register context", thread->GetID());
389 log->Printf ("OperatingSystemPython::CreateThread (tid = 0x%" PRIx64 ", context = 0x%" PRIx64 ") fetching register data from python", tid, context);
  /external/llvm/include/llvm/Support/
DataTypes.h 183 #ifndef PRIx64
184 # define PRIx64 "I64x"
186 #ifndef PRIX64
187 # define PRIX64 "I64X"
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.cpp 100 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, Desc.Address)
101 << format(" 0x%*.*" PRIx64 ")\n",
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 56 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " ";
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-mem.c 84 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64
85 "%s0x%"PRIx64"%s%s:%s\n";
87 fmt = "%5d%s%5d%s0x%016"PRIx64"%s0x016%"PRIx64
88 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n";
  /external/lldb/source/Target/
Thread.cpp 266 log->Printf ("%p Thread::Thread(tid = 0x%4.4" PRIx64 ")", this, GetID());
277 log->Printf ("%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")", this, GetID());
460 log->Printf("%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)\n", this, GetID(), stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>", m_stop_info_stop_id);
686 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
696 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
710 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since no stop reason)"
    [all...]
ThreadPlanStepUntil.cpp 138 s->Printf ("Stepping from address 0x%" PRIx64 " until we reach 0x%" PRIx64 " using breakpoint %d",
145 s->Printf ("Stepping from address 0x%" PRIx64 " until we reach one of:",
149 s->Printf ("\n\t0x%" PRIx64 " (bp: %d)", (uint64_t) (*pos).first, (*pos).second);
152 s->Printf(" stepped out address is 0x%" PRIx64 ".", (uint64_t) m_return_addr);
  /frameworks/native/libs/gui/
StreamSplitter.cpp 131 ALOGV("acquired buffer %#" PRIx64 " from input",
181 ALOGV("queued buffer %#" PRIx64 " to output %p",
204 ALOGV("detached buffer %#" PRIx64 " from output %p",
215 ALOGV("buffer %#" PRIx64 " reference count %zu (of %zu)", buffer->getId(),
239 ALOGV("released buffer %#" PRIx64 " to input", buffer->getId());
  /external/elfutils/0.153/libebl/
eblobjnote.c 145 printf ("%#" PRIx64 ",", pc);
147 printf ("%#" PRIx64 ",", base);
149 printf ("%#" PRIx64 "\n", sem);

Completed in 489 milliseconds

12 3 4 5 6 7 8 91011>>