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

1234567891011>>

/freebsd-9.3-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c709 int i, pass, total; local
717 total = 0;
720 total++;
723 printf("%u of %u 802.11i AES-CCMP test vectors passed\n", pass, total);
725 return (pass == total ? 0 : -1);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmedia.c827 int i, j, total, seconds, zpid, cpid, pfd[2], qfd[2]; local
889 total = 0;
916 total += i;
918 total, dist, (total / seconds) / 1024.0);
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c2495 mips_rtx_costs (rtx x, int code, int outer_code, int *total)
2511 *total = 0;
2513 *total = COSTS_N_INSNS (1);
2521 *total = 0;
2534 *total = 0;
2542 *total = 0;
2557 *total = 0;
2564 *total = 0;
2577 *total = COSTS_N_INSNS (1);
2583 *total
2487 mips_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-9.3-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-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c289 unsigned total = NUM_EXT_NAMES(tp) + 1; local
302 tp->ext_Names = typeRealloc(char *, total, tp->ext_Names);
303 for (k = total - 1; k > j; k--)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsfsasl.c293 size_t ret = 0, total = 0; local
333 &outbuf[total], outlen);
337 total += ret;
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_mm.c568 unsigned long total_used = 0, total_free = 0, total = 0; local
596 total = total_free + total_used;
598 printf("%s total: %lu, used %lu free %lu\n", prefix, total,
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.c45 u16 total, current_size; local
50 total = bdb->bdb_size;
53 while (index < total) {
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c396 int total = 0; local
398 total += _manager->pools[i].npages;
400 return total;
/freebsd-9.3-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-9.3-release/usr.sbin/ndp/
H A Dndp.c1589 sec2str(total)
1590 time_t total;
1599 days = total / 3600 / 24;
1600 hours = (total / 3600) % 24;
1601 mins = (total / 60) % 60;
1602 secs = total % 60;
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4142 ! The total number of bits in the result here is N*ITER+SC, where
/freebsd-9.3-release/sys/netgraph/
H A Dng_ppp.c2203 * Let N be the total number of bytes in the current frame we are sending.
2207 * F(t) be equal to the total number of bytes received by the peer
2235 * important total bundle latency is (e.g., for interactive response time),
2253 int t0, total, topSum, botSum; local
2312 for (total = i = 0; i < numFragments; i++) {
2317 total += ((flowTime * priv->links[
2321 if (total >= len)
2336 for (total = i = 0; i < numFragments; i++) {
2342 total += distrib[sortByLatency[i]];
2346 if (total < le
[all...]
/freebsd-9.3-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-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read.c255 int64_t ask, get, total; local
262 total = 0;
270 return (total);
273 total += get;
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.c1087 ssize_t wlen, total; local
1098 total = 0;
1138 total += wlen;
1149 return (total);
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h79 u_int64_t total; /* total work in bytes */ member in struct:hfsc_classstats
250 u_int64_t cl_total; /* total work in bytes */
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h74 u_int64_t total; /* total work in bytes */ member in struct:hfsc_classstats
245 u_int64_t cl_total; /* total work in bytes */
/freebsd-9.3-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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_da_btree.h120 xfs_extlen_t total; /* total blocks needed, for 1st bmap */ member in struct:xfs_da_args
/freebsd-9.3-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-9.3-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c278 source->total = 0;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c151 long double total = (long double)lquanta[0] * (long double)(base - 1); local
154 total += (long double)lquanta[i + 1] * (long double)base;
156 return (total + (long double)lquanta[levels + 1] *
234 long double total; local
242 total = (long double)llquanta[bin++] * (long double)(value - 1);
249 total += (long double)llquanta[bin++] * (long double)(value);
259 return (total + (long double)llquanta[bin] * (long double)value);
/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c1803 /* Zero the total allocated bytes. This will be recalculated in the
1981 there as part of the total allocated memory. */
2138 size_t total; member in struct:ggc_pch_ondisk
2197 /* Return the total size of the PCH data. */
2211 d->d.total = total_size;
2214 alloc_size = CEIL (d->d.total, BYTES_PER_ALLOC_BIT * 8);
2218 return d->d.total + alloc_size;
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0)
2327 alloc_size = CEIL (d.total, BYTES_PER_ALLOC_BIT * 8);
2330 pch_zone.bytes = d.total;
[all...]
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2139 sort -k 2,2 -t ' ' > compfreq.total
2143 join -t ' ' -1 2 -2 2 compfreq.present compfreq.total |
2149 cut -f 2 -d ' ' < compfreq.total > comp.total
2150 rm INDEX-ALL compfreq compfreq.total compfreq.present
2158 # deal with this, if "kernel|X" is listed in comp.total
2161 # If "kernel|<anything>" is in comp.total but "kernel|X" is
2165 grep -E "^kernel\|${KCOMP}\$" comp.total >> comp.present
2167 if grep -qE "^kernel\|" comp.total &&
2168 ! grep -qE "^kernel\|${KCOMP}\$" comp.total; the
[all...]

Completed in 326 milliseconds

1234567891011>>