Searched refs:total (Results 201 - 225 of 311) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1067 int len, want, got, total; local
1072 total = usbd_xfer_frame_len(xfer, frame_no);
1075 while (total > 0) {
1108 len = total;
1117 total -= len;
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dwlanstats.c354 { 8, "input", "input", "total data frames received" },
360 { 8, "output", "output", "total data frames transmit" },
382 struct ieee80211_stats total; member in struct:wlanstatfoo_p
538 wlan_collect(wf, &wf->total, &wf->ntotal);
546 wf->total = wf->cur;
668 snprintf(b, bs, "%u", wf->cur.is_##x - wf->total.is_##x); return 1
828 snprintf(b, bs, "%u", wf->total.is_##x); return 1
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmacro.c812 unsigned int i, total; local
822 total = macro->count;
829 total += 2;
842 total += arg->count - 1;
847 total += arg->expanded_count - 1;
853 buff = _cpp_get_buff (pfile, total * sizeof (cpp_token *));
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c107 static int ClrBottom(int total);
1061 * ClrBottom(total)
1068 ClrBottom(int total) argument
1072 int top = total;
1074 NCURSES_CH_T blank = newscr->_line[total - 1].text[last - 1];
1079 for (row = total - 1; row >= 0; row--) {
1094 if (top < total) {
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c110 HOST_WIDE_INT total_size; /* total bytes allocated for stack */
8156 SIZE is the total number of builtins.
18794 rs6000_rtx_costs (rtx x, int code, int outer_code, int *total)
18845 *total = 0;
18858 *total = COSTS_N_INSNS (1);
18871 *total = 0;
18880 *total = COSTS_N_INSNS (1);
18893 *total = optimize_size ? COSTS_N_INSNS (1) + 1 : COSTS_N_INSNS (2);
18897 *total = 0;
18907 *total
18748 rs6000_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dr128_cce.c896 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
897 sizeof(buf->total)))
/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c155 * by the ratio of ticks to the tick total. NHALF priorities at the start
161 * PRI_TICKS: Compute a priority in PRI_RANGE from the ticks count and total.
621 int cpu, i, hload, lload, load, total, rnd, *rndptr; local
623 total = 0;
691 total += load;
721 return (total);
1588 * the total history exceeds the maximum. We keep a sliding history of
2518 * Return the total system load.
2524 int total; local
2527 total
[all...]
H A Duipc_usrreq.c145 * stream sockets, although the total for sender and receiver is actually
2187 int i, total; local
2227 for (total = 0, head = heads; *head != NULL; head++)
2234 unref[total++] = f;
2236 KASSERT(total <= unp_unreachable,
2247 for (i = 0; i < total; i++) {
2259 for (i = 0; i < total; i++)
2261 unp_recycled += total;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c17808 ix86_rtx_costs (rtx x, int code, int outer_code, int *total)
17819 *total = 3;
17821 *total = 2;
17827 *total = 1;
17829 *total = 0;
17834 *total = 0;
17839 *total = 1;
17842 *total = 2;
17848 *total = (COSTS_N_INSNS (1)
17860 *total
17777 ix86_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h558 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total);
H A Drtlanal.c3261 int total;
3273 total = COSTS_N_INSNS (5);
3279 total = COSTS_N_INSNS (7);
3283 total = 0;
3286 total = COSTS_N_INSNS (1);
3295 total = 0;
3304 if (targetm.rtx_costs (x, code, outer_code, &total))
3305 return total;
3310 which is already in total. */
3315 total
3238 int total; local
[all...]
/freebsd-9.3-release/lib/libz/
H A Dinflate.c111 strm->total_in = strm->total_out = state->total = 0;
585 When returning, a "goto inf_leave" is used to update the total counters,
1179 state->total += out;
1201 if (hold != (state->total & 0xffffffffUL)) {
1225 Return from inflate(), updating the total counts and the check value.
1242 state->total += out;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c117 strm->total_in = strm->total_out = state->total = 0;
541 When returning, a "goto inf_leave" is used to update the total counters,
1107 state->total += out;
1130 if (hold != (state->total & 0xffffffffUL)) {
1155 Return from inflate(), updating the total counts and the check value.
1171 state->total += out;
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h171 unsigned long totsec; /* total seconds elapsed */
176 cp_gstat_t total; /* total statistics data */ member in struct:_cp_chan_t
183 unsigned long e3tsec; /* total seconds coounter */
185 unsigned long e3tcv; /* E3 total cv errors */
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c371 /* Update the current offset in the DDP buffer and its total length */
1042 int error, length, total; local
1046 total = min(uio->uio_resid, len);
1048 total = uio->uio_resid;
1052 length = min(m->m_len, total - progress);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c793 /* Show the directory into which entries were written, and the total
798 int total = _nc_tic_written(); local
799 if (total != 0)
801 total,
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c706 uintmax_t total; local
715 total = sl->sl_ncylinders * sl->sl_ntracks *
722 n = total - nsectors;
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_ioc32.c381 int total; /**< Buffer size */ member in struct:drm_buf_pub32
424 list32[i].total = list[i].total;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600_blit.c633 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
722 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
799 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c928 unsigned total = 0; local
932 total += p->pool->npages_free;
934 return total;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c240 u_int total; member in struct:__anon146::__anon147
844 up->tally.total++;
1157 up->tally.total, up->tally.accepted,
1363 * function is called repeatedly with increasing indices, the total load
1365 * decreasing indices, the total load is O(n^2). Try not to go backwards
H A Dntp_leapsec.c65 int16_t base_tai; /* total leaps before first entry */
603 int total,
622 || !leapsec_raw(pt, &tt64, total, FALSE) )
627 pt->lsig.taiof = (int16_t)total;
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c1304 struct timespec total = {0, 0}; local
1316 timespecadd(&total, &sc->time, &total);
1323 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c1896 unsigned int count, total; local
1935 total = 0;
1970 total += count;
1974 msg->counts[sectionid] += total;
1985 msg->counts[sectionid] += total;
1996 msg->counts[sectionid] += total;
2060 total += count;
2077 msg->counts[sectionid] += total;
2086 msg->counts[sectionid] += total;
2113 msg->counts[sectionid] += total;
[all...]
/freebsd-9.3-release/sys/dev/ipw/
H A Dif_ipw.c2643 uint32_t total;
2651 total = count * size;
2653 if (total > *len) {
2654 *len = total;
2658 *len = total;
2659 ipw_read_mem_1(sc, addr, buf, total);

Completed in 540 milliseconds

1234567891011>>