Searched refs:total (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.c40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
H A Dtst.vfork.c40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
/freebsd-11.0-release/contrib/gcclibs/libgomp/config/linux/
H A Dbar.h40 unsigned total; member in struct:__anon1449
48 bar->total = count;
56 bar->total = count;
72 return ++bar->arrived == bar->total;
/freebsd-11.0-release/usr.bin/cksum/
H A Dsum1.c51 off_t total; local
59 lcrc = total = 0;
61 for (total += nr, p = buf; nr--; ++p) {
70 *clen = total;
H A Dsum2.c50 off_t total; local
61 lcrc = total = 0;
63 for (total += nr, p = buf; nr--; ++p)
72 *clen = total;
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d42 total = timestamp - start;
/freebsd-11.0-release/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c78 svn__ui64toa_sep(stats->total.packed_size, ',', pool),
79 svn__ui64toa_sep(stats->total.count, ',', pool),
82 svn__ui64toa_sep(stats->total.expanded_size, ',', pool),
85 svn__ui64toa_sep(stats->references - stats->total.count, ',', pool));
125 (int)(histogram->lines[i].sum * 100 / histogram->total.sum),
127 (int)(histogram->lines[i].count * 100 / histogram->total.count));
131 * Sort extension_info_t values by total count in descending order.
139 apr_int64_t diff = lhs->node_histogram.total.count
140 - rhs->node_histogram.total.count;
146 * Sort extension_info_t values by total uncompresse
265 get_percentage(apr_uint64_t part, apr_uint64_t total) argument
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dntgroups.h31 unsigned int *total);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh35 uint64_t total;
53 total += vtimestamp - self->on;
63 /((total * 100) / (timestamp - start)) > thresh/
66 \$\$1, ((total * 100) / (timestamp - start)));
/freebsd-11.0-release/contrib/gcclibs/libgomp/config/posix/
H A Dbar.h46 unsigned total; member in struct:__anon1451
60 return ++bar->arrived == bar->total;
/freebsd-11.0-release/sys/powerpc/include/
H A Dproc.h61 #define GET_STACK_USAGE(total, used) do { \
63 (total) = td->td_kstack_pages * PAGE_SIZE - sizeof(struct pcb); \
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dstats.c226 void server_stats_add(struct stats_info* total, struct stats_info* a) argument
228 total->svr.num_queries += a->svr.num_queries;
229 total->svr.num_queries_missed_cache += a->svr.num_queries_missed_cache;
230 total->svr.num_queries_prefetch += a->svr.num_queries_prefetch;
231 total->svr.sum_query_list_size += a->svr.sum_query_list_size;
233 if(a->svr.max_query_list_size > total->svr.max_query_list_size)
234 total->svr.max_query_list_size = a->svr.max_query_list_size;
238 total->svr.qtype_big += a->svr.qtype_big;
239 total->svr.qclass_big += a->svr.qclass_big;
240 total
[all...]
/freebsd-11.0-release/tests/sys/kern/pipe/
H A Dpipe_reverse_test.c51 ssize_t total; local
56 total = 0;
95 if ((_size = write(desc[1], &buffer[total], s)) != s) \
97 total += _size; \
120 total += error;
126 error = read(desc[0], &buffer2[total], 2 * 4096);
127 total += error;
130 if (memcmp(buffer, buffer2, total) != 0) {
131 for (i = 0; i < (size_t)total; i++) {
143 if ((buggy == 1) || (total !
[all...]
H A Dpipe_wraparound_test.c49 ssize_t error, total; local
54 total = 0;
93 if ((_size = write(desc[1], &buffer[total], s)) != s) \
95 total += _size; \
114 total += error;
118 error = read(desc[0], &buffer2[total], 16384);
119 total += error;
122 if (memcmp(buffer, buffer2, total) != 0) {
123 for (i = 0; i < total; i++) {
/freebsd-11.0-release/sys/vm/
H A Dvm_meter.c110 struct vmtotal total; local
115 bzero(&total, sizeof(total));
136 total.t_sw++;
139 total.t_dw++;
141 total.t_sl++;
144 total.t_pw++;
149 total.t_sw++;
153 total.t_rq++;
197 total
[all...]
/freebsd-11.0-release/sys/sparc64/include/
H A Dproc.h61 #define GET_STACK_USAGE(total, used) do { \
63 (total) = td->td_kstack_pages * PAGE_SIZE - sizeof(struct pcb); \
/freebsd-11.0-release/contrib/gcc/
H A Dtimevar.c380 a special meaning -- it's considered to be the total elapsed time,
389 struct timevar_time_def *total = &timevars[TV_TOTAL].elapsed; local
418 /* Don't print the total execution time here; that goes at the
442 (total->user == 0 ? 0 : tv->elapsed.user / total->user) * 100);
449 (total->sys == 0 ? 0 : tv->elapsed.sys / total->sys) * 100);
456 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100);
462 (total
495 print_time(const char *str, long total) argument
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dnetware.c44 unsigned total = 0; local
71 total += parm_size;
82 total / BITS_PER_UNIT));
92 unsigned total = 0; local
117 total += parm_size;
122 if (nregs > total / BITS_PER_WORD)
123 nregs = total / BITS_PER_WORD;
/freebsd-11.0-release/lib/libc/db/recno/
H A Drec_search.c70 recno_t total; local
74 for (pg = P_ROOT, total = 0;;) {
79 t->bt_cur.index = recno - total;
84 if (++idx == top || total + r->nrecs > recno)
86 total += r->nrecs;
/freebsd-11.0-release/crypto/openssh/regress/
H A Dmodpipe.c111 size_t total; local
131 for (total = 0;;) {
141 if (mods[i].offset < total ||
142 mods[i].offset >= total + s)
146 buf[mods[i].offset - total] ^= mods[i].m1;
149 buf[mods[i].offset - total] &= mods[i].m1;
150 buf[mods[i].offset - total] |= mods[i].m2;
164 total += s;
169 if (mods[i].offset < total)
/freebsd-11.0-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c118 unsigned long total = 0, n_used = 0; local
125 total += num;
129 fprintf(out, "%lu items\n", total);
133 (int)(total / lh->num_nodes),
134 (int)((total % lh->num_nodes) * 100 / lh->num_nodes),
135 (int)(total / n_used), (int)((total % n_used) * 100 / n_used));
226 unsigned long total = 0, n_used = 0; local
233 total += num;
237 BIO_printf(out, "%lu items\n", total);
[all...]
/freebsd-11.0-release/tools/tools/vt/mkkfont/
H A Dmkkfont.c59 unsigned int gbytes, glyph_count, j, k, total; local
66 total = glyph_count * gbytes;
67 gbuf = malloc(total);
69 if (fread(gbuf, total, 1, stdin) != 1) {
74 for (j = 0; j < total; j += 12) {
75 for (k = 0; k < 12 && k < total - j; k++) {
/freebsd-11.0-release/contrib/top/
H A Ddisplay.h24 void i_procstates(int total, int *brkdn);
39 void u_procstates(int total, int *brkdn);
/freebsd-11.0-release/sys/i386/include/
H A Dproc.h66 #define GET_STACK_USAGE(total, used) do { \
68 (total) = td->td_kstack_pages * PAGE_SIZE; \
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_signd.c65 size_t total = 0; local
68 if (n <= 0) return total;
71 total += n;
73 return total;
82 size_t total = 0; local
85 if (n <= 0) return total;
88 total += n;
90 return total;

Completed in 310 milliseconds

1234567891011>>