Searched refs:beta (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.struct.d35 uint64_t beta;
50 this->s->c.beta = 4;
/freebsd-9.3-release/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk120 function kaiserAttn2Beta(attn, beta)
126 beta = 0.1102 * ((1.0 * attn) - 8.7);
128 beta = (0.5842 * pow((1.0 * attn) - 21.0, 0.4)) + \
131 beta = 0.0;
133 return (beta);
136 function kaiserBeta2Attn(beta, x, y, i, attn, xbeta)
138 if (beta < Z_WINDOW_KAISER)
141 if (beta > kaiserAttn2Beta(50.0))
142 attn = ((1.0 * beta) / 0.1102) + 8.7;
149 if (beta
[all...]
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dlgreekmap5 beta *b
H A Dsymbolchars38 beta *b
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DVersionName56 beta::stable)
57 NAME="${NAME}-beta${betapoint}"
H A DUpdatePoint90 # Do we want to bump the beta point?
99 # if we are not in a beta or RC state, enter beta unless point is NEW.
100 # if we are in a beta state:
101 # - bump the beta point
137 # start of first beta cycle for the next point release
139 newpr=beta
144 # skip all -beta and -RC prereleases to the next point.
153 echo "beta cycle."
158 beta)
[all...]
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_htcp.c153 int beta; member in struct:htcp
256 htcp_data->beta = HTCP_MINBETA;
366 CCV(ccv, snd_cwnd) = max(1, ((htcp_data->beta *
408 * 2 * (1 - beta) * alpha_raw
412 htcp_data->beta) * alpha) >> HTCP_SHIFT);
442 * we only calc beta if the connection's SRTT has been changed from its
443 * inital value. beta is bounded to ensure it is always between
448 htcp_data->beta = min(max(HTCP_MINBETA,
452 htcp_data->beta = HTCP_MINBETA;
457 * the calculation of beta i
[all...]
H A Dcc_vegas.c300 "IU", "vegas alpha, specified as number of \"buffers\" (0 < alpha < beta)");
302 SYSCTL_VNET_PROC(_net_inet_tcp_cc_vegas, OID_AUTO, beta,
304 "IU", "vegas beta, specified as number of \"buffers\" (0 < alpha < beta)");
H A Dcc_cdg.c374 cdg_window_decrease(struct cc_var *ccv, unsigned long owin, unsigned int beta) argument
377 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100);
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh84 test-pv 9.b3.0 "=" 9beta3 beta
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in126 $daemonversion =~ s/beta/b/;
/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c1878 return (max(net->cwnd, ((net->ssthresh / net->mtu << 7) / net->cc_mod.htcp_ca.beta) * net->mtu));
1950 ca->beta = BETA_MIN;
1956 ca->beta = (minRTT << 7) / maxRTT;
1957 if (ca->beta < BETA_MIN)
1958 ca->beta = BETA_MIN;
1959 else if (ca->beta > BETA_MAX)
1960 ca->beta = BETA_MAX;
1962 ca->beta = BETA_MIN;
1987 ca->alpha = 2 * factor * ((1 << 7) - ca->beta);
1992 /* After we have the rtt data to calculate beta, w
[all...]
H A Dsctp_structs.h200 uint8_t beta; /* Fixed point arith, << 7 */ member in struct:htcp
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp292 int alpha, beta; local
293 alpha = 16*z; beta = 16;
295 z /= 2; beta /= 2;
301 sw = (((((d * z) / 0400) + (c * z)) / 0400) + (b * z)) / beta;
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h774 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dcxgb_t3_hw.c3358 * @b: the beta values for congestion control
3407 * @beta: the values for the congestion control beta parameter
3412 * beta, and MTUs.
3416 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap)
3441 (w << 16) | (beta[w] << 13) | inc);
3414 t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS], unsigned short alpha[NCCTRL_WIN], unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) argument
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h526 const unsigned short *alpha, const unsigned short *beta);
H A Dt4_hw.c3345 * @b: the beta values for congestion control
3394 * @beta: the values for the congestion control beta parameter
3397 * congestion control table with the supplied alpha, beta, and MTUs.
3402 const unsigned short *alpha, const unsigned short *beta)
3428 (w << 16) | (beta[w] << 13) | inc);
3401 t4_load_mtus(struct adapter *adap, const unsigned short *mtus, const unsigned short *alpha, const unsigned short *beta) argument
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure3 # Generated by GNU Autoconf 2.69 for libevent 2.1.5-beta.
590 PACKAGE_VERSION='2.1.5-beta'
591 PACKAGE_STRING='libevent 2.1.5-beta'
1369 \`configure' configures libevent 2.1.5-beta to adapt to many kinds of systems.
1439 short | recursive ) echo "Configuration of libevent 2.1.5-beta:";;
1564 libevent configure 2.1.5-beta
2269 It was created by libevent $as_me 2.1.5-beta, which was
3136 VERSION='2.1.5-beta'
16189 This file was extended by libevent $as_me 2.1.5-beta, which was
16255 libevent config.status 2.1.5-beta
[all...]

Completed in 366 milliseconds