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

/freebsd-10-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c113 off_t total_bytes; local
136 total_bytes = 0;
139 total_bytes += ustat.size;
145 if (total_bytes == 0)
182 if (total_bytes > 0) {
184 progress = (current_bytes*100)/total_bytes;
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c256 size_t total_bytes, longest; local
267 total_bytes = longest = sum_of_squares = nids = 0;
275 total_bytes += n;
284 overhead = obstack_memory_used (&table->stack) - total_bytes;
294 SCALE (total_bytes), LABEL (total_bytes),
299 exp_len = (double)total_bytes / (double)nelts;
/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c800 long total_bytes; local
899 total_bytes = word_size * nr_rows * nr_cols;
900 mbuf = xcalloc (total_bytes, 1);
909 while (nr_bytes < total_bytes)
913 total_bytes - nr_bytes,
923 ui_out_field_int (uiout, "total-bytes", total_bytes);
926 ui_out_field_core_addr (uiout, "next-page", addr + total_bytes);
927 ui_out_field_core_addr (uiout, "prev-page", addr - total_bytes);
/freebsd-10-stable/usr.bin/ctlstat/
H A Dctlstat.c241 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; local
251 total_bytes += cur_stats->bytes[i];
257 total_bytes -= prev_stats->bytes[i];
265 *mbsec = total_bytes;
271 *kb_per_transfer = total_bytes;
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c790 u_int64_t total_bytes, total_transfers, total_blocks; local
832 DSM_TOTAL_BYTES, &total_bytes,
856 dev_select[dn].bytes = total_bytes;
942 total_mb = total_bytes;
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c4233 HOST_WIDE_INT total_bytes = 0;
4306 total_bytes += fieldsize;
4327 total_bytes++;
4334 if ((field != 0 || index != 0) && pos != total_bytes)
4336 gcc_assert (pos >= total_bytes);
4337 assemble_zeros (pos - total_bytes);
4338 total_bytes = pos;
4381 total_bytes += fieldsize;
4399 if (next_offset / BITS_PER_UNIT != total_bytes)
4405 total_bytes
4207 HOST_WIDE_INT total_bytes = 0; local
[all...]
H A Dfold-const.c7071 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type));
7075 if (total_bytes > len)
7077 words = total_bytes / UNITS_PER_WORD;
7079 for (byte = 0; byte < total_bytes; byte++)
7088 if (total_bytes > UNITS_PER_WORD)
7100 offset = BYTES_BIG_ENDIAN ? (total_bytes - 1) - byte : byte;
7103 return total_bytes;
7116 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type));
7125 if (total_bytes > len)
7131 for (bitpos = 0; bitpos < total_bytes * BITS_PER_UNI
7036 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type)); local
7081 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type)); local
7221 int total_bytes = GET_MODE_SIZE (TYPE_MODE (type)); local
7271 int total_bytes = GET_MODE_SIZE (mode); local
[all...]
H A Dtree.c6031 int total_nodes, total_bytes;
6038 total_nodes = total_bytes = 0;
6044 total_bytes += tree_node_sizes[i];
6047 fprintf (stderr, "%-20s %7d %10d\n", "Total", total_nodes, total_bytes);
6004 int total_nodes, total_bytes; local
/freebsd-10-stable/lib/libdevstat/
H A Ddevstat.c53 long double etime, u_int64_t *total_bytes,
1167 long double etime, u_int64_t *total_bytes,
1174 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP,
1175 total_bytes,
1166 compute_stats(struct devstat *current, struct devstat *previous, long double etime, u_int64_t *total_bytes, u_int64_t *total_transfers, u_int64_t *total_blocks, long double *kb_per_transfer, long double *transfers_per_second, long double *mb_per_second, long double *blocks_per_second, long double *ms_per_transaction) argument
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c187 pko_command.s.total_bytes = size;
H A Dcvmx-pko.h208 uint64_t total_bytes :16; /**< Including L2, but no trailing CRC */ member in struct:__anon7361::__anon7362
H A Dcvmx-helper.c1575 pko_command.s.total_bytes = 60;
/freebsd-10-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c197 pko_command.s.total_bytes = m->m_pkthdr.len;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c468 apr_size_t total_bytes;
488 char *buffer = apr_pcalloc(result_pool, body->total_bytes);
492 apr_size_t remaining = body->total_bytes;
536 bcb->total_bytes += *len;
538 else if (*len + bcb->total_bytes > MAX_BODY_IN_RAM)
544 if (bcb->total_bytes)
548 SVN_ERR(svn_io_file_write_full(bcb->file, all, bcb->total_bytes,
554 bcb->total_bytes += *len;
569 bcb->total_bytes += *len;
2337 body->total_bytes,
466 apr_size_t total_bytes; member in struct:body_create_baton_t
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2703 size_t total_bytes = 0; local
2724 total_bytes += len;
2729 return total_bytes;
2735 size_t total_bytes = 0; local
2756 total_bytes += len;
2761 return total_bytes;
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c430 int bytes, ndesc, total_bytes = 0, mlen; local
543 total_bytes += bytes;
563 return (total_bytes);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2949 size_t total_bytes = 0; local
2961 total_bytes += len;
2967 total_bytes += len;
2971 return total_bytes;
/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_hw.h732 uint64_t total_bytes; member in struct:_q80_rcv_stats
755 uint64_t total_bytes; member in struct:_q80_xmt_stats
H A Dql_hw.c485 OID_AUTO, "total_bytes",
486 CTLFLAG_RD, &ha->hw.rcv.total_bytes,
487 "total_bytes");
616 OID_AUTO, "total_bytes",
617 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes,
618 "total_bytes");
/freebsd-10-stable/crypto/openssl/apps/
H A Ds_server.c2866 total_bytes += i;
2868 if (total_bytes > 3 * 1024) {
2869 total_bytes = 0;
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c244 uint32_t total_bytes; member in struct:cfheader
660 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c721 int total_bytes = 0; local

Completed in 577 milliseconds