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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 103 #ifndef PRIu64
104 #define PRIu64 "llu"
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 543 log->Printf ("ProcessKDP::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
848 log->Printf ("ProcessKDP::AsyncThread (arg = %p, pid = %" PRIu64 ") thread starting...", arg, pid);
862 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp)...",
868 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") Got an event of type: %d...",
915 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") got eBroadcastBitAsyncThreadShouldExit...",
923 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") got unknown event 0x%8.8x",
935 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp) => false",
943 log->Printf ("ProcessKDP::AsyncThread (arg = %p, pid = %" PRIu64 ") thread exiting...",
    [all...]
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 101 #define PRIu64 "I64u"
DataTypes.h.in 101 #define PRIu64 "I64u"
  /external/qemu/android/utils/
system.h 169 #ifndef PRIu64
170 # define PRIu64 "llu"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-all-cpus.c 95 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n",
perf-record.c 183 pr_info("%" PRIu64" %d ", sample.time, sample.cpu);
188 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n",
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.c 154 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
169 fprintf(fp, " %*" PRIu64,
206 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
218 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64,
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 52 s->Printf("Single stepping past breakpoint site %" PRIu64 " at 0x%" PRIx64, m_breakpoint_site_id, (uint64_t)m_breakpoint_addr);
  /system/core/libdiskconfig/
diskconfig.c 84 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen);
340 ALOGV("Device/file %s: size=%" PRIu64 " bytes, num_lba=%u, sect_size=%d",
375 ALOGE("Total requested size of partitions (%"PRIu64") is greater than disk "
376 "size (%"PRIu64").", total_size, disk_size);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 79 fprintf(f, "0x%08X %12" PRIu64 " %5.1f %s%s %s\n",
123 fprintf(f, " %3d %s %12" PRIu64 " %10d %10d %s\n",
159 fprintf(f, " %3d %12" PRIu64 " %10d %10d %s\n",
  /external/strace/
block.c 198 tprintf(", %" PRIu64, val);
250 "buf_nr=%u, start_lba=%" PRIu64 ", "
251 "end_lba=%" PRIu64 ", pid=%u}",
  /external/tcpdump/
print-mptcp.c 160 printf("%" PRIu64, EXTRACT_64BITS(opt));
171 printf("%" PRIu64, EXTRACT_64BITS(opt));
255 printf(" seq %" PRIu64, EXTRACT_64BITS(opt + 4));
print-nfs.c 657 printf(" %u bytes @ %" PRIu64,
676 printf(" %u (%u) bytes @ %" PRIu64,
861 printf(" %u bytes @ %" PRIu64,
1202 printf(" sz %" PRIu64,
1328 printf(" tbytes %" PRIu64 " fbytes %" PRIu64 " abytes %" PRIu64,
1333 printf(" tfiles %" PRIu64 " ffiles %" PRIu64 " afiles %" PRIu64 " invar %u"
    [all...]
  /external/jemalloc/src/
ckh.c 410 "%s(%p): ngrows: %"PRIu64", nshrinks: %"PRIu64","
411 " nshrinkfails: %"PRIu64", ninserts: %"PRIu64","
412 " nrelocs: %"PRIu64"\n", __func__, ckh,
prof.c 872 " [%"PRIu64": %"PRIu64"] @ heapprofile\n",
879 " [%"PRIu64": %"PRIu64"] @ heap_v2/%"PRIu64"\n",
934 " [%"PRIu64": %"PRIu64"] @",
1104 "%s.%d.%"PRIu64".%c%"PRIu64".heap",
1109 "%s.%d.%"PRIu64".%c.heap"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 382 "MALLOC: %12" PRIu64 " (%7.1f MiB) Bytes in use by application\n"
383 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
384 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in central cache freelist\n"
385 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in transfer cache freelist\n"
386 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in thread cache freelists\n"
387 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in malloc metadata\n"
389 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Actual memory used (physical + swap)\n"
390 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes released to OS (aka unmapped)\n"
392 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Virtual address space used\n"
394 "MALLOC: %12" PRIu64 " Spans in use\n
    [all...]
  /external/jemalloc/test/include/test/
test.h 201 !=, PRIu64, __VA_ARGS__)
203 ==, PRIu64, __VA_ARGS__)
205 >=, PRIu64, __VA_ARGS__)
207 >, PRIu64, __VA_ARGS__)
209 <, PRIu64, __VA_ARGS__)
211 <=, PRIu64, __VA_ARGS__)
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 29 log->Printf(" Number of visible Decl queries by name : %" PRIu64, counters.m_visible_query_count);
30 log->Printf(" Number of lexical Decl queries : %" PRIu64, counters.m_lexical_query_count);
31 log->Printf(" Number of imports initiated by LLDB : %" PRIu64, counters.m_lldb_import_count);
32 log->Printf(" Number of imports conducted by Clang : %" PRIu64, counters.m_clang_import_count);
33 log->Printf(" Number of Decls completed : %" PRIu64, counters.m_decls_completed_count);
34 log->Printf(" Number of records laid out : %" PRIu64, counters.m_record_layout_count);
  /system/core/toolbox/
top.c 484 printf("%5d %2d %3" PRIu64 "%% %c %5d %6" PRIu64 "K %6" PRIu64 "K %3s %-8.8s %s\n",
488 printf("%5d %5d %2d %3" PRIu64 "%% %c %6" PRIu64 "K %6" PRIu64 "K %3s %-8.8s %-15s %s\n",
  /external/libnl/lib/route/
link.c 544 nl_dump_line(p, " RX %10" PRIu64 " %10" PRIu64 " %10"
545 PRIu64 " %10" PRIu64 " %10" PRIu64 " %10"
546 PRIu64 "\n",
557 nl_dump_line(p, " TX %10" PRIu64 " %10" PRIu64 " %10"
558 PRIu64 " %10" PRIu64 " %10" PRIu64 "\n"
    [all...]
  /external/lldb/source/Core/
Communication.cpp 139 "%p Communication::Read (dst = %p, dst_len = %" PRIu64 ", timeout = %u usec) connection = %p",
213 "%p Communication::Write (src = %p, src_len = %" PRIu64 ") connection = %p",
298 "%p Communication::AppendBytesToCache (src = %p, src_len = %" PRIu64 ", broadcast = %i)",
  /development/ndk/platforms/android-3/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /external/bison/darwin-lib/
inttypes.h 524 # if !defined PRIu64 || 0
525 # undef PRIu64
526 # define PRIu64 _PRIu64_PREFIX "u"
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
    [all...]
  /external/bison/linux-lib/
inttypes.h 524 # if !defined PRIu64 || 0
525 # undef PRIu64
526 # define PRIu64 _PRIu64_PREFIX "u"
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
    [all...]

Completed in 586 milliseconds

1 23 4 5 6 7 8 91011>>