Home
last modified time | relevance | path

Searched full:alpha (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/freebsd-src/share/doc/papers/relengr/
H A D3.t45 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-src/contrib/xz/src/liblzma/
H A Dvalidate_map.sh19 # RHEL/CentOS 7 shipped with 5.1.2alpha, including the threaded
21 # In 5.1.2alpha these symbols are under XZ_5.1.2alpha in liblzma.map.
23 # releases so newer releases didn't have XZ_5.1.2alpha anymore.
26 # the exported symbols compatible with 5.1.2alpha. After checking
28 # compatible with the threaded encoder functions from 5.1.2alpha
30 # were made between 5.1.2alpha and 5.2.0).
35 # - XZ_5.1.2alpha was added with lzma_stream_encoder_mt and
36 # lzma_stream_encoder_mt_memusage. This matched XZ Utils 5.1.2alpha.
43 # they are listed both here and under XZ_5.1.2alpha.
47 # functions under XZ_5.1.2alpha only. Listing the two functions
[all …]
/freebsd-src/contrib/file/magic/Magdir/
H A Ddigital6 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
[all...]
/freebsd-src/sys/netinet/cc/
H A Dcc_htcp.c86 /* 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 segment in htcp_ack_received()
408 int alpha, diff, now; htcp_recalc_alpha() local
[all...]
H A Dcc_dctcp.c74 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_SHIF in dctcp_cong_signal()
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml24 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 Dtemperature-transducer.yaml26 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-src/share/man/man4/
H A Dcc_vegas.451 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-src/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk101 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-src/contrib/openbsm/
H A DNEWS3 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-src/sys/contrib/device-tree/Bindings/display/
H A Dxylon,logicvc-display.yaml145 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-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d.out5 int alpha = 0x5
8 int alpha = 0x6
16 int alpha = 0x5
19 int alpha = 0x6
H A Dtst.array.d29 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-src/bin/sh/tests/builtins/
H A Dcase8.03 [[:alpha:]_][[:upper:]_][[:alpha:]_]) ;;
8 [[:alpha:][:digit:]]) echo Failed at $LINENO ;;
9 [![:alpha:][:digit:]]) ;;
/freebsd-src/contrib/dialog/
H A Dheaders-sh.in53 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-src/contrib/netbsd-tests/lib/libc/regex/data/
H A Dbracket.in27 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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp150 // developer checkers even in the alpha output. For example, in printCheckerWithDescList()
151 // alpha.cplusplus.IteratorModeling is a modeling checker, hence it's hidden in printCheckerWithDescList()
152 // by default, and users (even when the user is a developer of an alpha in printCheckerWithDescList()
161 if (Checker.FullName.starts_with("alpha")) { in printCheckerWithDescList()
221 // display hidden alpha checker options for in printCheckerOptionList()
222 // -analyzer-checker-option-help-alpha. in printCheckerOptionList()
230 if (Option.DevelopmentStatus == "alpha" || in printCheckerOptionList()
231 Entry.first.starts_with("alpha")) { in printCheckerOptionList()
/freebsd-src/contrib/ntp/sntp/libevent/
H A DMakefile.am44 # 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-src/contrib/libevent/
H A DMakefile.am44 # 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-src/crypto/openssl/test/
H A Dproperty_test.c311 { "alpha", "alpha=yes", 1 },
312 { "alpha=no", "alpha", -1 },
313 { "alpha=1", "alpha=1", 1 },
314 { "alpha=2", "alpha=1",-1 },
315 { "alpha", "omega", -1 },
316 { "alpha", "?omega", 0 },
317 { "alpha", "?omega=1", 0 },
318 { "alpha", "?omega=no", 1 },
319 { "alpha", "?omega=yes", 0 },
320 { "alpha, omega", "?omega=yes", 1 },
[all …]
/freebsd-src/contrib/tcsh/
H A Dhost.defs269 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-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td15 // The Alpha package is for checkers that have too many false positives to be
16 // turned on by default. The hierarchy under Alpha should be organized in the
18 // (For example, a Cocoa-specific checker that is alpha should be in
19 // alpha.osx.cocoa).
20 def Alpha : Package<"alpha">;
25 def CoreAlpha : Package<"core">, ParentPackage<Alpha>;
27 // The OptIn package is for checkers that are not alpha and that would normally
33 // The checker hierarchy under OptIn should mirror that in Alpha: checkers
37 // default. Such checkers belong in the alpha packag
[all...]
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h58 * - s indicates stability: 0 = alpha, 1 = beta, 2 = stable
61 * For example, if 5.1.0alpha has been released, there will never be 5.1.0beta
77 # define LZMA_VERSION_STABILITY_STRING "alpha"
96 * This can be for example "4.999.5alpha", "4.999.8beta", or "5.0.0" (stable
/freebsd-src/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c78 * 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-src/sys/cam/
H A Dcam_iosched.c77 * 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;
669 clp->alpha in cam_iosched_cl_maybe_steer()
302 int alpha; global() member
[all...]

12345678910>>...22