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

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_fn_imps.hpp74 const size_type total = local
76 _GLIBCXX_DEBUG_ASSERT(total >= 3);
90 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c78 long total_count; /* total number of strings cached, including dups */
80 long total_size; /* total number of bytes cached, including dups */
81 long structure_size; /* total size of bcache, including infrastructure */
85 total number of hashes can be computed by adding TOTAL_COUNT to
306 print_percentage (int portion, int total)
308 if (total == 0)
311 printf_filtered ("%3d%%\n", portion * 100 / total);
301 print_percentage(int portion, int total) argument
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c168 size_t total = size; local
182 sep = memchr (motif, '\n', total);
187 total -= (len + 1);
191 len = total;
192 total = 0;
207 } while (sep && total != 0);
245 size_t total = size; local
267 sep = memchr (motif, '\n', total);
272 total -= (len + 1);
276 len = total;
[all...]
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c456 /* Print total statistics. */
458 print_frac (0, st.total.uas, st.totsec);
459 print_frac (1, 60 * st.total.dm, st.totsec);
461 print_frac (0, st.total.bpv, st.totsec);
462 print_frac (1, st.total.fse, st.totsec);
464 print_frac (0, st.total.crce, st.totsec);
465 print_frac (1, st.total.rcrce, st.totsec);
467 print_frac (0, st.total.es, st.totsec);
468 print_frac (1, st.total.les, st.totsec);
470 print_frac (0, st.total
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dzarc.c62 struct zfield total; member in struct:zarcrates
124 rate->total.stat = calc_rate(curstat.hits.stat, curstat.misses.stat)
156 mvwprintw(wnd, row, 31+1+5+7+7+8, "%3"PRIu64, rate.total.stat)
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptocheck.c444 int outl, total; local
459 total = outl;
463 total += outl;
464 if (total != size)
466 size, total);
798 int outl, total; local
820 total = outl;
824 total += outl;
825 if (total != size)
827 size, total);
894 int outl, total; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c213 /* total number of VFs for this hwfn -
246 /* total number of SRQ's for this hwfn */
638 u32 curr_line, total, i, task_size, line; local
671 total = cdu_iids.pf_cids * CONN_CXT_SIZE(p_hwfn);
674 total, CONN_CXT_SIZE(p_hwfn));
684 total = cdu_iids.per_vf_cids * CONN_CXT_SIZE(p_hwfn);
687 total, CONN_CXT_SIZE(p_hwfn));
707 total = p_seg->count * p_mngr->task_type_size[p_seg->type];
708 ecore_ilt_cli_blk_fill(p_cli, p_blk, curr_line, total,
725 /* The segment is active (total siz
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c469 int count = 0, total = 0; local
473 total += count;
480 total += count;
487 total += count;
494 return (count + total);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c365 /* This assumes the DRM is in total control of AGP space.
698 int total; local
713 total = PAGE_SIZE << page_order;
724 DRM_DEBUG("total: %d\n", total);
733 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
780 buf->total = alignment;
856 int total; local
891 total = PAGE_SIZE << page_order;
977 offset + size <= total
1068 int total; local
1224 int total; local
[all...]
/freebsd-11-stable/tools/regression/net80211/wep/
H A Dtest_wep.c301 int i, pass, total; local
318 total = 0;
321 total++;
324 printf("%u of %u 802.11i WEP test vectors passed\n", pass, total);
329 return (pass == total ? 0 : -1);
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c279 * print total login time for 24hr period in decimal hours
287 struct timeval diff, total = { 0, 0 }, usec = { 0, 1 }, yesterday; local
294 d_first ? "%e %b total" : "%b %e total",
304 timeradd(&total, &up->time, &total);
308 if (timerisset(&total))
309 (void)printf("%s %11.2f\n", date, (double)total.tv_sec / 3600);
435 * print yesterday's total
489 * print yesterday's total
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dncp.c317 size_t total; local
320 total = mp_FillPhysicalQueues(bundle);
325 for (total = 0, dl = bundle->links; dl; dl = dl->next)
330 total += add;
334 return total + ncp_QueueLen(&bundle->ncp);
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);
630 p->link.stats.total.in.SampleOctets = (long long *)iov[(*niov)++].iov_base;
631 p->link.stats.total.out.SampleOctets = (long long *)iov[(*niov)++].iov_base;
633 &dl->bundle->ncp.mp.link.stats.total : NULL;
653 throughput_restart(&p->link.stats.total, "physica
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c129 rdev->stats.pd.total = T4_MAX_NUM_PD;
130 rdev->stats.stag.total = sc->vres.stag.size;
131 rdev->stats.pbl.total = sc->vres.pbl.size;
132 rdev->stats.rqt.total = sc->vres.rq.size;
133 rdev->stats.qid.total = sc->vres.qp.size;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c103 int i, bits = 0, total = 0; local
109 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
110 total += bits;
188 int i, bits = 0, total = 0; local
195 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
196 total += bits;
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c393 size_t i, total = n->num; local
402 sigalg[total] = algo;
403 total++;
406 sigalg[total] = 0;
407 n->num = total;
413 size_t total = 0; local
420 total++;
422 n->num = total;
429 size_t i, total = 0; local
442 sigalg[total]
[all...]
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.c97 size_t ar, size_t total, enum sec_status sec)
102 sizeof(struct ub_packed_rrset_key*) * total;
103 if(total >= RR_COUNT_MAX) return NULL; /* sanity check on numRRS*/
107 sizeof(struct rrset_ref) * (total));
118 rep->rrset_count = total;
124 else rep->rrsets = (struct ub_packed_rrset_key**)&(rep->ref[total]);
126 memset( rep->rrsets, 0, sizeof(struct ub_packed_rrset_key*) * total);
128 memset( &rep->ref[0], 0, sizeof(struct rrset_ref) * total);
276 size_t total = pset->rr_count + pset->rrsig_count; local
285 data->rr_data = (uint8_t**)&(data->rr_len[total]);
95 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd, time_t ttl, time_t prettl, time_t expttl, size_t an, size_t ns, size_t ar, size_t total, enum sec_status sec) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/sound/pcm/
H A Dbuffer.c339 b->total = 0;
543 return b->total / b->blksz;
559 return b->total;
575 b->prev_total = b->total;
607 * counter @c snd_dbuf::total is also incremented by @c count bytes.
622 b->total += count;
739 printf(" total: %ju, prev_total: %ju, xrun: %d", (uintmax_t)b->total, (uintmax_t)b->prev_total, b->xrun);
/freebsd-11-stable/sbin/ifconfig/
H A Daf_inet6.c387 sec2str(time_t total) argument
395 days = total / 3600 / 24;
396 hours = (total / 3600) % 24;
397 mins = (total / 60) % 60;
398 secs = total % 60;
414 sprintf(result, "%lu", (unsigned long)total);
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c204 int total; /* Total for all time -- wraps */ member in struct:iop_stats
596 if (lat < clp->lolat || isc->read_stats.total - clp->last_count < 10)
602 clp->last_count = isc->read_stats.total;
704 ios->total = 0;
876 &ios->total, 0,
1144 isc->write_stats.total++;
1162 isc->trim_stats.total--; /* since we put it back, don't double count */
1185 isc->trim_stats.total++;
1262 isc->read_stats.total++;
1600 db_printf("reads: %d\n", isc->read_stats.total);
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
125 if (total) *total = n_contexts_;
/freebsd-11-stable/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-11-stable/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);

Completed in 202 milliseconds

1234567891011>>