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

12345678910

/freebsd-13-stable/contrib/processor-trace/include/windows/
H A Dinttypes.h35 #ifndef PRIu64
36 # define PRIu64 "llu" macro
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap-inttypes.h102 #ifndef PRIu64
104 #define PRIu64 "I64u" macro
106 #define PRIu64 "llu" macro
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintstatefields.c125 PRINTF("%"PRIu64"", sp->is_pkts[0]);
133 PRINTF("%"PRIu64"", sp->is_pkts[1]);
141 PRINTF("%"PRIu64"", sp->is_pkts[2]);
149 PRINTF("%"PRIu64"", sp->is_pkts[3]);
157 PRINTF("%"PRIu64"", sp->is_bytes[0]);
165 PRINTF("%"PRIu64"", sp->is_bytes[1]);
173 PRINTF("%"PRIu64"", sp->is_bytes[2]);
181 PRINTF("%"PRIu64"", sp->is_bytes[3]);
325 PRINTF("%"PRIu64"", sp->is_icmppkts[0]);
333 PRINTF("%"PRIu64"", s
[all...]
H A Dprintnatfield.c103 PRINTF("%"PRIu64"", n->nat_pkts[0]);
111 PRINTF("%"PRIu64"", n->nat_pkts[1]);
119 PRINTF("%"PRIu64"", n->nat_bytes[0]);
127 PRINTF("%"PRIu64"", n->nat_bytes[1]);
H A Dprinthashnode.c53 PRINTF("\tHits: %"PRIu64"\tBytes: %"PRIu64"\n",
69 PRINTF("\tHits: %"PRIu64"\tBytes: %"PRIu64"\n",
H A Dprintpoolnode.c61 PRINTF("\n\t\tHits %"PRIu64"\tBytes %"PRIu64"\tName %s\tRef %d\n",
H A Dprintstate.c91 PRINTF("\tFWD: IN pkts %"PRIu64" bytes %"PRIu64" OUT pkts %"PRIu64" bytes %"PRIu64"\n\tREV: IN pkts %"PRIu64" bytes %"PRIu64" OUT pkts %"PRIu64" bytes %"PRIu64"\n",
H A Dprintactivenat.c116 PRINTF("bytes %"PRIu64"/%"PRIu64" pkts %"PRIu64"/%"PRIu64"",
H A Dprintpoolfield.c109 PRINTF("%"PRIu64"", node->ipn_hits);
117 PRINTF("%"PRIu64"", node->ipe_hits);
131 PRINTF("%"PRIu64"", node->ipn_bytes);
139 PRINTF("%"PRIu64"", node->ipe_bytes);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c296 "sym %" PRIu64 " <-- %" PRIu64 " (%" PRIu64 ")\n",
300 "ler %" PRIu64 " <-- %" PRIu64 " (%" PRIu64 ")\n",
304 "ld %" PRIu64 " <-- %" PRIu64 " (%" PRIu64 ")\n",
308 "re %" PRIu64 " <
[all...]
/freebsd-13-stable/contrib/libxo/tests/core/
H A Dtest_03.c69 #define PRIu64 "llu" macro
71 xo_emit("{k:type/%13s} {:in-use/%5" PRIu64 "} "
72 "{:memory-use/%5" PRIu64 "}{U:K} {:high-use/%7s} "
73 "{:requests/%8" PRIu64 "} ",
/freebsd-13-stable/contrib/xz/src/common/
H A Dsysdefs.h77 # ifndef PRIu64
78 # define PRIu64 "llu" macro
90 # ifndef PRIu64
91 # define PRIu64 "lu" macro
/freebsd-13-stable/contrib/xz/src/xz/
H A Dhardware.c151 printf("%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\n", total_ram,
H A Dutil.c133 "[%" PRIu64 ", %" PRIu64 "]"),
178 snprintf(bufs[slot], sizeof(bufs[slot]), "%'" PRIu64, value);
180 snprintf(bufs[slot], sizeof(bufs[slot]), "%" PRIu64, value);
229 snprintf(pos, left, " (%'" PRIu64 " B)", value);
231 snprintf(pos, left, " (%" PRIu64 " B)", value);
H A Dlist.c923 printf("file\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
924 "\t%s\t%s\t%" PRIu64 "\n",
939 printf("stream\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
940 "\t%" PRIu64 "\t%" PRIu64 "\
[all...]
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c137 printf("Pong from %s (%s): time %" PRIu64 ".%03" PRIu64 " ms\n",
155 printf("%" PRIu64 " packets transmitted, %" PRIu64 " received, %" PRIu64
156 "%% packet loss, time %" PRIu64 " ms\n", ntrans, replied,
158 printf("rtt min/avg/max = %" PRIu64 ".%03" PRIu64 "/%" PRIu64 ".%03"
159 PRIu64 "/
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-zeromq.c88 ND_PRINT((ndo, " frame flags+body (8-bit) length %" PRIu64, body_len_declared));
94 ND_PRINT((ndo, " %" PRIu64, body_len_declared));
103 ND_PRINT((ndo, " (%" PRIu64 " captured)", body_len_captured));
122 ND_PRINT((ndo, ", first %" PRIu64 " byte(s) of body:", body_len_printed - 1));
192 ND_PRINT((ndo, " (%"PRIu64" captured)", remaining_len));
199 ND_PRINT((ndo, ", first %"PRIu64" byte(s):", len_printed));
H A Dnetdissect-stdinc.h102 #ifndef PRIu64
103 #define PRIu64 "I64u" macro
128 #ifndef PRIu64
129 #define PRIu64 "llu" macro
H A Dprint-carp.c78 ND_PRINT((ndo, "counter=%" PRIu64, EXTRACT_64BITS(&bp[8])));
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp42 #define PRIu64 __PRI64_PREFIX "u" macro
107 sprintf(szStrBuffer,"%" PRIu64 ,value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp119 " (default %" PRIu64 ")",
124 LLDB_LOGF(log, "NativeRegisterContext::%s " PRIu32 " retval %" PRIu64,
196 "%" PRIu64,
334 "%" PRIu64 " bytes is too big to store in register %s (%" PRIu64
353 error.SetErrorStringWithFormat("read %" PRIu64 " of %" PRIu64 " bytes",
397 error.SetErrorStringWithFormat("only wrote %" PRIu64 " of %" PRIu64
H A DFileCache.cpp50 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
72 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
98 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp459 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc1: new offset=%" PRIu64 "\n",
465 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc2: new offset=%" PRIu64 "\n",
471 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc4: new offset=%" PRIu64 "\n",
484 _LIBUNWIND_TRACE_DWARF("DW_CFA_offset_extended(reg=%" PRIu64 ", "
496 _LIBUNWIND_TRACE_DWARF("DW_CFA_restore_extended(reg=%" PRIu64 ")\n", reg);
506 _LIBUNWIND_TRACE_DWARF("DW_CFA_undefined(reg=%" PRIu64 ")\n", reg);
522 _LIBUNWIND_TRACE_DWARF("DW_CFA_same_value(reg=%" PRIu64 ")\n", reg);
542 "DW_CFA_register(reg=%" PRIu64 ", reg2=%" PRIu64 ")\n", reg, reg2);
579 "DW_CFA_def_cfa(reg=%" PRIu64 ", offse
[all...]
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dmockfs.cc168 printf("%-11s ino=%2" PRIu64, opcode2opname(in.header.opcode),
171 printf(" uid=%5u gid=%5u pid=%5u unique=%" PRIu64 " len=%u"
187 printf(" off_in=%" PRIu64 " ino_out=%" PRIu64
188 " off_out=%" PRIu64 " size=%" PRIu64,
194 printf(" fh_in=%" PRIu64 " fh_out=%" PRIu64
211 printf(" fh=%#" PRIx64 " lock_owner=%" PRIu64,
216 printf(" nlookup=%" PRIu64, i
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp90 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s() pid %" PRIu64, __FUNCTION__,
95 log, "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64 " reloaded auxv data",
108 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
142 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
160 LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")",
232 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
239 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
272 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s called for pid %" PRIu64,
288 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
289 " disabling breakpoint id %" PRIu64,
[all...]

Completed in 117 milliseconds

12345678910