Searched refs:total (Results 51 - 75 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h87 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.h46 unsigned int total; member in struct:ohash
H A Dohash.c80 if (4 * h->deleted < h->total) {
85 } else if (3 * h->deleted > 2 * h->total)
116 h->total -= h->deleted;
133 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
159 if (++h->total * 4 > h->size * 3)
168 return h->total - h->deleted;
205 h->total = h->deleted = 0;
/freebsd-11-stable/tools/tools/ath/common/
H A Ddiag.h46 void *total; member in struct:statshandler
/freebsd-11-stable/sys/vm/
H A Dswap_pager.h85 void swap_pager_status(int *total, int *used);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.h104 * @param total: sum of the two entries.
107 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h50 std::chrono::nanoseconds total; member in class:lld::Timer
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp71 unsigned total = 0, unreachable = 0; local
76 ++total;
105 NumBlocks += total;
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1435 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1436 opte1->total.fse = c->total.fse + c->currnt.fse;
1437 opte1->total.crce = c->total.crce + c->currnt.crce;
1438 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1439 opte1->total.uas = c->total
2155 struct e1_counters total; local
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1150 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1151 opte1->total.fse = c->total.fse + c->currnt.fse;
1152 opte1->total.crce = c->total.crce + c->currnt.crce;
1153 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1154 opte1->total.uas = c->total
1935 struct e1_counters total; local
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1364 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1365 opte1->total.fse = c->total.fse + c->currnt.fse;
1366 opte1->total.crce = c->total.crce + c->currnt.crce;
1367 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1368 opte1->total.uas = c->total
1874 struct e1_counters total; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A DMAKESHAR52 $WC $files | $GREP -v total | $SORT +2 | $AWK '
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl241 my($total) = 0;
520 $total = scalar(@files);
522 $passed = ($total - $failed - $bypassed);
527 "total" => $total
695 my $total = $results{$key}{"total"};
703 logmsg(" total: " . $total . "\n");
/freebsd-11-stable/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c113 const size_t total = extra_bytes + UINT_MAX + 1; local
129 sz = round_page((total + (iov_max - 1)) / iov_max);
136 while (sz + iov[0].iov_len <= total)
144 if (sz < total)
146 iov[iovlen].iov_len = total - sz;
153 ATF_REQUIRE_EQ(iov[iovlen-1].iov_len, total % iov[0].iov_len);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_rpm.c165 ssize_t avail_in, total; local
172 total = avail_in = 0;
224 total = rpm->hpos;
260 total = avail_in;
270 } while (total == 0 && avail_in > 0);
276 return (total);
/freebsd-11-stable/sys/netgraph/
H A Dng_tty.c352 size_t total = 0; local
366 memcpy((char *)buf + total, mtod(m, char *), length);
370 total += length;
385 sc->outqlen -= total;
389 return (total);
412 size_t total = 0; local
430 length = min(M_TRAILINGSPACE(mb), len - total);
432 memcpy(mtod(m, char *), (const char *)buf + total, length);
434 total += length;
448 return (total);
[all...]
/freebsd-11-stable/contrib/less/
H A Dtags.c20 static int total; variable
109 total = curseq = 0;
245 * Return the total number of tags.
250 return total;
293 total = 0;
369 total++;
372 if (total == 0)
511 total = 0;
604 total++;
611 total
[all...]
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.c149 size_t total; local
152 total = d1->count + d1->rrsig_count;
153 for(i=0; i<total; i++) {
181 size_t total = data->count + data->rrsig_count; local
186 data->rr_data = (uint8_t**)&(data->rr_len[total]);
187 data->rr_ttl = (time_t*)&(data->rr_data[total]);
188 nextrdata = (uint8_t*)&(data->rr_ttl[total]);
189 for(i=0; i<total; i++) {
222 size_t total = data->count + data->rrsig_count; local
225 for(i=0; i<total;
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dprofile.c389 gcov_type total = 0;
392 total += e->count;
393 bb->count = total;
401 gcov_type total = 0;
404 total += e->count;
405 bb->count = total;
416 gcov_type total = 0;
421 total += e->count;
429 total = bb->count - total;
386 gcov_type total = 0; local
398 gcov_type total = 0; local
413 gcov_type total = 0; local
440 gcov_type total = 0; local
557 int total = 0; local
[all...]
H A Dtree-dfa.c416 unsigned long size, total = 0; local
433 total += size;
438 total += size;
443 total += size;
448 total += size;
453 total += size;
458 total += size;
463 total += size;
468 total += size;
473 total
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c87 if (4 * h->deleted < h->total) {
92 } else if (3 * h->deleted > 2 * h->total)
123 h->total -= h->deleted;
140 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
166 if (++h->total * 4 > h->size * 3)
175 return h->total - h->deleted;
212 h->total = h->deleted = 0;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c91 -t --totals Display the total sizes (Berkeley only)\n\
222 name of the section, and the total of the section sizes. */
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
254 (unsigned long) total, (unsigned long) total);
436 bfd_size_type total;
448 total = textsize + datasize + bsssize;
463 (unsigned long) total, (unsigned long) total);
244 bfd_size_type total = total_textsize + total_datasize + total_bsssize; local
432 bfd_size_type total; local
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c107 int n, pending, total; local
117 total = 0;
135 else if (total > 0) {
143 total += n;
150 if (cidx != pidx && pending < 64 && total < budget)
157 ns.flags = state_to_flags(ns, total >= budget);
167 MPASS(total > 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c49 static int count, share, toggle, total; variable
238 total++;
277 total++;
295 printf("1: Thread joined. Final count = %d, total = %d\n",
296 count, total);
299 ATF_REQUIRE_EQ(total, 50000);
368 total++;
408 total++;
425 printf("1: Thread joined. Final count = %d, total = %d\n", count,
426 total);
[all...]
/freebsd-11-stable/tools/tools/npe/npestats/
H A Dnpestats.c130 struct npestats total; member in struct:npestatfoo_p
166 npe_collect(wf, &wf->total);
174 wf->total = wf->cur;
182 snprintf(b, bs, "%u", wf->cur.x - wf->total.x); return 1
218 snprintf(b, bs, "%u", wf->total.x); return 1

Completed in 403 milliseconds

1234567891011>>