/freebsd/share/doc/papers/relengr/ |
H A D | 3.t | 45 are released in three steps: alpha, beta, and final. 46 Alpha and beta releases are not true distributions\(emthey 48 Alpha releases are normally available to only a few sites, 54 For example, \*(b3 alpha was distributed to about fifteen 57 Alpha Distribution Development 59 The first step in creating an alpha distribution is to evaluate the 78 During the period that the alpha distribution is being created, 131 stable for some period of time, an alpha distribution tape is made 135 The alpha distribution is sent out to a small set of test sites. 145 After the alpha tape is created, [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | digital | 6 0 string =!<arch>\n________64E Alpha archive 11 >24 leshort 0410 COFF format alpha pure 12 >24 leshort 0413 COFF format alpha demand paged 25 >24 leshort 0407 COFF format alpha object 31 # Alpha COFF object file or executable 35 # can be created by LINK.EXE /MACHINE:ALPHA /ROM 52 0 string Core\001 Alpha COFF format core dump (Digital UNIX) 54 0 string Core\002 Alpha COFF format core dump (Digital UNIX) 59 0 leshort 0x188 Alpha compressed COFF 60 0 leshort 0x18f Alpha u-code object [all …]
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 86 /* RTT_ref (ms) used in the calculation of alpha if RTT scaling is enabled. */ 94 * value of alpha, based on the function defined in the HTCP spec. 108 * The "16" value is the "1" term in the alpha function shifted up by 111 * The "160" value is the "10" multiplier in the alpha function multiplied by 120 * different tick timers, which we have to adjust for in the alpha calculation 155 int alpha; member 169 * htcp_recalc_alpha() before alpha will stop increasing due to overflow. 215 * or a congestion event (when alpha equals 1). in htcp_ack_received() 217 if (htcp_data->alpha == 1 || in htcp_ack_received() 222 /* Increment cwnd by alpha segments. */ in htcp_ack_received() [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() 216 * When alpha is set to 0 in the beginning, DCTCP sender transfers as in dctcp_cb_init() 218 * queueing delay at the switch. When alpha is set to 1, queueing delay in dctcp_cb_init() 220 * Throughput-sensitive applications should have alpha = 0 in dctcp_cb_init() 221 * Latency-sensitive applications should have alpha = 1 in dctcp_cb_init() 223 * Note: DCTCP draft suggests initial alpha to be 1 but we've decided to in dctcp_cb_init() 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() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | temperature-sense-rtd.yaml | 24 R(T) = r0 * (1 + alpha * T) 25 T = 1 / (alpha * r0 * iexc) * (V - r0 * iexc) 62 alpha-ppm-per-celsius: 64 alpha can also be expressed in micro-ohms per ohm Celsius. It's a linear 68 alpha = (R_100 - R_0) / (100 * R_0) 74 Pure platinum has an alpha of 3925. Industry standards such as IEC60751 75 and ASTM E-1137 specify an alpha of 3850. 87 - alpha-ppm-per-celsius 98 alpha-ppm-per-celsius = <3908>;
|
H A D | temperature-transducer.yaml | 26 T = (Isense(T) / alpha) + offset 27 T = 1 / (Rsense * alpha) * (V + offset * Rsense * alpha) 78 alpha-ppm-per-celsius: 82 alpha is expressed in parts per million which can be micro-amps per 92 - alpha-ppm-per-celsius 103 alpha-ppm-per-celsius = <1>; /* 1 uA/K */ 112 alpha-ppm-per-celsius = <4000>; /* 4 mV/K */
|
/freebsd/share/man/man4/ |
H A D | cc_vegas.4 | 51 The algorithm aims to keep diff between two parameters alpha and beta, such 55 alpha < diff < beta 60 If diff < alpha, then cwnd is incremented by one packet. 61 Alpha and beta govern the amount of buffering along the path. 81 .Bl -tag -width ".Va alpha" 82 .It Va alpha 83 Query or set the Vegas alpha parameter as a number of buffers on the path. 84 When setting alpha, the value must satisfy: 0 < alpha < beta. 88 When setting beta, the value must satisfy: 0 < alpha < beta.
|
/freebsd/crypto/openssl/include/internal/ |
H A D | list.h | 64 type *alpha, *omega; \ 93 assert(list->alpha == NULL \ 94 || list->alpha->ossl_list_ ## name.list == list); \ 95 return list->alpha; \ 125 if (list->alpha == elem) \ 126 list->alpha = elem->ossl_list_ ## name.next; \ 144 if (list->alpha != NULL) \ 145 list->alpha->ossl_list_ ## name.prev = elem; \ 146 elem->ossl_list_ ## name.next = list->alpha; \ 148 list->alpha = elem; \ [all …]
|
/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/contrib/openbsm/ |
H A D | NEWS | 3 OpenBSM 1.2 alpha 5 18 OpenBSM 1.2 alpha 4 26 move to autotools in OpenBSM 1.0 Alpha 5. 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 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | xylon,logicvc-display.yaml | 145 xylon,layer-alpha-mode: 147 # Alpha is configured layer-wide (C_LAYER_X_ALPHA_MODE == 0) 149 # Alpha is configured per-pixel (C_LAYER_X_ALPHA_MODE == 1) 151 description: Alpha mode for the layer (C_LAYER_X_ALPHA_MODE). 177 - xylon,layer-alpha-mode 248 xylon,layer-alpha-mode = "layer"; 258 xylon,layer-alpha-mode = "layer"; 267 xylon,layer-alpha-mode = "layer"; 276 xylon,layer-alpha-mode = "layer"; 285 xylon,layer-alpha-mode = "layer";
|
/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;
|
/freebsd/contrib/dialog/ |
H A D | headers-sh.in | 53 alpha=abcdefghijklmnopqrstuvwxyz 54 ALPHA=ABCDEFGHIJKLMNOPQRSTUVWXYZ 56 alnum=_${DIGIT}${alpha} 57 ALNUM=_${DIGIT}${ALPHA} 58 MIXED=_${DIGIT}${ALPHA}${alpha} 60 pkgname=`echo "$PKGNAME" | tr "$ALPHA" "$alpha"`
|
/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/crypto/krb5/src/plugins/kdb/db2/libdb2/ |
H A D | CHANGELOG.db2 | 1 db2-alpha.0 -> db2-alpha.1 2 This fixes a number of bugs in the alpha release. 7 1.86 -> db2-alpha.0 61 all: Finish up the port to the Alpha. 68 all: First cut at port to Alpha (64-bit architecture) using
|
/freebsd/contrib/xz/src/liblzma/api/lzma/ |
H A D | bcj.h | 120 * \since 5.7.1alpha 130 * \since 5.7.1alpha 151 * \since 5.7.1alpha 161 * \since 5.7.1alpha 182 * \since 5.7.1alpha 192 * \since 5.7.1alpha
|
/freebsd/crypto/openssl/test/ |
H A D | property_test.c | 340 { "alpha", "alpha=yes", 1 }, 341 { "alpha=no", "alpha", -1 }, 342 { "alpha=1", "alpha=1", 1 }, 343 { "alpha=2", "alpha=1",-1 }, 344 { "alpha", "omega", -1 }, 345 { "alpha", "?omega", 0 }, 346 { "alpha", "?omega=1", 0 }, 347 { "alpha", "?omega=no", 1 }, 348 { "alpha", "?omega=yes", 0 }, 349 { "alpha, omega", "?omega=yes", 1 }, [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Makefile.am | 44 # 2.0.1-alpha -- 2.0 1:0:0 45 # 2.0.2-alpha -- 2:0:0 46 # 2.0.3-alpha -- 2:0:0 (should have incremented; didn't.) 47 # 2.0.4-alpha -- 3:0:0 67 # 2.1.1-alpha -- 2.1 1:0:0 68 # 2.1.2-alpha -- 2.1 1:0:0 (should have been 2:0:1) 69 # 2.1.3-alpha -- 2.1 3:0:0 (ABI changed slightly) 70 # 2.1.4-alpha -- 2.1 4:0:0 (ABI changed slightly)
|
/freebsd/contrib/libevent/ |
H A D | Makefile.am | 44 # 2.0.1-alpha -- 2.0 1:0:0 45 # 2.0.2-alpha -- 2:0:0 46 # 2.0.3-alpha -- 2:0:0 (should have incremented; didn't.) 47 # 2.0.4-alpha -- 3:0:0 67 # 2.1.1-alpha -- 2.1 1:0:0 68 # 2.1.2-alpha -- 2.1 1:0:0 (should have been 2:0:1) 69 # 2.1.3-alpha -- 2.1 3:0:0 (ABI changed slightly) 70 # 2.1.4-alpha -- 2.1 4:0:0 (ABI changed slightly)
|
/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/libecc/src/examples/sig/kcdsa/ |
H A D | kcdsa.c | 135 /* alpha is the bit length of p, beta is the bit length of q */ in kcdsa_sign() 136 bitcnt_t alpha, beta; in kcdsa_sign() local 181 /* Let alpha be the bit length of p */ in kcdsa_sign() 182 ret = nn_bitlen(p, &alpha); EG(ret, err); in kcdsa_sign() 229 /* Compute I2BS(alpha, pi) in kcdsa_sign() 231 MUST_HAVE((sizeof(pi_buf) >= (u16)BYTECEIL(alpha)), ret, err); in kcdsa_sign() 232 ret = _i2osp(pi, pi_buf, (u16)BYTECEIL(alpha)); EG(ret, err); in kcdsa_sign() 236 /* r = h(I2BS(alpha, pi)) */ in kcdsa_sign() 238 ret = gen_hash_update(&hash_ctx, pi_buf, (u16)BYTECEIL(alpha), kcdsa_hash); EG(ret, err); in kcdsa_sign() 242 MUST_HAVE((block_size <= (u16)BYTECEIL(alpha)), ret, err); in kcdsa_sign() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.c | 78 * max_ecnth=0.1, alpha=0.125, beta=1.25, 91 if (!strcmp(oidp->oid_name,"alpha")) in pie_sysctl_alpha_beta_handler() 92 value = pie_sysctl.alpha; in pie_sysctl_alpha_beta_handler() 103 if (!strcmp(oidp->oid_name,"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, 189 "PIE alpha scaled by 1000"); 224 p = (int64_t)pprms->alpha * in calculate_drop_prob() 713 * 3- max_ecnth, 4- alpha, 5- beta, 6- flags in aqm_pie_config() 736 pcfg->alpha = pie_sysctl.alpha; in aqm_pie_config() [all …]
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 77 * For an EMA, with an alpha of alpha, we know 78 * alpha = 2 / (N + 1) 80 * N = 1 + (2 / alpha) 85 * alpha_bits = -log_2(alpha) 86 * alpha = 2^-alpha_bits 94 * Note: See computation of EMA and EMVAR for acceptable ranges of alpha. 99 "Bits in EMA's alpha."); 307 int alpha; member 669 clp->alpha = 20; /* Alpha == gain. 20 = .2 */ in cam_iosched_cl_init() 711 * is why we use a relatively low alpha of between .1 and .25 to in cam_iosched_cl_maybe_steer() [all …]
|