/freebsd/sys/tools/sound/ |
H A D | feeder_eq_mkfilter.awk | 101 alpha = sin(w0) / (2.0 * QS); 103 alpha = sin(w0) * 0.5 * sqrt(A + ((1.0 / A) * \ 106 alpha = 0.0; 108 return (alpha); 128 w0, A, alpha, a0, a1, a2, b0, b1, b2) 132 alpha = feedeq_alpha(w0, A, FEEDEQ_TREBLE_SLOPE); 135 b0 = 1.0 + (alpha * A); 137 b2 = 1.0 - (alpha * A); 138 a0 = 1.0 + (alpha / A); 140 a2 = 1.0 - (alpha / A); [all …]
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 155 int alpha; member 217 if (htcp_data->alpha == 1 || in htcp_ack_received() 223 CCV(ccv, snd_cwnd) += htcp_data->alpha * in htcp_ack_received() 232 CCV(ccv, snd_cwnd) += (((htcp_data->alpha << in htcp_ack_received() 266 htcp_data->alpha = HTCP_INIT_ALPHA; in htcp_cb_init() 409 int alpha, diff, now; in htcp_recalc_alpha() local 437 alpha = HTCP_CALC_ALPHA(diff); in htcp_recalc_alpha() 444 alpha = max(1, (2 * ((1 << HTCP_SHIFT) - in htcp_recalc_alpha() 445 htcp_data->beta) * alpha) >> HTCP_SHIFT); in htcp_recalc_alpha() 454 alpha = max(1, (min(max(HTCP_MINROWE, in htcp_recalc_alpha() [all …]
|
H A D | cc_dctcp.c | 74 int alpha; /* the fraction of marked bytes */ member 185 dctcp_data->alpha = V_dctcp_alpha; in dctcp_after_idle() 226 dctcp_data->alpha = V_dctcp_alpha; in dctcp_cb_init() 281 dctcp_data->alpha = MAX_ALPHA_VALUE; in dctcp_cong_signal() 288 dctcp_data->alpha) >> (DCTCP_SHIFT+1))), in dctcp_cong_signal() 396 alpha_prev = dctcp_data->alpha; in dctcp_update_alpha() 410 dctcp_data->alpha = ulmin(alpha_prev - (alpha_prev >> V_dctcp_shift_g) + in dctcp_update_alpha() 479 SYSCTL_PROC(_net_inet_tcp_cc_dctcp, OID_AUTO, alpha,
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
H A D | tst.array.d.out | 5 int alpha = 0x5 8 int alpha = 0x6 16 int alpha = 0x5 19 int alpha = 0x6
|
H A D | tst.array.d | 29 int alpha; member 49 this->f->c[0].alpha = 5; 50 this->f->c[1].alpha = 6; 51 this->f->c[2].alpha = 7;
|
H A D | tst.struct.d | 34 uint64_t alpha; member 49 this->s->c.alpha = 3;
|
/freebsd/bin/sh/tests/builtins/ |
H A D | case8.0 | 3 [[:alpha:]_][[:upper:]_][[:alpha:]_]) ;; 8 [[:alpha:][:digit:]]) echo Failed at $LINENO ;; 9 [![:alpha:][:digit:]]) ;;
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | bracket.in | 27 a[[:alpha:]]c & abc abc 30 a[[:alpha &C EBRACK 31 a[[:alpha:] &C EBRACK 32 a[[:alpha,:] &C ECTYPE 38 [[:alpha:]]+ - -%@aX0- aX
|
/freebsd/contrib/dialog/ |
H A D | headers-sh.in | 53 alpha=abcdefghijklmnopqrstuvwxyz 56 alnum=_${DIGIT}${alpha} 58 MIXED=_${DIGIT}${ALPHA}${alpha} 60 pkgname=`echo "$PKGNAME" | tr "$ALPHA" "$alpha"`
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 128 while (((sin(D2R(alpha)) < 0) ? -1 : 1) != lssign in sunpos() 129 || ((cos(D2R(alpha)) < 0) ? -1 : 1) != lcsign) in sunpos() 130 alpha += 90.0; in sunpos() 132 fixup(&alpha); in sunpos() 137 HA = *L - alpha + 180 + 15 * UTHM + eastlongitude; /* 12 */ in sunpos() 174 comp("alpha", alpha, fixup(&expalpha)); in sunpos()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.c | 92 value = pie_sysctl.alpha; in pie_sysctl_alpha_beta_handler() 104 pie_sysctl.alpha = value; in pie_sysctl_alpha_beta_handler() 186 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, alpha, 224 p = (int64_t)pprms->alpha * in calculate_drop_prob() 736 pcfg->alpha = pie_sysctl.alpha; in aqm_pie_config() 738 pcfg->alpha = ep->par[4]; in aqm_pie_config() 753 pcfg->alpha = BOUND_VAR(pcfg->alpha, 0, 7 * PIE_SCALE); in aqm_pie_config() 789 ep->par[4] = pcfg->alpha; in aqm_pie_getconfig()
|
H A D | dn_sched_fq_pie.c | 164 value = fq_pie_sysctl.pcfg.alpha; in fqpie_sysctl_alpha_beta_handler() 176 fq_pie_sysctl.pcfg.alpha = value; in fqpie_sysctl_alpha_beta_handler() 261 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, alpha, 400 p = (int64_t)pprms->alpha * in fq_calculate_drop_prob() 1132 fqp_cfg->pcfg.alpha = fq_pie_sysctl.pcfg.alpha; in fq_pie_config() 1134 fqp_cfg->pcfg.alpha = ep->par[4]; in fq_pie_config() 1167 fqp_cfg->pcfg.alpha = BOUND_VAR(fqp_cfg->pcfg.alpha, 0, 7 * PIE_SCALE); in fq_pie_config() 1198 ep->par[4] = fqp_cfg->pcfg.alpha; in fq_pie_getconfig()
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | gamma_distribution.h | 48 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __alpha_; } in alpha() function 82 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __p_.alpha(); } 103 result_type __a = __p.alpha(); in min() 156 __os << __x.alpha() << __sp << __x.beta(); in operator() 93 result_type alpha() const {return __p_.alpha();} alpha() function
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 3 OpenBSM 1.2 alpha 5 18 OpenBSM 1.2 alpha 4 29 OpenBSM 1.2 alpha 3 35 OpenBSM 1.2 alpha 2 44 OpenBSM 1.2 alpha 1 86 - A bug, introduced in OpenBSM 1.1 alpha 4, in which AUT_RETURN32 tokens 112 OpenBSM 1.1 alpha 5 131 OpenBSM 1.1 alpha 4 161 OpenBSM 1.1 alpha 3 176 OpenBSM 1.1 alpha 2 [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | digital | 11 >24 leshort 0410 COFF format alpha pure 12 >24 leshort 0413 COFF format alpha demand paged 20 >24 leshort 0407 COFF format alpha object
|
H A D | netbsd | 156 # NetBSD/alpha does not support (and has never supported) a.out objects, 157 # so no rules are provided for them. NetBSD/alpha ELF objects are 159 0 lelong 0x00070185 ECOFF NetBSD/alpha binary 162 0 belong&0377777777 043200507 a.out NetBSD/alpha core 206 >0 belong&0x03ff0000 0x008d0000 \b, alpha BSD
|
H A D | c-lang | 61 >0 regex \^namespace[[:space:]]+[_[:alpha:]]{1,30}[[:space:]]*\\{ C++ source text 66 >0 regex \^using[[:space:]]+(namespace\ )?std(::)?[[:alpha:]]*[[:space:]]*; C++ source text 79 >0 regex \^[[:space:]]*class[[:space:]]+[[:digit:][:alpha:]:_]+[[:space:]]*\\{(.*[\n]*)*\\}(;)?$ C…
|
/freebsd/contrib/flex/src/ |
H A D | scan.l | 143 NAME ([[:alpha:]_][[:alnum:]_-]*) 144 NOT_NAME [^[:alpha:]_*\n]+ 152 CCL_EXPR ("[:"^?[[:alpha:]]+":]") 475 (([a-mo-z]|n[a-np-z])[[:alpha:]\-+]*)|. { 841 "[:alpha:]" BEGIN(CCL); return CCE_ALPHA; 854 "[:^alpha:]" BEGIN(CCL); return CCE_NEG_ALPHA;
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 83 0.6-alpha: Oct 2004: Jelte 86 0.5-alpha: Sept 22 2004: Miek 95 0.4-alpha: Sept 9 2004: Miek 100 0.3-alpha: Sept 6 2004: Miek
|
/freebsd/contrib/tcsh/ |
H A D | host.defs | 269 comment : digital vax or alpha running vms posix 273 machtype: defined(alpha) : "alpha" 513 vendor : defined(alpha) : "dec" 531 vendor : defined(alpha) : "digital" 549 machtype: defined(alpha) : "alpha" 569 vendor : defined(alpha) : "digital" 583 machtype: defined(alpha) : "alpha" 602 vendor : defined(alpha) : "digital" 613 machtype: defined(alpha) : "alpha" 917 comment : Digital's alpha running osf1 [all …]
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | build.info | 19 $MODESASM_alpha=ghash-alpha.S 71 GENERATE[ghash-alpha.S]=asm/ghash-alpha.pl
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 694 const ctype_base::mask ctype_base::alpha; member in ctype_base 934 punct | print, upper | xdigit | print | alpha, in classic_table() 935 upper | xdigit | print | alpha, upper | xdigit | print | alpha, in classic_table() 936 upper | xdigit | print | alpha, upper | xdigit | print | alpha, in classic_table() 937 upper | xdigit | print | alpha, upper | print | alpha, in classic_table() 938 upper | print | alpha, upper | print | alpha, in classic_table() 939 upper | print | alpha, upper | print | alpha, in classic_table() 940 upper | print | alpha, upper | print | alpha, in classic_table() 941 upper | print | alpha, upper | print | alpha, in classic_table() 942 upper | print | alpha, upper | print | alpha, in classic_table() [all …]
|
H A D | regex.cpp | 310 {"alpha", ctype_base::alpha}, 349 r |= ctype_base::alpha;
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_mbox_prop.h | 336 uint32_t alpha; member 339 uint32_t alpha; member 451 struct bcm2835_mbox_tag_alpha_mode alpha; member
|
/freebsd/share/misc/ |
H A D | iso3166 | 477 # change of name, alpha-2 and alpha-3, numeric remains 180 480 # ROMANIA (RO) changed alpha-3 code from ROM to ROU. Numeric remains 642. 485 # MACAO (again). Numeric, alpha-2, and alpha-3 codes remain unchanged. 492 # EAST TIMOR changed alpha-2 code from TP to TL and alpha-3 from TMP to TLS. 502 # YUGOSLAVIA (YU) changed official name, short name, alpha-2, and alpha-3.
|