Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 22 of 22) sorted by relevance

/trueos/usr.sbin/bsdinstall/distfetch/
HDdistfetch.c113 off_t total_bytes; in fetch_files() local
136 total_bytes = 0; in fetch_files()
139 total_bytes += ustat.size; in fetch_files()
145 if (total_bytes == 0) in fetch_files()
182 if (total_bytes > 0) { in fetch_files()
184 progress = (current_bytes*100)/total_bytes; in fetch_files()
/trueos/contrib/gcclibs/libcpp/
HDsymtab.c256 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()
/trueos/contrib/gdb/gdb/mi/
HDmi-main.c800 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()
/trueos/usr.bin/ctlstat/
HDctlstat.c244 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; in compute_stats() local
256 total_bytes += cur_stats->ports[port].bytes[i]; in compute_stats()
265 total_bytes -= in compute_stats()
279 *mbsec = total_bytes; in compute_stats()
285 *kb_per_transfer = total_bytes; in compute_stats()
/trueos/usr.sbin/iostat/
HDiostat.c731 u_int64_t total_bytes, total_transfers, total_blocks; in devstats() local
773 DSM_TOTAL_BYTES, &total_bytes, in devstats()
797 dev_select[dn].bytes = total_bytes; in devstats()
882 total_mb = total_bytes; in devstats()
/trueos/contrib/gcc/
HDvarasm.c4207 HOST_WIDE_INT total_bytes = 0; in output_constructor() local
4280 total_bytes += fieldsize; in output_constructor()
4301 total_bytes++; in output_constructor()
4308 if ((field != 0 || index != 0) && pos != total_bytes) in output_constructor()
4310 gcc_assert (pos >= total_bytes); in output_constructor()
4311 assemble_zeros (pos - total_bytes); in output_constructor()
4312 total_bytes = pos; in output_constructor()
4355 total_bytes += fieldsize; in output_constructor()
4373 if (next_offset / BITS_PER_UNIT != total_bytes) in output_constructor()
4379 total_bytes++; in output_constructor()
[all …]
HDfold-const.c7036 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type)); in native_encode_int() local
7040 if (total_bytes > len) in native_encode_int()
7042 words = total_bytes / UNITS_PER_WORD; in native_encode_int()
7044 for (byte = 0; byte < total_bytes; byte++) in native_encode_int()
7053 if (total_bytes > UNITS_PER_WORD) in native_encode_int()
7065 offset = BYTES_BIG_ENDIAN ? (total_bytes - 1) - byte : byte; in native_encode_int()
7068 return total_bytes; in native_encode_int()
7081 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type)); in native_encode_real() local
7090 if (total_bytes > len) in native_encode_real()
7096 for (bitpos = 0; bitpos < total_bytes * BITS_PER_UNIT; in native_encode_real()
[all …]
HDtree.c6004 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()
HDChangeLog-199816972 Protect variables `i', `total_nodes', and `total_bytes' with the
/trueos/lib/libdevstat/
HDdevstat.c53 long double etime, u_int64_t *total_bytes,
1167 long double etime, u_int64_t *total_bytes, in compute_stats() argument
1174 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP, in compute_stats()
1175 total_bytes, in compute_stats()
/trueos/sys/mips/cavium/octe/
HDethernet-tx.c197 pko_command.s.total_bytes = m->m_pkthdr.len; in cvm_oct_xmit()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-helper-errata.c187 pko_command.s.total_bytes = size; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
HDcvmx-pko.h208 uint64_t total_bytes :16; /**< Including L2, but no trailing CRC */ member
HDcvmx-helper.c1575 pko_command.s.total_bytes = 60; in cvmx_helper_shutdown_packet_io_global()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp2703 size_t total_bytes = 0; in GetProcessSTDOUT() local
2724 total_bytes += len; in GetProcessSTDOUT()
2729 return total_bytes; in GetProcessSTDOUT()
2735 size_t total_bytes = 0; in GetProcessSTDERR() local
2756 total_bytes += len; in GetProcessSTDERR()
2761 return total_bytes; in GetProcessSTDERR()
/trueos/sys/dev/qlxgbe/
HDql_hw.h643 uint64_t total_bytes; member
665 uint64_t total_bytes; member
HDql_hw.c1107 xstat->total_bytes); in qla_xmt_stats()
1126 rstat->total_bytes); in qla_rcv_stats()
/trueos/sys/dev/hyperv/include/
HDhyperv.h282 uint64_t total_bytes; member
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2949 size_t total_bytes = 0; in GetProcessOutput() local
2961 total_bytes += len; in GetProcessOutput()
2967 total_bytes += len; in GetProcessOutput()
2971 return total_bytes; in GetProcessOutput()
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c431 int bytes, ndesc, total_bytes = 0, mlen; in t3_push_frames() local
544 total_bytes += bytes; in t3_push_frames()
564 return (total_bytes); in t3_push_frames()
/trueos/crypto/openssl/apps/
HDs_server.c2840 total_bytes += i; in www_body()
2842 if (total_bytes > 3 * 1024) { in www_body()
2843 total_bytes = 0; in www_body()
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_cab.c252 uint32_t total_bytes; member
666 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()