Searched refs:total (Results 126 - 150 of 311) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.c178 throughput_init(&p->link.stats.total, SAMPLE_PERIOD);
180 &dl->bundle->ncp.mp.link.stats.total : NULL;
359 throughput_stop(&p->link.stats.total);
360 throughput_log(&p->link.stats.total, LogPHASE, p->link.name);
394 throughput_destroy(&p->link.stats.total);
525 throughput_disp(&p->link.stats.total, arg->prompt);
631 p->link.stats.total.in.SampleOctets = (long long *)iov[(*niov)++].iov_base;
632 p->link.stats.total.out.SampleOctets = (long long *)iov[(*niov)++].iov_base;
634 &dl->bundle->ncp.mp.link.stats.total : NULL;
654 throughput_restart(&p->link.stats.total, "physica
[all...]
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.c1228 size_t total; local
1231 total = buf->offset + buf->len;
1232 assert(total < sizeof buf->buf);
1233 n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total);
1294 size_t total; local
1297 total = buf->offset + buf->len;
1298 assert(total < sizeof buf->buf);
1299 n = read(fd, buf->buf + total, (sizeof buf->buf) - total);
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp86 int total=0; local
108 total = atoi(s);
112 if (last->alignment != align || last->position != total)
127 int total=0; local
148 total = atoi(s);
160 last->position = total;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp506 vunits total;
514 total += amount[i];
525 if (total <= gap) {
530 // gap < total
531 vunits v = scale(amount[i], gap, total);
535 total -= amount[i];
540 assert(total == V0);
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_inet6.c400 sec2str(time_t total) argument
408 days = total / 3600 / 24;
409 hours = (total / 3600) % 24;
410 mins = (total / 60) % 60;
411 secs = total % 60;
427 sprintf(result, "%lu", (unsigned long)total);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dbuffer.c338 b->total = 0;
542 return b->total / b->blksz;
558 return b->total;
574 b->prev_total = b->total;
606 * counter @c snd_dbuf::total is also incremented by @c count bytes.
621 b->total += count;
738 printf(" total: %ju, prev_total: %ju, xrun: %d", (uintmax_t)b->total, (uintmax_t)b->prev_total, b->xrun);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp63 uint32_t total = 0; local
65 total += Sources[i]->GetNumExternalSelectors();
66 return total;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java299 double total = 0;
333 total += Math.abs((double)v);
354 printDistributionLine(v, total, positives, negatives);
359 printDistributionLine(long val, double total, boolean positives, argument
366 assert (!(total == 0 && (positives || negatives)));
369 assert (!(val != 0 && total == 0));
373 f = (Math.abs((double)val) * (double)len) / total;
385 f = (Math.abs((double)val) * (double)len) / total;
404 f = (Math.abs((double)val) * (double)len) / total;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c401 int count = 0, total = 0; local
405 total += count;
412 total += count;
419 return (count + total);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dhash.c401 unsigned long total; local
412 total = 0;
423 ++total;
427 fprintf (f, "\t%g average chain length\n", (double) total / table->size);
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c36 the include file, but there is no way to get the total execution
1194 gcov_type total = 0;
1201 total += arc->count;
1204 total += arc->count;
1208 blk->count = total;
1216 gcov_type total;
1225 total = blk->count;
1229 total -= arc->count;
1235 inv_arc->count = total;
1261 total
1193 gcov_type total = 0; local
1215 gcov_type total; local
[all...]
H A Dtree-ssa-dce.c73 int total;
655 stats.total++;
812 percg = ((float) stats.removed / (float) stats.total) * 100;
814 stats.removed, stats.total, (int) percg);
72 int total; member in struct:stmt_stats
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c127 void sort_in_core (char *infile, int total, char *outfile);
128 void sort_offline (char *infile, off_t total, char *outfile);
924 sort_offline (char *infile, off_t total, char *outfile)
927 int ntemps = 2 * (total + MAX_IN_CORE_SORT - 1) / MAX_IN_CORE_SORT;
1021 sort_in_core (char *infile, int total, char *outfile)
1024 char *data = (char *) xmalloc (total + 1);
1039 i = read (desc, data + file_size, total - file_size);
1064 nlines = total / 50;
918 sort_offline(char *infile, off_t total, char *outfile) argument
1014 sort_in_core(char *infile, int total, char *outfile) argument
/freebsd-9.3-release/contrib/nvi/common/
H A Dmsg.c140 * blen: total length of the buffer
420 recno_t total; local
453 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt)
454 total += sp->rptlines[cnt];
455 if (total == 0)
457 if (total <= rptval && sp->rptlines[L_YANKED] < rptval) {
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c135 int error, cpu, i, total; local
160 total = 0;
162 total += cp_times[cpu * CPUSTATES + i] -
165 if (total == 0)
168 cp_times_old[cpu * CPUSTATES + CP_IDLE]) * 100 / total;
653 printf("total joules used: %u.%03u\n",
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c144 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource
536 isc_uint32_t remain, deltae, count, total; local
554 total = 0;
627 total += deltae;
644 add_entropy(ent, total);
899 source->total = 0;
978 source->total = 0;
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c144 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource
536 isc_uint32_t remain, deltae, count, total; local
554 total = 0;
627 total += deltae;
644 add_entropy(ent, total);
899 source->total = 0;
978 source->total = 0;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c4654 arm_size_rtx_costs (rtx x, int code, int outer_code, int *total)
4661 *total = thumb_rtx_costs (x, code, outer_code);
4671 *total = COSTS_N_INSNS (1);
4673 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4681 *total = COSTS_N_INSNS (2);
4687 *total = COSTS_N_INSNS (2) + rtx_cost (XEXP (x, 0), code);
4697 *total = COSTS_N_INSNS (3) + rtx_cost (XEXP (x, 0), code);
4702 *total = COSTS_N_INSNS (1) + rtx_cost (XEXP (x, 0), code);
4705 *total += 1 + rtx_cost (XEXP (x, 1), code);
4710 *total
4644 arm_size_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4866 arm_slowmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4920 arm_fastmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4986 arm_xscale_rtx_costs(rtx x, int code, int outer_code, int *total) argument
5067 arm_9e_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c1280 size_t bytes, current_chunk_size, total;
1344 total = 0;
1347 diff_result + total,
1348 current_chunk_size - total);
1349 total += bytes;
1350 if (total == current_chunk_size)
1362 if (total != 0 && diff_result[total-1] != '\n')
1372 return diff_result + total;
1276 size_t bytes, current_chunk_size, total; local
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c309 size_t total, len; local
313 /* determine the length of the total attribute buffer */
314 total = sizeof(uint32_t) + count * sizeof(uint32_t);
402 total += len;
406 val = CCMALLOC(total);
528 cc_user_ok(user, ATMRESP_ATTRS, val, total);
557 size_t total, len; local
561 /* determine the length of the total attribute buffer */
562 total = 0;
668 total
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt.c295 int total = 0;
327 total += parm_size;
337 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT);
294 int total = 0; local
/freebsd-9.3-release/sys/dev/ce/
H A Dceddk.c904 /* Accumulate total statistics. */
905 c->total.bpv += c->currnt.bpv;
906 c->total.fse += c->currnt.fse;
907 c->total.crce += c->currnt.crce;
908 c->total.rcrce += c->currnt.rcrce;
909 c->total.uas += c->currnt.uas;
910 c->total.les += c->currnt.les;
911 c->total.es += c->currnt.es;
912 c->total.bes += c->currnt.bes;
913 c->total
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c492 uint64_t normal, long double total, char positives, char negatives)
501 assert(!(total == 0 && (positives || negatives)));
504 assert(!(val != 0 && total == 0));
508 f = (dt_fabsl((long double)val) * len) / total;
519 f = (dt_fabsl((long double)val) * len) / total;
537 f = (dt_fabsl((long double)val) * len) / total;
556 long double total = 0; local
587 total += dt_fabsl((long double)data[i]);
599 if (dt_print_quantline(dtp, fp, data[i], normal, total,
614 long double total local
491 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
695 long double total = 0; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c1581 unsigned long total;
1583 total = 0;
1600 total += l->size;
1603 if ((total & (swap->debug_align - 1)) != 0)
1608 i = swap->debug_align - (total & (swap->debug_align - 1));
1665 unsigned long total;
1673 total = 1;
1685 total += len + 1;
1688 if ((total & (swap->debug_align - 1)) != 0)
1693 i = swap->debug_align - (total
1578 unsigned long total; local
1662 unsigned long total; local
2473 unsigned long total; local
2527 unsigned long total; local
[all...]
H A Dihex.c723 size_t total; local
746 total = 9 + count * 2 + 4;
747 if (bfd_bwrite (buf, (bfd_size_type) total, abfd) != total)

Completed in 309 milliseconds

1234567891011>>