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

<<11121314151617

  /external/lldb/source/Target/
Process.cpp     [all...]
ThreadList.cpp 366 log->Printf ("ThreadList::%s thread 0x%4.4" PRIx64 ": voted %s, but lost out because result was %s",
422 log->Printf ("ThreadList::ShouldReportRun() thread %d (0x%4.4" PRIx64 ") says don't report.",
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 126 << " Hash: " << format("0x%016" PRIx64, Func.Hash) << "\n"
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 366 "DT_PPC_GOT=%#"PRIx64", but no such section found\n",
489 debug(1, "stub_vma is %#" PRIx64, lte->arch.plt_stub_vma);
602 fprintf(stderr, "ptrace .plt slot value @%#" PRIx64": %s\n",
877 debug(DEBUG_PROCESS, "pid=%d PLT got resolved to value %#"PRIx64,
    [all...]
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 76 printf( "#define %s\t0x%" PRIx64 "\n", s, (uint64_t) d );
  /external/qemu/target-i386/
svm_helper.c 298 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmload! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx "\n",
333 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmsave! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx "\n",
489 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmexit(%08x, %016" PRIx64 ", %016" PRIx64 ", " TARGET_FMT_lx ")!\n",
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 89 "xform=0x%02x, time=%#" PRIx64 ", scale=%s\n",
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp     [all...]
  /external/elfutils/0.153/libdwfl/
linux-kernel-modules.c 890 int result = (fscanf (f, "%" PRIx64 "\n", addr) == 1 ? 0
921 && sscanf (line, "%128s %lu %*s %*s %*s %" PRIx64 " %*s\n",
  /external/jemalloc/test/unit/
SFMT.c     [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 495 #ifndef PRIx64
496 #error PRIx64 not defined
551 #ifndef PRIX64
552 #error PRIX64 not defined
  /external/libnl/lib/route/
rule.c 196 nl_dump(p, "mark %" PRIx64 , r->r_mark);
263 nl_dump_line(p, "RULE_MARK=0x%" PRIx64 "\n", rule->r_mark);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 370 snprintf(buf, sizeof(buf), "%s+%" PRIx64 "", sym->name,
373 snprintf(buf, sizeof(buf), "%#" PRIx64 "", addr);
  /external/lldb/source/API/
SBBreakpoint.cpp 364 log->Printf ("SBBreakpoint(%p)::SetThreadID (tid=0x%4.4" PRIx64 ")", m_opaque_sp.get(), tid);
380 log->Printf ("SBBreakpoint(%p)::GetThreadID () => 0x%4.4" PRIx64, m_opaque_sp.get(), tid);
SBFrame.cpp 481 log->Printf ("SBFrame(%p)::GetPC () => 0x%" PRIx64, frame, addr);
521 log->Printf ("SBFrame(%p)::SetPC (new_pc=0x%" PRIx64 ") => %i",
561 log->Printf ("SBFrame(%p)::GetSP () => 0x%" PRIx64, frame, addr);
602 log->Printf ("SBFrame(%p)::GetFP () => 0x%" PRIx64, frame, addr);
    [all...]
  /external/lldb/source/Commands/
CommandObjectSource.cpp 633 result.AppendErrorWithFormat("no modules have source information for file address 0x%" PRIx64 ".\n",
667 result.AppendErrorWithFormat("no modules contain load address 0x%" PRIx64 ".\n", m_options.address);
    [all...]
  /external/lldb/source/Core/
Stream.cpp 122 bytes_written = Printf ("0x%" PRIx64, uval);
162 // Printf ("%s0x%0*" PRIx64 "%s", prefix, addr_width, addr, suffix);
163 Printf ("%s0x%0*" PRIx64 "%s", prefix, addr_size * 2, (uint64_t)addr, suffix);
Log.cpp 110 header.Printf ("[%4.4x/%4.4" PRIx64 "]: ", getpid(), Host::GetCurrentThreadID());
  /external/lldb/source/DataFormatters/
NSDictionary.cpp 215 key_fetcher_expr.Printf("(id)[(NSArray*)[(id)0x%" PRIx64 " allKeys] objectAtIndex:%zu]",m_backend.GetPointerValue(),idx);
217 value_fetcher_expr.Printf("(id)[(id)0x%" PRIx64 " objectForKey:(%s)]",m_backend.GetPointerValue(),key_fetcher_expr.GetData());
  /external/lldb/source/Symbol/
Type.cpp 183 s->Printf(", type_uid = 0x%8.8" PRIx64, m_encoding_uid);
286 s->Printf("Type{0x%8.8" PRIx64 "} ", GetID());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 495 #ifndef PRIx64
496 #error PRIx64 not defined
551 #ifndef PRIX64
552 #error PRIX64 not defined
  /external/chromium_org/chrome/browser/ui/webui/
gcm_internals_ui.cc 173 base::StringPrintf("0x%" PRIx64, stats->android_id));
  /external/f2fs-tools/fsck/
dump.c 62 DBG(1, "Blocks [0x%" PRIx64 "] Free Segs [0x%x]\n", valid_blocks, free_segs);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 232 pr_debug4("%s: %s %#" PRIx64 "-%#" PRIx64 "\n",
246 return fprintf(fp, " %" PRIx64 "-%" PRIx64 " %c %s\n",
    [all...]
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 241 s->Printf("Watchpoint %u: addr = 0x%8.8" PRIx64 " size = %u state = %s type = %s%s",

Completed in 1269 milliseconds

<<11121314151617