Searched refs:total (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/top/
H A Ddisplay.h25 void i_procstates(int total, int *brkdn);
41 void u_procstates(int total, int *brkdn);
/freebsd-11-stable/sys/i386/include/
H A Dproc.h73 #define GET_STACK_USAGE(total, used) do { \
75 (total) = td->td_kstack_pages * PAGE_SIZE; \
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h83 #define GET_STACK_USAGE(total, used) do { \
85 (total) = td->td_kstack_pages * PAGE_SIZE; \
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfullrw.c73 apr_size_t total = 0; local
76 total += vec[i].iov_len;
84 if (rv != APR_SUCCESS || (amt == total)) {
108 *bytes_written = total;
/freebsd-11-stable/lib/libc/stdio/
H A Dfread.c69 size_t total; local
98 total = resid;
108 return ((total - resid) / size);
/freebsd-11-stable/gnu/usr.bin/grep/
H A DMakefile49 @failed=0; total=0; \
51 total=$$(($$total+1)); \
61 echo "All $$total tests passed"; \
63 echo "$$failed of $$total tests failed"; \
/freebsd-11-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconf.sh51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total
79 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c47 int64_t total; member in struct:uudecode
443 ssize_t total; local
457 total = 0;
486 (uudecode->total > 0 || total > 0)) {
498 if (total == 0 && ravail <= 0) {
515 if (total == 0) {
529 if (total + len >= UUENCODE_BID_MAX_READ) {
552 if (total + len * 2 > OUT_BUFF_SIZE)
581 *out++ = n >> 16; total
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c185 struct timeval start, end, total; local
204 evutil_timersub(&end, &start, &total);
214 (total.tv_sec+ ((double)total.tv_usec)/1000000.0);
228 (int)total.tv_sec, (int)total.tv_usec,
/freebsd-11-stable/tools/tools/mwl/mwlstats/
H A Dmwlstats.c95 { 8, "input", "input", "total frames received" },
105 { 8, "output", "output", "total frames transmit" },
250 struct mwl_stats total; member in struct:mwlstatfoo_p
282 mwl_collect(wf, &wf->total);
290 wf->total = wf->cur;
309 snprintf(b, bs, "%u", wf->cur.mst_##x - wf->total.mst_##x); return 1
311 snprintf(b, bs, "%u", wf->cur.hw_stats.x - wf->total.hw_stats.x); return 1
313 snprintf(b, bs, "%u", wf->cur.mst_ant_rx[x] - wf->total.mst_ant_rx[x]); return 1
315 snprintf(b, bs, "%u", wf->cur.mst_ant_tx[x] - wf->total.mst_ant_tx[x]); return 1
320 (wf->cur.mst_rx_packets - wf->total
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DTimer.cpp32 if (parent && total.count() == 0)
38 total += (std::chrono::high_resolution_clock::now() - startTime);
49 // We want to print the grand total under all the intermediate phases, so we
50 // print all children first, then print the total under that.
61 total)
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.h42 unsigned int total; member in struct:ohash
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dbar.c45 bar->total = count;
68 bar->total = count;
/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.c72 size_t got, total; local
74 for (total = 0; total < n; total += got)
75 switch ((got = read(fd, (char *)v + total, n - total))) {
77 return total;
84 return total;
/freebsd-11-stable/sys/net/
H A Dmp_ring.c105 int n, pending, total; local
115 total = 0;
128 else if (total > 0) {
136 total += n;
143 if (cidx != pidx && pending < 64 && total < budget)
148 ns.flags = state_to_flags(ns, total >= budget);
157 MPASS(total > 0);
180 int n, pending, total; local
190 total = 0;
207 else if (total >
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c69 int64_t total, used; local
77 total = (int64_t)(u_long)sf->f_blocks * sf->f_bsize;
78 used = total * consumed[j] / 100;
79 sf->f_bfree = (total - used) / sf->f_bsize;
80 sf->f_bavail = (total * (100 - minfree[i]) / 100 -
/freebsd-11-stable/share/examples/perfmon/
H A Dperfmon.c60 double total; local
153 total = 0;
156 total += buf[i];
158 printf("total: %f\nmean: %f\n", total, total / loops);
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.c451 struct _athstats total; member in struct:athstatfoo_p
517 ath_collect(wf, &wf->total);
525 wf->total = wf->cur;
544 snprintf(b, bs, "%u", wf->cur.ath.ast_##x - wf->total.ath.ast_##x); return 1
546 snprintf(b, bs, "%u", wf->cur.ath.ast_rx_phy[x] - wf->total.ath.ast_rx_phy[x]); return 1
550 snprintf(b, bs, "%u", wf->cur.ani_stats.ast_ani_##x - wf->total.ani_stats.ast_ani_##x); return 1
552 snprintf(b, bs, "%u", wf->cur.ani_stats.ast_mibstats.x - wf->total.ani_stats.ast_mibstats.x); return 1
554 snprintf(b, bs, "%u", wf->cur.ath.ast_ant_tx[x] - wf->total.ath.ast_ant_tx[x]); return 1
556 snprintf(b, bs, "%u", wf->cur.ath.ast_ant_rx[x] - wf->total.ath.ast_ant_rx[x]); return 1
562 ((wf->cur.ath.ast_rx_packets - wf->total
[all...]
/freebsd-11-stable/tools/tools/netrate/http/
H A Dhttp.c246 uintmax_t total; local
352 total = 0;
354 total += statep->hwd[i].hwd_count;
355 printf("%ju transfers/second\n", total / numseconds);
356 total = 0;
358 total += statep->hwd[i].hwd_errorcount;
359 printf("%ju errors/second\n", total / numseconds);
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.c147 size_t i, total = 0; local
150 total += sl->array[i]->space_max;
153 return total;
171 size_t i, total = sizeof(*sl); local
172 total += sizeof(struct lruhash*)*sl->size;
174 total += lruhash_get_mem(sl->array[i]);
176 return total;
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dview.c74 int error, opt, bufsize, i, entries, total; local
113 error = smb_rap_NetShareEnum(ctx, 1, rpbuf, bufsize, &entries, &total);
129 printf("\n%d shares listed from %d available\n", entries, total);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c54 int total = 0; local
73 total += n;
74 if (total >= IB_CQ_POLL_BUDGET)
/freebsd-11-stable/contrib/gcclibs/include/
H A Dmd5.h83 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh54 @total = count();
85 printa("TOTAL %@u\n", @total);
/freebsd-11-stable/contrib/binutils/include/
H A Dmd5.h83 md5_uint32 total[2]; member in struct:md5_ctx

Completed in 383 milliseconds

1234567891011>>