| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 133 beta = 0.0; 135 return (beta); 140 if (beta < Z_WINDOW_KAISER) 151 if (beta == xbeta || \ 155 if (beta > xbeta) 190 function wname(beta) 192 if (beta >= Z_WINDOW_KAISER) 255 if (beta >= Z_WINDOW_KAISER) 256 ibeta = I0(beta); 330 kaiserBeta2Attn(beta)); [all …]
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_newreno.c | 105 uint32_t beta; member 117 nreno->beta = V_newreno_beta; in newreno_malloc() 236 uint32_t beta, beta_ecn, cwin, factor; in newreno_cong_signal() local 242 beta = (nreno == NULL) ? V_newreno_beta : nreno->beta; in newreno_cong_signal() 247 factor = beta; in newreno_cong_signal() 263 (uint64_t)beta) / in newreno_cong_signal() 344 nreno->beta = opt->val; in newreno_ctl_output() 359 V_newreno_beta : nreno->beta; in newreno_ctl_output() 401 SYSCTL_PROC(_net_inet_tcp_cc_newreno, OID_AUTO, beta,
|
| H A D | cc_htcp.c | 155 int beta; member 256 htcp_data->beta = HTCP_MINBETA; in htcp_cb_init() 382 CCV(ccv, snd_cwnd) = max(1, ((htcp_data->beta * in htcp_post_recovery() 428 htcp_data->beta) * alpha) >> HTCP_SHIFT); in htcp_recalc_alpha() 464 htcp_data->beta = min(max(HTCP_MINBETA, in htcp_recalc_beta() 468 htcp_data->beta = HTCP_MINBETA; in htcp_recalc_beta() 523 htcp_data->beta) >> HTCP_SHIFT; in htcp_ssthresh_update()
|
| H A D | cc_vegas.c | 298 SYSCTL_PROC(_net_inet_tcp_cc_vegas, OID_AUTO, beta,
|
| H A D | cc_cdg.c | 393 cdg_window_decrease(struct cc_var *ccv, unsigned long owin, unsigned int beta) in cdg_window_decrease() argument 396 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100); in cdg_window_decrease()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_pie.c | 96 value = pie_sysctl.beta; in pie_sysctl_alpha_beta_handler() 108 pie_sysctl.beta = value; in pie_sysctl_alpha_beta_handler() 192 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, beta, 228 p +=(int64_t) pprms->beta * in calculate_drop_prob() 736 pcfg->beta = pie_sysctl.beta; in aqm_pie_config() 738 pcfg->beta = ep->par[5]; in aqm_pie_config() 750 pcfg->beta = BOUND_VAR(pcfg->beta, 0 , 7 * PIE_SCALE); in aqm_pie_config() 786 ep->par[5] = pcfg->beta; in aqm_pie_getconfig()
|
| H A D | dn_sched_fq_pie.c | 168 value = fq_pie_sysctl.pcfg.beta; in fqpie_sysctl_alpha_beta_handler() 180 fq_pie_sysctl.pcfg.beta = value; in fqpie_sysctl_alpha_beta_handler() 268 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, beta, 400 p +=(int64_t) pprms->beta * in fq_calculate_drop_prob() 1129 fqp_cfg->pcfg.beta = fq_pie_sysctl.pcfg.beta; in fq_pie_config() 1131 fqp_cfg->pcfg.beta = ep->par[5]; in fq_pie_config() 1161 fqp_cfg->pcfg.beta = BOUND_VAR(fqp_cfg->pcfg.beta, 0, 7 * PIE_SCALE); in fq_pie_config() 1192 ep->par[5] = fqp_cfg->pcfg.beta; in fq_pie_getconfig()
|
| H A D | dn_aqm_pie.h | 67 uint16_t beta; /* (default: 1+1/4) */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hwmon/ |
| H A D | max6697.txt | 26 - beta-compensation-enable 27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-firefly-beta.dts | 11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_cc_functions.c | 1887 return (max(net->cwnd, ((net->ssthresh / net->mtu << 7) / net->cc_mod.htcp_ca.beta) * net->mtu)); in htcp_cwnd_undo() 1960 ca->beta = BETA_MIN; in htcp_beta_update() 1967 ca->beta = (minRTT << 7) / maxRTT; in htcp_beta_update() 1968 if (ca->beta < BETA_MIN) in htcp_beta_update() 1969 ca->beta = BETA_MIN; in htcp_beta_update() 1970 else if (ca->beta > BETA_MAX) in htcp_beta_update() 1971 ca->beta = BETA_MAX; in htcp_beta_update() 1973 ca->beta = BETA_MIN; in htcp_beta_update() 2000 ca->alpha = 2 * factor * ((1 << 7) - ca->beta); in htcp_alpha_update() 2034 return (max(((net->cwnd / net->mtu * net->cc_mod.htcp_ca.beta) >> 7) * net->mtu, 2U * net->mtu)); in htcp_recalc_ssthresh() [all …]
|
| H A D | sctp_structs.h | 199 uint8_t beta; /* Fixed point arith, << 7 */ member
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_paprd.c | 1426 int alpha, beta; in create_pa_curve() local 1666 beta = (beta_raw << 10) / scale_b; in create_pa_curve() 1678 y5 = ((beta * tmp) >> 6) >> order1_5x; in create_pa_curve() 1741 beta = (beta_raw << 10) / scale_b; in create_pa_curve() 1754 if (beta > 0) { in create_pa_curve() 1755 y5 = (((beta * tmp - 64) >> 6) - in create_pa_curve() 1758 y5 = ((((beta * tmp - 64) >> 6) + in create_pa_curve() 1769 if (beta > 0) { in create_pa_curve()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 352 const unsigned short *alpha, const unsigned short *beta);
|
| H A D | t4_hw.c | 86 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus() argument 112 (w << 16) | (beta[w] << 13) | inc); in t4_load_mtus()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | rockchip.yaml | 77 - firefly,firefly-rk3288-beta
|