Searched refs:total (Results 176 - 200 of 324) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c2111 s390_rtx_costs (rtx x, int code, int outer_code, int *total) argument
2121 *total = 0;
2134 *total = COSTS_N_INSNS (1);
2146 *total = s390_cost->madbr;
2148 *total = s390_cost->maebr;
2149 *total += rtx_cost (XEXP (XEXP (x, 0), 0), MULT)
2154 *total = COSTS_N_INSNS (1);
2166 *total = s390_cost->mhi;
2168 *total = s390_cost->mh;
2170 *total
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dmisc.c309 long total, secs; local
314 total = 0;
353 total += secs;
354 if (total < 0)
359 return total;
/freebsd-11.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c516 repeated_append(string_desc * target, int total, int num, int repeat, const char *src) argument
523 total += num;
525 total = INFINITY;
530 total = INFINITY;
532 return total;
1302 * expected line speed. The `total estimated time' is
1308 * optimizer's effectiveness. Compare the total estimated times
1370 printf("%6d bps: %3.2f char-xmits overhead; total estimated time %15.2f\n",
H A Dtty_update.c113 static int ClrBottom(SCREEN *, int total);
120 static int ClrBottom(int total);
1143 * ClrBottom(total)
1150 ClrBottom(NCURSES_SP_DCLx int total) argument
1154 int top = total;
1156 NCURSES_CH_T blank = NewScreen(SP_PARM)->_line[total - 1].text[last - 1];
1161 for (row = total - 1; row >= 0; row--) {
1176 if (top < total) {
/freebsd-11.0-release/contrib/groff/src/preproc/refer/
H A Dlabel.y39 int total;
663 && (lp == 0 || lp->total > 1)
868 label_ptr->total = 2; // force use of disambiguator
947 : start(label_pool.length()), length(s.length()), count(0), total(1)
974 (*ptr)->total += 1;
/freebsd-11.0-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c712 int i, pass, total; local
729 total = 0;
732 total++;
735 printf("%u of %u 802.11i AES-CCMP test vectors passed\n", pass, total);
740 return (pass == total ? 0 : -1);
/freebsd-11.0-release/usr.sbin/ndp/
H A Dndp.c1320 sec2str(time_t total) argument
1329 days = total / 3600 / 24;
1330 hours = (total / 3600) % 24;
1331 mins = (total / 60) % 60;
1332 secs = total % 60;
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c2518 mips_rtx_costs (rtx x, int code, int outer_code, int *total)
2534 *total = 0;
2536 *total = COSTS_N_INSNS (1);
2544 *total = 0;
2557 *total = 0;
2565 *total = 0;
2580 *total = 0;
2587 *total = 0;
2600 *total = COSTS_N_INSNS (1);
2606 *total
2510 mips_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11.0-release/contrib/sendmail/src/
H A Dsfsasl.c294 size_t ret = 0, total = 0; local
334 &outbuf[total], outlen);
338 total += ret;
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dsparc-dis.c425 int total;
433 total += hash_count[i];
437 min_count, max_count, (double) total / HASH_SIZE);
/freebsd-11.0-release/contrib/elftoolchain/elfdump/
H A Delfdump.c2137 uint32_t *bl, *c, maxl, total; local
2200 total = 0;
2202 total += c[i] * i;
2206 total);
2227 uint64_t *bl, *c, maxl, total; local
2302 total = 0;
2304 total += c[i] * i;
2309 (uintmax_t)nbucket, (uintmax_t)total);
2332 uint32_t *bl, *c, maxl, total; local
2412 total
[all...]
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_mm.c689 unsigned long total_used = 0, total_free = 0, total = 0; local
717 total = total_free + total_used;
719 printk(KERN_DEBUG "%s total: %lu, used %lu free %lu\n", prefix, total,
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_bios.c47 u16 total, current_size; local
52 total = bdb->bdb_size;
55 while (index < total) {
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c437 int total = 0; local
439 total += _manager->pools[i].npages;
441 return total;
/freebsd-11.0-release/sbin/swapon/
H A Dswapon.c783 long long total = 0; local
838 total += tmp_total;
854 sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
/freebsd-11.0-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c250 pmcstat_cgnode_print(struct pmcstat_cgnode *cg, int depth, uint32_t total) argument
262 if (cg->pcg_count == total)
266 100.0 * cg->pcg_count / total);
/freebsd-11.0-release/sys/netgraph/
H A Dng_ppp.c2217 * Let N be the total number of bytes in the current frame we are sending.
2221 * F(t) be equal to the total number of bytes received by the peer
2249 * important total bundle latency is (e.g., for interactive response time),
2267 int t0, total, topSum, botSum; local
2326 for (total = i = 0; i < numFragments; i++) {
2331 total += ((flowTime * priv->links[
2335 if (total >= len)
2350 for (total = i = 0; i < numFragments; i++) {
2356 total += distrib[sortByLatency[i]];
2360 if (total < le
[all...]
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c8320 sparc_rtx_costs (rtx x, int code, int outer_code, int *total)
8330 *total = 0;
8336 *total = 2;
8342 *total = 4;
8352 *total = 0;
8354 *total = 8;
8363 *total = sparc_costs->int_zload - COSTS_N_INSNS (1);
8367 *total = sparc_costs->int_sload - COSTS_N_INSNS (1);
8371 *total = sparc_costs->float_load;
8375 *total
8294 sparc_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c607 total_len = str->len + count; /* total size needed */
1329 const apr_size_t total = lena + lenb;
1408 if (total)
1409 return ((2 * SVN_STRING__SIM_RANGE_MAX * lcs + total/2) / total);
1324 const apr_size_t total = lena + lenb; local
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c278 source->total = 0;
/freebsd-11.0-release/sys/dev/drm/
H A Dsavage_state.c343 if (start + n > dmabuf->total / 32) {
345 start, start + n - 1, dmabuf->total / 32);
629 if (idx[i] > dmabuf->total / 32) {
631 i, idx[i], dmabuf->total / 32);
/freebsd-11.0-release/sys/net/altq/
H A Daltq_hfsc.h77 u_int64_t total; /* total work in bytes */ member in struct:hfsc_classstats
244 u_int64_t cl_total; /* total work in bytes */
/freebsd-11.0-release/sys/i386/include/
H A Dcserial.h60 unsigned long totsec; /* total seconds elapsed */
62 struct e1_counters total; /* total statistics data */ member in struct:e1_statistics
435 int fifosz; /* total hardware i/o buffer size */
/freebsd-11.0-release/lib/libfetch/
H A Dcommon.c1100 ssize_t wlen, total; local
1111 total = 0;
1154 total += wlen;
1165 return (total);
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c137 int total = cur-unbound_start_brk; local
138 log_info("Total heap memory estimate: %u total-alloc: %u "
139 "total-free: %u", (unsigned)total,
141 debug_memleak(calctotal, (size_t)total,
156 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
194 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me;
198 (unsigned)total, (unsigned)front, (unsigned)back,
202 debug_total_mem(total);

Completed in 424 milliseconds

1234567891011>>