Searched refs:PRIu64 (Results 1 - 25 of 218) sorted by relevance

123456789

/external/libpcap/Win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/external/tcpdump/win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_inttypes.h41 #define PRIu64 "I64u" macro
/external/chromium_org/base/
H A Dformat_macros.h13 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
42 #define WidePRIu64 PRIu64
83 #if !defined(PRIu64)
84 #define PRIu64 "I64u" macro
/external/lldb/source/Core/
H A DHistory.cpp25 strm.Printf ("%s %" PRIu64, m_name.c_str(), (uint64_t)((uintptr_t)event));
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc54 "cpu%" PRIu32 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64,
/external/jemalloc/src/
H A Dstats.c128 "%13u %5zu %4u %3zu %12zu %12"PRIu64
129 " %12"PRIu64" %12"PRIu64" %12"PRIu64
130 " %12"PRIu64" %12"PRIu64" %12"PRIu64
137 "%13u %5zu %4u %3zu %12zu %12"PRIu64
138 " %12"PRIu64" %12"PRIu64"
[all...]
/external/strace/
H A Dquota.c270 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit);
271 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit);
272 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
273 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit);
274 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit);
275 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes);
277 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime);
278 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime);
328 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
352 tprintf("blk_hardlimit=%" PRIu64 ", ", d
[all...]
H A Dloop.c101 tprintf("device=%" PRIu64 ", inode=%" PRIu64 ", "
102 "rdevice=%" PRIu64 ", offset=%#" PRIx64 ", "
103 "sizelimit=%" PRIu64 ", number=%" PRIu32,
/external/tcpdump/
H A Dprint-zeromq.c100 printf(" %" PRIu64, body_len_declared);
107 printf(" (%" PRIu64 " captured)", body_len_captured);
126 printf(", first %" PRIu64 " byte(s) of body:", body_len_printed - 1);
187 printf(" (%"PRIu64" captured)", remaining_len);
194 printf(", first %"PRIu64" byte(s):", len_printed);
H A Dprint-carp.c80 printf("counter=%" PRIu64, EXTRACT_64BITS(&bp[8]));
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c149 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n",
151 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n",
153 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n",
H A Dopen-syscall.c42 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n",
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h18 #define PRIu64 "llu" macro
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp146 log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_t)orig_arange_size);
158 log->Printf ("DWARFDebugAranges::Sort() %" PRIu64 " entries after minimizing (%" PRIu64 " entries combined for %" PRIu64 " bytes saved)",
/external/netperf/
H A Dnetcpu_pstatnew.c220 "lib_elapsed %g _SC_CLK_TCK %d lib_iticksperclktick %"PRIu64"\n",
277 "total_cpu_cycles %"PRIu64" sanity_cpu_cycles %"PRIu64" missing %"PRIu64"\n",
355 fprintf(where,"\tfraction_idle %"PRIu64"\n",fraction_idle);
356 fprintf(where,"\tfraction_user %"PRIu64"\n",fraction_user);
357 fprintf(where,"\tfraction_kernel %"PRIu64"\n",fraction_kernel);
358 fprintf(where,"\tfraction_interrupt %"PRIu64"WARNING, possibly under-counted!\n",fraction_interrupt);
359 fprintf(where,"\testimated_fraction_interrupt %"PRIu64"\n",
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dprogress.c35 snprintf(buf, sizeof(buf), "%"PRIu64" / %"PRIu64, curr, total);
/external/llvm/tools/llvm-c-test/
H A Dobject.c39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.h45 " cwnd:%" PRIu64
46 " max_cwnd:%" PRIu64 " min_cwnd:%" PRIu64
47 " max_cwnd_drop:%" PRIu64,
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h44 #define PRIu64 __INTTYPE_PRI64__ "u" macro
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c96 fprintf(stderr, "%-9s %24s:%-4d %s(%"PRIu64"): ",
117 asprintf(&_thread, "%"PRIu64, thread);
/external/llvm/include/llvm/Support/
H A DDataTypes.h180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c96 fprintf(stderr, "%-9s %24s:%-4d %s(%"PRIu64"): ",
117 asprintf(&_thread, "%"PRIu64, thread);
/external/valgrind/main/none/tests/s390x/
H A Dcomp-2.c32 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
49 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
65 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
/external/lldb/source/API/
H A DSBData.cpp170 log->Printf ("SBData::GetFloat (error=%p,offset=%" PRIu64 ") => "
192 log->Printf ("SBData::GetDouble (error=%p,offset=%" PRIu64 ") => "
214 log->Printf ("SBData::GetLongDouble (error=%p,offset=%" PRIu64 ") => "
236 log->Printf ("SBData::GetAddress (error=%p,offset=%" PRIu64 ") => "
258 log->Printf ("SBData::GetUnsignedInt8 (error=%p,offset=%" PRIu64 ") => "
280 log->Printf ("SBData::GetUnsignedInt16 (error=%p,offset=%" PRIu64 ") => "
302 log->Printf ("SBData::GetUnsignedInt32 (error=%p,offset=%" PRIu64 ") => "
324 log->Printf ("SBData::GetUnsignedInt64 (error=%p,offset=%" PRIu64 ") => "
346 log->Printf ("SBData::GetSignedInt8 (error=%p,offset=%" PRIu64 ") => "
368 log->Printf ("SBData::GetSignedInt16 (error=%p,offset=%" PRIu64 ")
[all...]

Completed in 877 milliseconds

123456789