Home
last modified time | relevance | path

Searched full:pre (Results 1 – 25 of 2285) sorted by relevance

12345678910>>...92

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp7 pre-middle-suffix = "pre-middle-suffix"
11 pre-middle-suffix =NS "pre-middle-suffixNS"
15 pre-middle-suffix =% "pre-middle-suffix%"
19 pre-middle-suffix =%NS "pre-middle-suffix%NS"
23 pre-middle-suffix =NPre% "pre-middle-suffixNPre%"
27 pre-middle-suffix =NPre%NS "pre-middle-suffixNPre%NS"
31 pre-middle-suffix ffix= "pre-middle-su"
35 pre-middle-suffix ffix=NS "pre-middle-suNS"
39 pre-middle-suffix ffix=% "pre-middle-su%"
43 pre-middle-suffix ffix=%NS "pre-middle-su%NS"
[all …]
H A Ddir.exp10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
35 : pre-patch
36 : pre-configure
H A Darchive.mk38 create-archive: ${ARCHIVE} pre post
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
48 list-archive: ${ARCHIVE} pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
60 # expect+1: Error in source archive spec "libprog.a${UNDEF}(archive.mk) pre post"
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
78 remove-archive: pre post
[all …]
/freebsd/
H A DMAINTAINERS37 aio(4) asomers Pre-commit review requested.
38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org
39 contrib/atf ngie,#test Pre-commit review requested.
40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested.
41 contrib/googletest ngie,#test Pre-commit review requested.
42 sbin/ipf cy Pre-commit review requested.
43 contrib/libcxxrt dim,emaste Pre-commit review preferred.
44 contrib/llvm-project/compiler-rt dim Pre-commit review preferred.
45 contrib/llvm-project/libcxx dim Pre-commit review preferred.
46 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
[all …]
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_manual.html36 <a name="Chapter1"></a><h2>Introduction</h2><pre>
65 <BR></pre>
67 <a name="Chapter2"></a><h2>Version</h2><pre></pre>
69 <pre><b>unsigned ZSTD_versionNumber(void);
71 </p></pre><BR>
73 <pre><b>const char* ZSTD_versionString(void);
75 </p></pre><BR>
77 <a name="Chapter3"></a><h2>Simple API</h2><pre></pre>
79 <pre><b>size_t ZSTD_compress( void* dst, size_t dstCapacity,
86 </p></pre><BR>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h325 /// \pre MBB must be in getMF().
326 /// \pre II must be a valid iterator in MBB.
344 /// \pre \p MBB must be contained by getMF().
353 /// \pre MI must be in getMF().
364 /// \pre MI must be in getMF().
403 /// \pre setBasicBlock or setMI must have been called.
412 /// \pre setMF, setBasicBlock or setMI must have been called.
452 /// \pre setBasicBlock or setMI must have been called.
453 /// \pre \p Res must be a generic virtual register with pointer type.
464 /// \pre setBasicBlock or setMI must have been called.
[all …]
/freebsd/contrib/libucl/utils/
H A Dobjdump.c37 char *pre = (char *) malloc (num * sizeof(char)); in ucl_obj_dump() local
41 pre[--num] = 0x00; in ucl_obj_dump()
43 pre[num] = 0x20; in ucl_obj_dump()
48 printf ("%sucl object address: %p\n", pre + 4, obj); in ucl_obj_dump()
50 printf ("%skey: \"%s\"\n", pre, ucl_object_key (obj)); in ucl_obj_dump()
52 printf ("%sref: %u\n", pre, obj->ref); in ucl_obj_dump()
53 printf ("%slen: %u\n", pre, obj->len); in ucl_obj_dump()
54 printf ("%sprev: %p\n", pre, obj->prev); in ucl_obj_dump()
55 printf ("%snext: %p\n", pre, obj->next); in ucl_obj_dump()
57 printf ("%stype: UCL_OBJECT\n", pre); in ucl_obj_dump()
[all …]
/freebsd/contrib/expat/doc/
H A Dreference.html241 <pre class="eg">
260 </pre>
264 <pre class="eg">
269 </pre>
289 <pre class="eg">
301 </pre>
326 contains the "expat.h" include file and a pre-built DLL.</p>
337 <pre class="eg">
341 </pre>
356 <h3>Configuring Expat Using the Pre
[all...]
/freebsd/contrib/ntp/html/
H A Dparsedata.html20 <pre>
25 </pre>
30 <pre>
35 </pre>
37 <pre>
42 </pre>
45 <pre>
68 </pre>
70 <pre>
90 </pre>
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dkrb5_fileformats.html29 <div class="fragment"><pre class="fragment"> keytab {
56 </pre></div><p>
79 <div class="fragment"><pre class="fragment"> Quoted princial (quote character is \) [string]
91 </pre></div><p>
95 <div class="fragment"><pre class="fragment"> fred\@CODE.COM 27:1:16:e8b4c8fc7e60b9e641dcf4cff3f08a7…
96 </pre></div><p>
101 <div class="fragment"><pre class="fragment"> kvno:[masterkvno:keytype:keydata:salt]{zero or more se…
102 </pre></div><p>
107 <div class="fragment"><pre class="fragment"> salt-type /
110 </pre></div><p>
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c2 * RSN pre-authentication (supplicant)
67 wpa_printf(MSG_DEBUG, "RX pre-auth from " MACSTR, MAC2STR(src_addr)); in rsn_preauth_receive()
68 wpa_hexdump(MSG_MSGDUMP, "RX pre-auth", buf, len); in rsn_preauth_receive()
73 wpa_printf(MSG_WARNING, "RSN pre-auth frame received from " in rsn_preauth_receive()
104 wpa_hexdump_key(MSG_DEBUG, "RSN: PMK from pre-auth", in rsn_preauth_eapol_cb()
115 "pre-auth EAPOL state machines"); in rsn_preauth_eapol_cb()
120 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with " in rsn_preauth_eapol_cb()
134 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with " in rsn_preauth_timeout()
168 * rsn_preauth_init - Start new RSN pre-authentication
172 * Returns: 0 on success, -1 on another pre-authentication is in progress,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,drv260x.txt16 - library-sel - These are ROM based waveforms pre-programmed into the IC.
19 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
20 DRV260X_ERM_LIB_A - Pre-programmed Library
21 DRV260X_ERM_LIB_B - Pre-programmed Library
22 DRV260X_ERM_LIB_C - Pre-programmed Library
23 DRV260X_ERM_LIB_D - Pre-programmed Library
24 DRV260X_ERM_LIB_E - Pre-programmed Library
25 DRV260X_ERM_LIB_F - Pre-programmed Library
26 DRV260X_LIB_LRA - Pre-programmed LRA Library
H A Dti,drv260x.yaml46 These are ROM based waveforms pre-programmed into the IC.
50 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
51 DRV260X_ERM_LIB_A - Pre-programmed Library
52 DRV260X_ERM_LIB_B - Pre-programmed Library
53 DRV260X_ERM_LIB_C - Pre-programmed Library
54 DRV260X_ERM_LIB_D - Pre-programmed Library
55 DRV260X_ERM_LIB_E - Pre-programmed Library
56 DRV260X_ERM_LIB_F - Pre-programmed Library
57 DRV260X_LIB_LRA - Pre-programmed LRA Library
/freebsd/contrib/atf/atf-c/
H A Derror.c53 PRE(err != NULL); in error_format()
64 PRE(data != NULL || datalen == 0); in error_init()
65 PRE(datalen != 0 || data == NULL); in error_init()
95 PRE(!error_on_flight); in atf_error_new()
96 PRE(data != NULL || datalen == 0); in atf_error_new()
97 PRE(datalen != 0 || data == NULL); in atf_error_new()
122 PRE(error_on_flight); in atf_error_free()
123 PRE(err != NULL); in atf_error_free()
151 PRE(err != NULL); in atf_error_is()
159 PRE(err != NULL); in atf_error_data()
[all …]
/freebsd/sys/arm/mv/
H A Dmvwin.h306 #define WIN_REG_IDX_RD(pre,reg,off,base) \ argument
308 pre ## _ ## reg ## _read(int i) \
313 #define WIN_REG_IDX_RD2(pre,reg,off,base) \ argument
315 pre ## _ ## reg ## _read(int i, int j) \
320 #define WIN_REG_BASE_IDX_RD(pre,reg,off) \ argument
322 pre ## _ ## reg ## _read(uint32_t base, int i) \
327 #define WIN_REG_BASE_IDX_RD2(pre,reg,off) \ argument
329 pre ## _ ## reg ## _read(uint32_t base, int i, int j) \
334 #define WIN_REG_IDX_WR(pre,reg,off,base) \ argument
336 pre ## _ ## reg ## _write(int i, uint32_t val) \
[all …]
/freebsd/contrib/lua/doc/
H A Dmanual.html1143 <pre>
1162 </pre><p>
1165 <pre>
1174 </pre>
1240 <pre>
1245 </pre>
1260 <pre>
1266 </pre>
1351 <pre>
1360 </pre>
[all …]
/freebsd/contrib/sendmail/libsm/
H A Ddebug.html64 <pre>
86 </pre>
138 <blockquote><pre>
141 </pre></blockquote>
147 <blockquote><pre>
149 </pre></blockquote>
151 <blockquote><pre>
153 </pre></blockquote>
201 <blockquote><pre>
203 </pre></blockquote>
[all …]
H A Dexc.html52 <pre>
157 </pre>
188 <blockquote><pre>
192 </pre></blockquote>
205 <blockquote><pre>
207 </pre></blockquote>
211 <blockquote><pre>
213 </pre></blockquote>
228 <blockquote><pre>
232 </pre></blockquote>
[all …]
H A Dindex.html88 <blockquote><pre>
93 </pre></blockquote>
104 <blockquote><pre>
106 </pre></blockquote>
110 <blockquote><pre>
112 </pre></blockquote>
116 <blockquote><pre>
118 </pre></blockquote>
129 <blockquote><pre>
131 </pre></blockquote>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm7250b.dtsi112 qcom,pre-scaling = <1 1>;
118 qcom,pre-scaling = <1 1>;
124 qcom,pre-scaling = <1 1>;
130 qcom,pre-scaling = <1 1>;
136 qcom,pre-scaling = <1 16>;
142 qcom,pre-scaling = <1 1>;
149 qcom,pre-scaling = <1 1>;
155 qcom,pre-scaling = <1 6>;
162 qcom,pre-scaling = <1 1>;
169 qcom,pre-scaling = <1 3>;
[all …]
H A Dpm8950.dtsi63 qcom,pre-scaling = <1 1>;
69 qcom,pre-scaling = <1 1>;
75 qcom,pre-scaling = <1 1>;
81 qcom,pre-scaling = <1 1>;
87 qcom,pre-scaling = <1 1>;
93 qcom,pre-scaling = <1 1>;
109 qcom,pre-scaling = <1 1>;
117 qcom,pre-scaling = <1 1>;
125 qcom,pre-scaling = <1 1>;
133 qcom,pre-scaling = <1 1>;
[all …]
H A Dpmp8074.dtsi23 qcom,pre-scaling = <1 1>;
29 qcom,pre-scaling = <1 1>;
35 qcom,pre-scaling = <1 1>;
41 qcom,pre-scaling = <1 1>;
49 qcom,pre-scaling = <1 1>;
57 qcom,pre-scaling = <1 1>;
65 qcom,pre-scaling = <1 1>;
73 qcom,pre-scaling = <1 1>;
79 qcom,pre-scaling = <1 3>;
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1429 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_points_mul() local
1444 pre = group->pre_comp.nistp224; in ossl_ec_GFp_nistp224_points_mul()
1445 if (pre) in ossl_ec_GFp_nistp224_points_mul()
1447 g_pre_comp = (const felem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp224_points_mul()
1612 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_precompute_mult() local
1646 if ((pre = nistp224_pre_comp_new()) == NULL) in ossl_ec_GFp_nistp224_precompute_mult()
1652 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp224_precompute_mult()
1655 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], group->generator->X)) || in ossl_ec_GFp_nistp224_precompute_mult()
1656 (!BN_to_felem(pre->g_pre_comp[0][1][1], group->generator->Y)) || in ossl_ec_GFp_nistp224_precompute_mult()
1657 (!BN_to_felem(pre->g_pre_comp[0][1][2], group->generator->Z))) in ossl_ec_GFp_nistp224_precompute_mult()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c2 * hostapd - Authenticator for IEEE 802.11i RSN pre-authentication
27 #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */
50 wpa_printf(MSG_DEBUG, "RSN: receive pre-auth packet " in rsn_preauth_receive()
53 wpa_printf(MSG_DEBUG, "RSN: too short pre-auth packet " in rsn_preauth_receive()
62 wpa_printf(MSG_DEBUG, "RSN: pre-auth for foreign address " in rsn_preauth_receive()
69 wpa_printf(MSG_DEBUG, "RSN: pre-auth for already association " in rsn_preauth_receive()
101 wpa_printf(MSG_DEBUG, "RSN pre-auth interface '%s'", ifname); in rsn_preauth_iface_add()
189 wpa_printf(MSG_DEBUG, "RSN: Removing pre-authentication STA entry for " in rsn_preauth_finished_cb()
201 HOSTAPD_LEVEL_INFO, "pre-authentication %s", in rsn_preauth_finished()
214 "added PMKSA cache entry (pre-auth)"); in rsn_preauth_finished()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt44 Usage: optional (default: 1A, or pre-configured value)
49 Usage: optional (default: 3.2V, or pre-configured value)
56 Usage: optional (default: 4.2V, or pre-configured value)
63 Usage: optional (default: 4.2V, or pre-configured value)
65 Description: Maximum safe battery voltage; May be pre-set by bootloader, in
70 Usage: optional (default: 1A, or pre-configured value)
72 Description: Maximum safe battery charge current; May pre-set by bootloader,
77 Usage: optional (default: 4.1V, or pre-configured value)
84 Usage: optional (default: 4.3V, or pre-configured value)
89 Usage: optional (default: 100mA, or pre-configured value)

12345678910>>...92