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

1234567891011>>

/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.c280 ssize_t res, total = 0; local
284 for (i = 0; i < sp->str_nbufs; i++, total += res) {
290 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)
294 if (total == 0 && sp->str_size != 0)
297 return (total);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c191 size_t total = 0; local
244 total += size;
250 (void)printf("child: closing TTY %zu\n", total);
254 if (total != buffer_size * packets)
256 "Lost data %zu != %zu\n", total, buffer_size * packets);
/freebsd-11-stable/usr.sbin/dumpcis/
H A Dreadcis.c254 int total = 0; local
271 total++;
283 total++;
294 total += length;
316 } while (code != CIS_END && total < 1024);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c1173 int total; member in struct:__anon6448
1183 v6stat.total = 0;
1198 if (v6stat.total != 16)
1202 if (v6stat.total == 16)
1209 if (v6stat.total > 0)
1215 && (v6stat.zero_pos != v6stat.total))
1221 || (v6stat.zero_pos == v6stat.total))
1232 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
1234 if (v6stat.total != v6stat.zero_pos)
1235 memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
[all...]
/freebsd-11-stable/usr.sbin/rtsold/
H A Ddump.c137 sec2str(const struct timespec *total) argument
149 tsec = total->tv_sec;
150 tsec += total->tv_nsec / 1000 / 1000000;
/freebsd-11-stable/contrib/top/
H A Ddisplay.c359 * *_procstates(total, brkdn, names) - print the process summary line
366 i_procstates(total, brkdn)
368 int total;
375 printf("%d processes:", total);
376 ltotal = total;
379 i = digits(total);
394 u_procstates(total, brkdn)
396 int total;
404 if (ltotal != total)
413 printf("%d", total);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h63 unsigned total = 0; local
65 total += llvm::countPopulation(Val);
66 return total;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dencode.c155 size_t total = 0; local
176 total = j + 1;
178 while (inl >= ctx->length && total <= INT_MAX) {
185 total += j + 1;
187 if (total > INT_MAX) {
195 *outl = total;
/freebsd-11-stable/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-11-stable/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-11-stable/stand/common/
H A Dbcache.c362 size_t csize, isize, total; local
385 total = 0;
395 ret = read_strategy(devdata, rw, blk, csize, buf+total, &isize);
402 if (total != 0)
407 total += isize;
413 *rsize = total;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c464 size_t total; local
469 total = 0;
471 while (state->child_stdout != -1 && total < state->out_buf_len) {
472 bytes = child_read(self, p, state->out_buf_len - total);
480 total += bytes;
485 return (total);
/freebsd-11-stable/contrib/sendmail/src/
H A Dstab.c458 int i, t, total, types[MAXSTTYPES]; local
462 total = 0;
470 ++total;
478 sm_syslog(LOG_INFO, NOQID, "stab: total=%d (%d)", total, total - prev);
479 prev = total;
/freebsd-11-stable/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c158 struct ath_tx_aggr_stats total; member in struct:athaggrstatfoo_p
201 ath_collect(wf, &wf->total);
209 wf->total = wf->cur;
228 snprintf(b, bs, "%u", wf->cur.aggr_##x - wf->total.aggr_##x); return 1
230 snprintf(b, bs, "%u", wf->cur.aggr_pkts[x] - wf->total.aggr_pkts[x]); return 1
284 snprintf(b, bs, "%u", wf->total.aggr_##x); return 1
286 snprintf(b, bs, "%u", wf->total.aggr_pkts[x]); return 1
362 wf->total.aggr_pkts[i],
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc45 // Maximum total allocated space (bytes)
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_fs_private.h96 /* total sum over all brackets */ member in struct:svn_fs_fs__histogram_t
97 svn_fs_fs__histogram_line_t total;
126 /* total size after deltification (i.e. on disk size) */
129 /* total size after de-deltification (i.e. plain text size) */
132 /* total on-disk header size */
142 svn_fs_fs__rep_pack_stats_t total;
154 * i.e. total plaintext content if there was no rep sharing */
168 /* their total size on disk (structs only) */
177 /* sum total of all rev / pack file sizes in bytes */
183 /* total numbe
141 svn_fs_fs__rep_pack_stats_t total; member in struct:svn_fs_fs__representation_stats_t
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_114 ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/"
240 p_config "total.num.queries" "total queries from clients" "ABSOLUTE"
241 p_config "total.num.cachehits" "cache hits" "ABSOLUTE"
242 p_config "total.num.prefetch" "cache prefetch" "ABSOLUTE"
260 p_config "total.requestlist.avg" "Average size of queue on insert" "GAUGE"
261 p_config "total.requestlist.max" "Max size of queue (in 5 min)" "GAUGE"
262 p_config "total.requestlist.overwritten" "Number of queries replaced by new ones" "GAUGE"
263 p_config "total.requestlist.exceeded" "Number of queries dropped due to lack of space" "GAUGE"
446 sed -e 's/=.*//'` total
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/ppp/
H A Dmp.c199 percent = MAX(mp->link.stats.total.in.OctetsPerSecond,
200 mp->link.stats.total.out.OctetsPerSecond) * 800 /
214 throughput_stop(&mp->link.stats.total);
220 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) {
221 throughput_destroy(&mp->link.stats.total);
222 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
223 throughput_callback(&mp->link.stats.total, mp_UpDown, mp);
227 throughput_start(&mp->link.stats.total, "MP throughput", 1);
235 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period)
238 throughput_clear(&mp->link.stats.total, THROUGHPUT_OVERAL
672 size_t total, add, len; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/gdb/include/
H A Dmd5.h84 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-11-stable/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-11-stable/usr.bin/wc/
H A Dwc.c90 int ch, errors, total; local
135 total = 0;
147 ++total;
153 if (total > 1) {
154 xo_open_container("total");
155 show_cnt("total", tlinect, twordct, tcharct, tlongline);
156 xo_close_container("total");

Completed in 532 milliseconds

1234567891011>>