Searched refs:total (Results 76 - 100 of 311) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsize.c91 -t --totals Display the total sizes (Berkeley only)\n\
222 name of the section, and the total of the section sizes. */
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
254 (unsigned long) total, (unsigned long) total);
436 bfd_size_type total;
448 total = textsize + datasize + bsssize;
463 (unsigned long) total, (unsigned long) total);
244 bfd_size_type total = total_textsize + total_datasize + total_bsssize; local
432 bfd_size_type total; local
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dfa.c416 unsigned long size, total = 0; local
433 total += size;
438 total += size;
443 total += size;
448 total += size;
453 total += size;
458 total += size;
463 total += size;
468 total += size;
473 total
[all...]
/freebsd-9.3-release/usr.bin/netstat/
H A Dif.c536 struct iftot *iftot, *ip, *ipn, *total, *sum, *interesting; local
575 if ((total = malloc(sizeof(struct iftot))) == NULL) {
579 memset(total, 0, sizeof(struct iftot));
664 show_stat("lu", 10, sum->ift_ip - total->ift_ip, 1);
665 show_stat("lu", 5, sum->ift_ie - total->ift_ie, 1);
666 show_stat("lu", 5, sum->ift_id - total->ift_id, 1);
667 show_stat("lu", 10, sum->ift_ib - total->ift_ib, 1);
668 show_stat("lu", 10, sum->ift_op - total->ift_op, 1);
669 show_stat("lu", 5, sum->ift_oe - total->ift_oe, 1);
670 show_stat("lu", 10, sum->ift_ob - total
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.c275 ssize_t res, total = 0; local
279 for (i = 0; i < sp->str_nbufs; i++, total += res) {
285 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)
289 if (total == 0 && sp->str_size != 0)
292 return (total);
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dcbc.pl312 $total=16+4;
313 $total+=4 if ($p1 > 0);
314 $total+=4 if ($p2 > 0);
315 $total+=4 if ($p3 > 0);
316 &add("esp",$total);
/freebsd-9.3-release/tools/tools/npe/npestats/
H A Dnpestats.c130 struct npestats total; member in struct:npestatfoo_p
166 npe_collect(wf, &wf->total);
174 wf->total = wf->cur;
182 snprintf(b, bs, "%u", wf->cur.x - wf->total.x); return 1
218 snprintf(b, bs, "%u", wf->total.x); return 1
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dreadcis.c252 int total = 0; local
269 total++;
281 total++;
292 total += length;
314 } while (code != CIS_END && total < 1024);
/freebsd-9.3-release/contrib/top/
H A Ddisplay.c348 * *_procstates(total, brkdn, names) - print the process summary line
354 i_procstates(total, brkdn)
356 int total;
363 printf("%d processes:", total);
364 ltotal = total;
367 i = digits(total);
381 u_procstates(total, brkdn)
383 int total;
391 if (ltotal != total)
400 printf("%d", total);
[all...]
/freebsd-9.3-release/usr.sbin/rtsold/
H A Ddump.c140 sec2str(const struct timeval *total) argument
152 tsec = total->tv_sec;
153 tsec += total->tv_usec / 1000000;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_program.c418 size_t total; local
423 total = 0;
425 while (state->child_stdout != -1 && total < state->out_buf_len) {
426 bytes = child_read(self, p, state->out_buf_len - total);
434 total += bytes;
439 return (total);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dstab.c439 int i, t, total, types[MAXSTTYPES]; local
443 total = 0;
451 ++total;
459 sm_syslog(LOG_INFO, NOQID, "stab: total=%d (%d)", total, total - prev);
460 prev = total;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c140 uint64_t total = 0, count; local
146 total += count;
151 total += count;
155 total += avl_numnodes(&spa->spa_errlist_last);
156 total += avl_numnodes(&spa->spa_errlist_scrub);
159 return (total);
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.c702 /* Accumulate total statistics. */
703 c->total.bpv += c->currnt.bpv;
704 c->total.fse += c->currnt.fse;
705 c->total.crce += c->currnt.crce;
706 c->total.rcrce += c->currnt.rcrce;
707 c->total.uas += c->currnt.uas;
708 c->total.les += c->currnt.les;
709 c->total.es += c->currnt.es;
710 c->total.bes += c->currnt.bes;
711 c->total
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dencode.c138 size_t total = 0; local
159 total = j + 1;
161 while (inl >= ctx->length && total <= INT_MAX) {
168 total += j + 1;
170 if (total > INT_MAX) {
178 *outl = total;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dmd5.c72 ctx->total[0] = ctx->total[1] = 0;
105 ctx->total[0] += bytes;
106 if (ctx->total[0] < bytes)
107 ++ctx->total[1];
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
115 (ctx->total[0] >> 29));
284 ctx->total[0] += len;
285 if (ctx->total[
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmd5.c72 ctx->total[0] = ctx->total[1] = 0;
105 ctx->total[0] += bytes;
106 if (ctx->total[0] < bytes)
107 ++ctx->total[1];
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
115 (ctx->total[0] >> 29));
284 ctx->total[0] += len;
285 if (ctx->total[
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_ev.c732 unsigned int total; local
746 for (total = 0; total < batch; ++total) {
747 EFSYS_MEM_READQ(eep->ee_esmp, offset, &(ev[total]));
749 if (!EFX_EV_PRESENT(ev[total]))
753 uint32_t, EFX_QWORD_FIELD(ev[total], EFX_DWORD_1),
754 uint32_t, EFX_QWORD_FIELD(ev[total], EFX_DWORD_0));
765 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIO
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmp.c197 percent = MAX(mp->link.stats.total.in.OctetsPerSecond,
198 mp->link.stats.total.out.OctetsPerSecond) * 800 /
212 throughput_stop(&mp->link.stats.total);
218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) {
219 throughput_destroy(&mp->link.stats.total);
220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
221 throughput_callback(&mp->link.stats.total, mp_UpDown, mp);
225 throughput_start(&mp->link.stats.total, "MP throughput", 1);
233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period)
236 throughput_clear(&mp->link.stats.total, THROUGHPUT_OVERAL
670 size_t total, add, len; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.c210 ssize_t res, total = 0; local
214 for (i = 0; i < sp->str_nbufs; i++, total += res) {
224 if (total == 0 && sp->str_size != 0)
227 return (total);
/freebsd-9.3-release/contrib/gdb/include/
H A Dmd5.h84 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_common.c305 uint64_t total = 0; local
321 total += 1024;
330 total += usage;
336 return total + LZMA_MEMUSAGE_BASE;
/freebsd-9.3-release/sbin/md5/
H A Dmd5.c240 struct timeval total; local
265 timersub(&after.ru_utime, &before.ru_utime, &total);
266 seconds = total.tv_sec + (float) total.tv_usec / 1000000;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2.c59 xfs_bmap_free_t *flist, xfs_extlen_t total);
65 xfs_bmap_free_t *flist, xfs_extlen_t total);
71 xfs_extlen_t total);
184 xfs_extlen_t total) /* bmap's total block count */
205 args.total = total;
256 args.total = 0;
295 xfs_extlen_t total) /* bmap's total bloc
176 xfs_dir2_createname( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
287 xfs_dir2_removename( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t ino, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
390 xfs_dir2_replace( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
[all...]
/freebsd-9.3-release/usr.bin/wc/
H A Dwc.c80 int ch, errors, total; local
117 total = 0;
125 ++total;
129 if (total > 1)
130 show_cnt("total", tlinect, twordct, tcharct, tlongline);
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_volume.c132 uint64_t total, remaining; local
181 total = (uint64_t)prog.TotalBlocks.High << 32 |
185 pct = (float)(total - remaining) * 100 / total;

Completed in 245 milliseconds

1234567891011>>