HomeSort by relevance Sort by last modified time
    Searched refs:PRIu64 (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 149 debug_printf("MM: new slab, total memory = %"PRIu64" KiB\n",
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 67 ALOGD_IF (logvsync, "%s: timestamp %"PRIu64" sent to SF for dpy=%d",
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 65 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %"PRIu64" sent to SF for dpy=%d",
  /system/extras/tests/directiotest/
directiotest.c 253 printf("Readback verification failed at block %" PRIu64 "\n\n",
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 483 "LOST %" PRIu64 " events!\n", event->lost.lost);
666 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n",
829 fprintf(trace->output, "%s: comm=%s,pid=%u,runtime=%" PRIu64 ",vruntime=%" PRIu64 ")\n",
1003 fprintf(trace->output, "Unknown tp ID %" PRIu64 ", skipping...\n", sample.id);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 905 n = sscanf(buf, "%*s %"PRIu64, &mem);
933 if (sscanf(buf, "%*s %*d %s %"PRIu64, field, &mem) != 2)
1377 fprintf(fp, " %"PRIu64, *id);
1421 fprintf(fp, "# node%u meminfo : total = %"PRIu64" kB,"
1422 " free = %"PRIu64" kB\n",
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 439 #ifndef PRIu64
440 #error PRIu64 not defined
  /external/lldb/source/Expression/
IRMemoryMap.cpp 343 log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64,
658 error.SetErrorStringWithFormat("Couldn't read scalar: unsupported size %" PRIu64, (uint64_t)size);
  /external/lldb/source/Symbol/
ObjectFile.cpp 267 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = %s, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
277 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = <NULL>, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
Type.cpp 171 s->Printf(", byte-size = %" PRIu64, m_byte_size);
211 s->Printf(", size = %" PRIu64, m_byte_size);
Symbol.cpp 224 s->Printf (", sibling = %5" PRIu64, m_addr_range.GetBaseAddress().GetOffset());
  /external/lldb/source/Target/
Target.cpp 558 log->Printf("Target::%s (addr = 0x%8.8" PRIx64 " size = %" PRIu64 " type = %u)\n",
573 error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
    [all...]
ThreadList.cpp 275 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
341 log->Printf ("ThreadList::%s %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 155 snprintf(temp, sizeof temp, "(%" PRIu64 " bytes > %" PRIu64 " bytes)", imageBytes, defaultBytes);
  /external/qemu/distrib/ext4_utils/src/
ext4fixup.c 239 printf(" Size: %"PRIu64"\n", info.len);
245 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
make_ext4fs.c 555 printf(" Size: %"PRIu64"\n", info.len);
565 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
  /frameworks/native/cmds/servicemanager/
binder.c 50 fprintf(stderr," pid %8d uid %8d data %"PRIu64" offs %"PRIu64"\n",
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 439 #ifndef PRIu64
440 #error PRIu64 not defined
  /system/extras/ext4_utils/
ext4_utils.c 526 printf(" Size: %"PRIu64"\n", info.len);
532 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
make_ext4fs.c 560 printf(" Size: %"PRIu64"\n", info.len);
570 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp     [all...]
  /external/chromium_org/net/cookies/
canonical_cookie.cc 194 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {
  /external/lldb/source/DataFormatters/
NSArray.cpp 86 stream.Printf("@\"%" PRIu64 " object%s\"",
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 203 log->Printf ("error: failed to send packet entire packet %" PRIu64 " of %" PRIu64 " bytes sent", (uint64_t)bytes_written, (uint64_t)packet_size);
247 log->Printf ("%s: Read (buffer, (sizeof(buffer), timeout_usec = 0x%x, status = %s, error = %s) => bytes_read = %" PRIu64,
    [all...]

Completed in 1609 milliseconds

1 2 3 4 5 6 7 8 91011>>