| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | request_body.c | 32 apr_size_t total_bytes; member 47 char *buffer = apr_pcalloc(result_pool, body->total_bytes); in allocate_all() 51 apr_size_t remaining = body->total_bytes; in allocate_all() 95 b->total_bytes += *len; in request_body_stream_write() 97 else if (*len + b->total_bytes > b->in_memory_size) in request_body_stream_write() 103 if (b->total_bytes) in request_body_stream_write() 107 SVN_ERR(svn_io_file_write_full(b->file, all, b->total_bytes, in request_body_stream_write() 113 b->total_bytes += *len; in request_body_stream_write() 128 b->total_bytes += *len; in request_body_stream_write() 186 b->total_bytes, in request_body_delegate()
|
| /freebsd-12.1/usr.sbin/bsdinstall/distfetch/ |
| H A D | distfetch.c | 115 off_t total_bytes; in fetch_files() local 138 total_bytes = 0; in fetch_files() 141 total_bytes += ustat.size; in fetch_files() 147 if (total_bytes == 0) in fetch_files() 184 if (total_bytes > 0) { in fetch_files() 186 progress = (current_bytes*100)/total_bytes; in fetch_files()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | symtab.c | 256 size_t total_bytes, longest; in ht_dump_statistics() local 267 total_bytes = longest = sum_of_squares = nids = 0; in ht_dump_statistics() 275 total_bytes += n; in ht_dump_statistics() 284 overhead = obstack_memory_used (&table->stack) - total_bytes; in ht_dump_statistics() 294 SCALE (total_bytes), LABEL (total_bytes), in ht_dump_statistics() 299 exp_len = (double)total_bytes / (double)nelts; in ht_dump_statistics()
|
| /freebsd-12.1/contrib/ofed/librdmacm/examples/ |
| H A D | common.c | 140 static long long total_bytes; in verify_buf() local 145 for (i = 0; i < size; i++, total_bytes++) { in verify_buf() 147 printf("data verification failed byte %lld\n", total_bytes); in verify_buf()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 280 uptr total_bytes = 0; in PrintStats() local 284 total_bytes += (*it).size; in PrintStats() 291 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats() 297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-main.c | 800 long total_bytes; in mi_cmd_data_read_memory() local 899 total_bytes = word_size * nr_rows * nr_cols; in mi_cmd_data_read_memory() 900 mbuf = xcalloc (total_bytes, 1); in mi_cmd_data_read_memory() 909 while (nr_bytes < total_bytes) in mi_cmd_data_read_memory() 913 total_bytes - nr_bytes, in mi_cmd_data_read_memory() 923 ui_out_field_int (uiout, "total-bytes", total_bytes); in mi_cmd_data_read_memory() 926 ui_out_field_core_addr (uiout, "next-page", addr + total_bytes); in mi_cmd_data_read_memory() 927 ui_out_field_core_addr (uiout, "prev-page", addr - total_bytes); in mi_cmd_data_read_memory()
|
| /freebsd-12.1/usr.bin/ctlstat/ |
| H A D | ctlstat.c | 238 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; in compute_stats() local 248 total_bytes += cur_stats->bytes[i]; in compute_stats() 254 total_bytes -= prev_stats->bytes[i]; in compute_stats() 262 *mbsec = total_bytes; in compute_stats() 268 *kb_per_transfer = total_bytes; in compute_stats()
|
| /freebsd-12.1/usr.sbin/iostat/ |
| H A D | iostat.c | 794 u_int64_t total_bytes, total_transfers, total_blocks; in devstats() local 838 DSM_TOTAL_BYTES, &total_bytes, in devstats() 865 dev_select[dn].bytes = total_bytes; in devstats() 953 total_mb = total_bytes; in devstats()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | varasm.c | 4207 HOST_WIDE_INT total_bytes = 0; in output_constructor() local 4280 total_bytes += fieldsize; in output_constructor() 4301 total_bytes++; in output_constructor() 4310 gcc_assert (pos >= total_bytes); in output_constructor() 4312 total_bytes = pos; in output_constructor() 4355 total_bytes += fieldsize; in output_constructor() 4379 total_bytes++; in output_constructor() 4413 while (next_byte != total_bytes) in output_constructor() 4416 total_bytes++; in output_constructor() 4500 total_bytes++; in output_constructor() [all …]
|
| H A D | fold-const.c | 7040 if (total_bytes > len) in native_encode_int() 7042 words = total_bytes / UNITS_PER_WORD; in native_encode_int() 7053 if (total_bytes > UNITS_PER_WORD) in native_encode_int() 7068 return total_bytes; in native_encode_int() 7090 if (total_bytes > len) in native_encode_real() 7117 return total_bytes; in native_encode_real() 7227 if (total_bytes > len) in native_interpret_int() 7231 words = total_bytes / UNITS_PER_WORD; in native_interpret_int() 7236 if (total_bytes > UNITS_PER_WORD) in native_interpret_int() 7271 int total_bytes = GET_MODE_SIZE (mode); in native_interpret_real() local [all …]
|
| H A D | tree.c | 6004 int total_nodes, total_bytes; in dump_tree_statistics() local 6011 total_nodes = total_bytes = 0; in dump_tree_statistics() 6017 total_bytes += tree_node_sizes[i]; in dump_tree_statistics() 6020 fprintf (stderr, "%-20s %7d %10d\n", "Total", total_nodes, total_bytes); in dump_tree_statistics()
|
| /freebsd-12.1/usr.bin/nfsstat/ |
| H A D | nfsstat.c | 588 uint64_t total_bytes = 0, total_operations = 0; in compute_new_stats() local 595 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats() 598 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats() 602 *mbsec = total_bytes; in compute_new_stats() 617 *kb_per_transfer = total_bytes; in compute_new_stats()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1830 size_t total_bytes = 0; in HandleDisplayOfEvent() local 1840 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent() 1843 total_bytes += len; in HandleDisplayOfEvent() 1847 total_bytes += sizeof(char); in HandleDisplayOfEvent() 1849 return total_bytes; in HandleDisplayOfEvent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1344 size_t total_bytes = 0; in GetProcessSTDOUT() local 1363 total_bytes += len; in GetProcessSTDOUT() 1368 return total_bytes; in GetProcessSTDOUT() 1372 size_t total_bytes = 0; in GetProcessSTDERR() local 1391 total_bytes += len; in GetProcessSTDERR() 1396 return total_bytes; in GetProcessSTDERR()
|
| /freebsd-12.1/lib/libdevstat/ |
| H A D | devstat.c | 55 long double etime, u_int64_t *total_bytes, 1174 long double etime, u_int64_t *total_bytes, in compute_stats() argument 1181 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP, in compute_stats() 1182 total_bytes, in compute_stats()
|
| /freebsd-12.1/sys/mips/cavium/octe/ |
| H A D | ethernet-tx.c | 200 pko_command.s.total_bytes = m->m_pkthdr.len; in cvm_oct_xmit()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-helper-errata.c | 187 pko_command.s.total_bytes = size; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
|
| H A D | cvmx-pko.h | 208 uint64_t total_bytes :16; /**< Including L2, but no trailing CRC */ member
|
| H A D | cvmx-helper.c | 1575 pko_command.s.total_bytes = 60; in cvmx_helper_shutdown_packet_io_global()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 734 uint64_t total_bytes; member 757 uint64_t total_bytes; member
|
| H A D | ql_hw.c | 488 CTLFLAG_RD, &ha->hw.rcv.total_bytes, in qlnx_add_hw_rcv_stats_sysctls() 619 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes, in qlnx_add_hw_xmt_stats_sysctls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2682 size_t total_bytes = 0; in GetProcessOutput() local 2692 total_bytes += len; in GetProcessOutput() 2698 total_bytes += len; in GetProcessOutput() 2702 return total_bytes; in GetProcessOutput()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_server.c | 2957 int total_bytes = 0; in www_body() local 3282 total_bytes += i; in www_body() 3284 if (total_bytes > 3 * 1024) { in www_body() 3285 total_bytes = 0; in www_body()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cab.c | 244 uint32_t total_bytes; member 660 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 721 int total_bytes = 0; in queue_receive_request() local
|