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

<<1112131415161718

  /external/libbrillo/brillo/http/
http_form_data.cc 124 boundary_ = base::StringPrintf("%016" PRIx64, base::RandUint64());
  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 91 StringPrintf("%" PRIx64, expected_value));
  /external/libunwind_llvm/src/
DwarfParser.hpp 372 _LIBUNWIND_TRACE_DWARF("parseInstructions(instructions=0x%0" PRIx64 ")\n",
547 _LIBUNWIND_TRACE_DWARF("DW_CFA_def_cfa_expression(expression=0x%" PRIx64
564 "expression=0x%" PRIx64 ", "
651 "expression=0x%" PRIx64 ", length=%" PRIu64 ")\n",
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 136 OS << format("%5u 0x%016" PRIx64 " ", i + 1, Row.Signature);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 97 dbgs() << "\n" << format("0x%016" PRIx64,
105 dbgs() << "\n" << format("0x%016" PRIx64, LoadAddr) << ":";
886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress())
887 << " -> " << format("0x%016" PRIx64, Addr) << "\n");
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 220 O << format("0x%" PRIx64, Value);
  /external/mesa3d/src/mesa/main/
syncobj.c 364 _mesa_error(ctx, GL_INVALID_VALUE, "glWaitSync(timeout=0x%" PRIx64 ")",
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 93 printf( "#define %s\t0x%" PRIx64 "\n", s, (uint64_t) d );
  /external/strace/tests/
sched_xetattr.c 214 "sched_flags=%#" PRIx64 " /* SCHED_FLAG_??? */, "
  /external/strace/tests-m32/
sched_xetattr.c 214 "sched_flags=%#" PRIx64 " /* SCHED_FLAG_??? */, "
  /external/strace/tests-mx32/
sched_xetattr.c 214 "sched_flags=%#" PRIx64 " /* SCHED_FLAG_??? */, "
  /external/vboot_reference/cgpt/
cgpt_find.c 253 if (sscanf(line, "%64[^:]: %" PRIx64 " %x \"%127[^\"]\"",
  /external/vboot_reference/futility/
cmd_sign.c 217 Debug("kblob_size = 0x%" PRIx64 "\n", kblob_size);
228 Debug("vblock_size = 0x%" PRIx64 "\n", vblock_size);
310 Debug("vblock_size = 0x%" PRIx64 "\n", vblock_size);
798 Debug("bootloader file size=0x%" PRIx64 "\n",
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 311 *error_msg = CREATE_ERROR("capset(inh=%" PRIx64 ") failed: %s", inheritable, strerror(errno));
335 *error_msg = CREATE_ERROR("capset(perm=%" PRIx64 ", eff=%" PRIx64 ", inh=%" PRIx64 ") "
    [all...]
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.cpp 256 ALOGE("cache file is too large: %#" PRIx64,
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 136 "usage=%" PRIx64 " capacity=%zu",
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc0Hal.h 67 ALOGW("buffer descriptor with invalid usage bits 0x%" PRIx64,
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 307 line += StringPrintf(" %8" PRIx64 " %8" PRIx64, entry->offset, entry->end - entry->start);
321 line += StringPrintf(" (load bias 0x%" PRIx64 ")", entry->load_bias);
341 output += android::base::StringPrintf(" %-3s %0*" PRIx64, name.c_str(),
  /system/core/libcutils/tests/
fs_config.cpp 188 ? android::base::StringPrintf("0x%" PRIx64, pc->capabilities)
  /system/core/libunwindstack/tools/
unwind_reg_info.cpp 165 printf("PC 0x%" PRIx64 ":\n", pc);
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 702 "Brk handler: 0x%" PRIx64 "\n"
703 "Dynamic loader at: 0x%" PRIx64 "\n"
704 "_DYNAMIC: 0x%" PRIx64 "\n",
724 "#%03d: %" PRIx64 ", %" PRIx64 ", \"%s\"\n",
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 47 #define PRIx64 "llx"
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 905 int result = (fscanf (f, "%" PRIx64 "\n", addr) == 1 ? 0
936 && sscanf (line, "%128s %lu %*s %*s %*s %" PRIx64 " %*s\n",
  /external/elfutils/src/
strings.c 372 : "%7" PRIx64 " ")),
440 : "%7" PRIx64 " ")),
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 495 #ifndef PRIx64
496 #error PRIx64 not defined
551 #ifndef PRIX64
552 #error PRIX64 not defined

Completed in 592 milliseconds

<<1112131415161718