Searched refs:PRIu64 (Results 51 - 75 of 218) sorted by relevance

123456789

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc382 "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 " Span
[all...]
/external/jemalloc/src/
H A Dprof.c872 " [%"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"
[all...]
/external/jemalloc/test/include/test/
H A Dtest.h201 !=, 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/
H A DClangASTImporter.cpp29 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);
/external/libnl/lib/route/
H A Dlink.c544 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 "
[all...]
/external/lldb/source/Core/
H A DCommunication.cpp139 "%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)",
/external/tcpdump/
H A Dprint-nfs.c657 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 " inva
[all...]
H A Dprint-slow.c598 printf("\n\t Timestamp %u ms, Errored Window %" PRIu64
599 "\n\t Errored Threshold %" PRIu64
600 "\n\t Errors %" PRIu64
601 "\n\t Error Running Total %" PRIu64
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h107 #define PRIu64 "I64u" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/lldb/source/API/
H A DSBFileSpec.cpp132 log->Printf ("SBFileSpec(%p)::GetPath (dst_path=\"%.*s\", dst_len=%" PRIu64 ") => %u",
/external/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp53 strm.Printf("%" PRIu64, (uint64_t)m_current_value);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp225 log->Printf ("ProcessMonitor::%s(%" PRIu64 ", %d, %p, %p, %zd, _)", __FUNCTION__,
284 log->Printf ("ProcessMonitor::%s(%" PRIu64 ", %d, %p, %p, %zd, _)", __FUNCTION__,
736 log->Printf ("ResumeOperation (%" PRIu64 ") failed: %s", m_tid, strerror(errno));
1237 log->Printf ("ProcessMonitor::%s() adding pid = %" PRIu64, __FUNCTION__, pid);
1363 log->Printf ("ProcessMonitor::%s() adding tid = %" PRIu64, __FUNCTION__, tid);
1428 log->Printf ("ProcessMonitor::%s() got exit signal, tid = %" PRIu64, __FUNCTION__, pid);
1448 log->Printf ("ProcessMonitor::%s() GetSignalInfo failed: %s, tid = %" PRIu64 ", signal = %d, status = %d",
1520 log->Printf ("ProcessMonitor::%s() received limbo event, data = %lx, pid = %" PRIu64, __FUNCTION__, data, pid);
1528 log->Printf ("ProcessMonitor::%s() received trace event, pid = %" PRIu64, __FUNCTION__, pid);
1535 log->Printf ("ProcessMonitor::%s() received breakpoint event, pid = %" PRIu64, __FUNCTION_
[all...]
/external/mesa3d/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/qemu/include/exec/
H A Dcpu-defs.h53 #define TARGET_FMT_lu "%" PRIu64
/external/qemu/include/qom/
H A Dcpu.h39 #define VADDR_PRIu PRIu64
/external/valgrind/main/none/tests/s390x/
H A Dtre.c59 printf("Resulting cc is %"PRIu64" and the string is ", regs.cc);
/external/bison/darwin-lib/
H A Dinttypes.h524 # if !defined PRIu64 || 0
525 # undef PRIu64 macro
526 # define PRIu64 _PRIu64_PREFIX "u" macro
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
/external/bison/linux-lib/
H A Dinttypes.h524 # if !defined PRIu64 || 0
525 # undef PRIu64 macro
526 # define PRIu64 _PRIu64_PREFIX "u" macro
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp570 error.SetErrorStringWithFormat ("Process %" PRIu64 " was reported after connecting to '%s', but state was not stopped: %s", pid, remote_url, StateAsCString (state));
573 error.SetErrorStringWithFormat ("Process %" PRIu64 " was reported after connecting to '%s', but no stop reply packet was received", pid, remote_url);
1357 log->Printf ("ProcessGDBRemote::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
2121 error.SetErrorStringWithFormat("unable to allocate %" PRIu64 " bytes of memory with permissions %s", (uint64_t)size, GetPermissionsAsCString (permissions));
2211 log->Printf ("ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64 ") address = 0x%" PRIx64, site_id, (uint64_t)addr);
2216 log->Printf ("ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64 ") address = 0x%" PRIx64 " -- SUCCESS (already enabled)", site_id, (uint64_t)addr);
2273 log->Printf ("ProcessGDBRemote::DisableBreakpointSite (site_id = %" PRIu64 ") addr = 0x%8.8" PRIx64, site_id, (uint64_t)addr);
2302 log->Printf ("ProcessGDBRemote::DisableBreakpointSite (site_id = %" PRIu64 ") addr = 0x%8.8" PRIx64 " -- SUCCESS (already disabled)", site_id, (uint64_t)addr);
2339 log->Printf ("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")", watchID);
2343 log->Printf("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ") add
[all...]
/external/elfutils/0.153/src/
H A Dreadelf.c2974 \nObject attributes section [%2zu] '%s' of %" PRIu64
4173 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 "\n",
4233 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 "\n",
4245 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 ", %" PRIu64 "\n",
4269 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 " %" PRId64 "\n",
4374 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 " %#" PRIx64 "\n",
4550 printf (gettext (" [%6tx] <UNUSED GARBAGE> ... %" PRIu64 " bytes ...\n"),
4577 printf (gettext ("\nAbbreviation section at offset %" PRIu64 ":\n"),
4683 ", length: %5" PRIu64 ", C
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc410 "MALLOC: %12" PRIu64 " (%7.1f MiB) Bytes in use by application\n"
411 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
412 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in central cache freelist\n"
413 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in transfer cache freelist\n"
414 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in thread cache freelists\n"
416 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Bytes committed\n"
417 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in malloc metadata\n"
419 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Actual memory used (physical + swap)\n"
420 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes released to OS (aka unmapped)\n"
422 "MALLOC: = %12" PRIu64 " (
[all...]
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc250 printf("%" PRIu64 " MB/s,\telapsed = %" PRIu64 " source=%d dest=%d\n",
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dinternal.h152 #define BN_DEC_FMT1 "%" PRIu64
153 #define BN_DEC_FMT2 "%019" PRIu64
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #define PRIu64 "llu" macro

Completed in 1110 milliseconds

123456789