Home
last modified time | relevance | path

Searched +full:pre +full:- (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp1 make: "varmod-sysv.mk" line 215: Unfinished modifier ('=' missing)
7 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%"
[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
13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
16 Expanding "dup-{1,1,1,1,1,1,1}"... dup-1 dup-1 dup-1 dup-1 dup-1 dup-1 dup-1
17-word}}}}}}}}}}"... Expanding "{{{{{{{{{single-word}}}}}}}}}"... Expanding "{{{{{{{{single-word}}}…
18 single-word
19 single-word
[all …]
H A Darchive.mk11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
19 # targets is run in its separate sub-make.
20 @${MAKE} -f ${MAKEFILE} remove-archive
21 @${MAKE} -f ${MAKEFILE} create-archive
22 @${MAKE} -f ${MAKEFILE} list-archive
23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard
24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?"
26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?"
28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member
[all …]
/freebsd/
H A DMAINTAINERS22 maintainer of a sub-system is to check recent logs for that directory or
23 sub-system.
36 -----------------------------
37 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.
[all …]
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_manual.html3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
18 <li><a href="#Chapter8">Streaming compression - HowTo</a></li>
19 <li><a href="#Chapter9">Streaming decompression - HowTo</a></li>
30 <li><a href="#Chapter20">Buffer-less and synchronous inner streaming functions</a></li>
31 <li><a href="#Chapter21">Buffer-less streaming compression (synchronous mode)</a></li>
32 <li><a href="#Chapter22">Buffer-less streaming decompression (synchronous mode)</a></li>
36 <a name="Chapter1"></a><h2>Introduction</h2><pre>
38 real-time compression scenarios at zlib-level and better compression ratios.
39 The zstd compression library provides in-memory compression and decompression
43 which is currently 22. Levels >= 20, labeled `--ultra`, should be used with
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
162 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB()
178 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy()
191 return SrcMIB->getOperand(0).getReg(); in getReg()
242 State.Observer->createdInstr(*InsertedInstr); in recordInsertion()
315 const_cast<const MachineIRBuilder *>(this)->getMBB()); in getMBB()
325 /// \pre MBB must be in getMF().
[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()
42 while (num--) 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()
49 if (obj->key != NULL) { 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()
[all …]
/freebsd/contrib/expat/doc/
H A Dreference.html1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <!--
15 Copyright (c) 2000-2004 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
16 Copyright (c) 2002-2012 Karl Waclawek <karl@waclawek.net>
17 Copyright (c) 2017-2024 Sebastian Pipping <sebastian@pipping.org>
20 Copyright (c) 2021 Nicolas Cavallari <nicolas.cavallari@green-communication
[all...]
/freebsd/contrib/ntp/html/
H A Dparsedata.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
16 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
20 <pre>
25 </pre>
30 <pre>
35 </pre>
37 <pre>
42 </pre>
45 <pre>
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c2 * RSN pre-authentication (supplicant)
3 * Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi>
34 * pmksa_candidate_free - Free all entries in PMKSA candidate list
44 dl_list_for_each_safe(entry, n, &sm->pmksa_candidates, in pmksa_candidate_free()
46 dl_list_del(&entry->list); in pmksa_candidate_free()
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()
70 if (sm->preauth_eapol == NULL || in rsn_preauth_receive()
71 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive()
72 !ether_addr_equal(sm->preauth_bssid, src_addr)) { in rsn_preauth_receive()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dkrb5_fileformats.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
28 The following C-like structure definitions illustrate the MIT keytab file format. All values are in…
29 <div class="fragment"><pre class="fragment"> keytab {
56 </pre></div><p>
67 …ption type is the same as the Kerberos standard (e.g. 3 is des-cbc-md5, 23 is arcfour-hmac-md5, et…
79 <div class="fragment"><pre class="fragment"> Quoted princial (quote character is \) [string]
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,drv260x.txt1 * Texas Instruments - drv260x Haptics driver family
4 - compatible - One of:
5 "ti,drv2604" - DRV2604
6 "ti,drv2605" - DRV2605
7 "ti,drv2605l" - DRV2605L
8 - reg - I2C slave address
9 - vbat-supply - Required supply regulator
10 - mode - Power up mode of the chip (defined in include/dt-bindings/input/ti-drv260x.h)
11 DRV260X_LRA_MODE - Linear Resonance Actuator mode (Piezoelectric)
12 DRV260X_LRA_NO_CAL_MODE - This is a LRA Mode but there is no calibration
[all …]
H A Dti,drv260x.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments - drv260x Haptics driver family
10 - Andrew Davis <afd@ti.com>
15 - ti,drv2604
16 - ti,drv2605
17 - ti,drv2605l
22 vbat-supply:
30 (defined in include/dt-bindings/input/ti-drv260x.h)
[all …]
/freebsd/contrib/atf/atf-c/
H A Derror.c26 #include "atf-c/error.h"
33 #include "atf-c/detail/sanity.h"
41 * This is per-thread information and will break threaded tests, but we
45 /* ---------------------------------------------------------------------
47 * --------------------------------------------------------------------- */
53 PRE(err != NULL); in error_format()
54 snprintf(buf, buflen, "Error '%s'", err->m_type); in error_format()
64 PRE(data != NULL || datalen == 0); in error_init()
65 PRE(datalen != 0 || data == NULL); in error_init()
67 err->m_free = false; in error_init()
[all …]
/freebsd/contrib/lua/doc/
H A Dmanual.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
7 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
22 Copyright &copy; 2020&ndash;2023 Lua.org, PUC-Rio.
35 <!-- ====================================================================== -->
38 <!-- $Id: manual.of $ -->
48 object-oriented programming, functional programming,
49 data-driven programming, and data description.
56 runs by interpreting bytecode with a register-based
73 and as a powerful but lightweight and efficient stand-alone language.
80 (Frequently, this host is the stand-alone <code>lua</code> program.)
[all …]
/freebsd/sys/arm/mv/
H A Dmvwin.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD.
66 #define MV_PCI_PORTS 1 /* 1x PCIE -> worst case */
125 #define MV_WIN_CPU_CTRL_ARMV7(n) (((n) < 8) ? 0x10 * (n) : 0x90 + (0x8 * ((n) - 8)))
126 #define MV_WIN_CPU_BASE_ARMV7(n) ((((n) < 8) ? 0x10 * (n) : 0x90 + (0x8 * ((n) - 8))) + 0x4)
184 #define MV_WIN_CESA_ATTR_ARMADA38X(eng_sel) (0x11 | (1 << (3 - (eng_sel))))
228 #define MV_WIN_PCIE_MEM_ATTR_ARMADA38X(n) ((n) < 2 ? 0xE8 : (0xD8 - (((n) % 2) * 0x20)))
229 #define MV_WIN_PCIE_IO_ATTR_ARMADA38X(n) ((n) < 2 ? 0xE0 : (0xD0 - (((n) % 2) * 0x20)))
306 #define WIN_REG_IDX_RD(pre,reg,off,base) \ argument
[all …]
/freebsd/contrib/sendmail/libsm/
H A Ddebug.html11 <br> $Id: debug.html,v 1.9 2002-02-02 16:50:56 ca Exp $
21 Sendmail 8.11 and earlier has a <tt>-d</tt> option which
35 In sendmail 8.12, the <tt>-d</tt> flag is generalized
39 "-dANSI" is implemented using a libsm named debug category.
45 <tt> -dANSI </tt>
49 <tt> -dfoo_*.3 </tt>
53 <tt> -d0-99.1 </tt>
57 <tt> -dANSI,foo_*.3,0-99.1 </tt>
64 <pre>
81 SM_DEBUG_T dbg = SM_DEBUG_INITIALIZER("name", "@(#)$Debug: name - description $");
[all …]
H A Dexc.html11 <br> $Id: exc.html,v 1.13 2006-06-20 17:18:16 ca Exp $
52 <pre>
157 </pre>
188 <blockquote><pre>
190 if (fd == -1)
192 </pre></blockquote>
205 <blockquote><pre>
207 </pre></blockquote>
211 <blockquote><pre>
213 </pre></blockquote>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm7250b.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/spmi/spmi.h>
11 thermal-zones {
12 pm7250b-thermal {
13 polling-delay-passive = <100>;
15 thermal-sensors = <&pm7250b_temp>;
42 compatible = "qcom,pm7250b", "qcom,spmi-pmic";
44 #address-cells = <1>;
[all …]
H A Dpm8950.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
8 #include <dt-bindings/iio/qcom,spmi-vadc.h>
9 #include <dt-bindings/input/linux-event-codes.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
12 #include <dt-bindings/spmi/spmi.h>
16 compatible = "qcom,pm8950", "qcom,spmi-pmic";
18 #address-cells = <1>;
19 #size-cells = <0>;
22 compatible = "qcom,pm8916-pon";
[all …]
H A Dpmp8074.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
3 #include <dt-bindings/spmi/spmi.h>
4 #include <dt-bindings/iio/qcom,spmi-vadc.h>
8 compatible = "qcom,pmp8074", "qcom,spmi-pmi
[all...]
H A Dpm660.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
10 #include <dt-bindings/thermal/thermal.h>
13 thermal-zones {
14 pm660-thermal {
15 polling-delay-passive = <250>;
17 thermal-sensors = <&pm660_temp>;
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c2 * Copyright 2010-2021 The OpenSSL Project Authors. All Rights Reserved.
17 * http://www.apache.org/licenses/LICENSE-2.0
33 * A 64-bit implementation of the NIST P-224 elliptic curve point multiplication
36 * and Adam Langley's public domain 64-bit C implementation of curve25519
49 # error "Your compiler doesn't appear to support 128-bit integer types"
56 /*-
60 * using 64-bit coefficients called 'limbs',
63 * using 128-bit coefficients called 'widelimbs'.
64 * A 4-limb representation is an 'felem';
65 * a 7-widelimb representation is a 'widefelem'.
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c2 * hostapd - Authenticator for IEEE 802.11i RSN pre-authentication
3 * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>
27 #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */
45 struct hostapd_data *hapd = piface->hapd; in rsn_preauth_receive()
50 wpa_printf(MSG_DEBUG, "RSN: receive pre-auth packet " in rsn_preauth_receive()
51 "from interface '%s'", piface->ifname); in rsn_preauth_receive()
53 wpa_printf(MSG_DEBUG, "RSN: too short pre-auth packet " in rsn_preauth_receive()
61 if (!ether_addr_equal(ethhdr->h_dest, hapd->own_addr)) { in rsn_preauth_receive()
62 wpa_printf(MSG_DEBUG, "RSN: pre-auth for foreign address " in rsn_preauth_receive()
63 MACSTR, MAC2STR(ethhdr->h_dest)); in rsn_preauth_receive()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt1 Qualcomm Switch-Mode Battery Charger and Boost
4 - compatible:
8 - "qcom,pm8941-charger"
10 - reg:
12 Value type: <prop-encoded-array>
15 - interrupts:
17 Value type: <prop-encoded-array>
21 - charge done
22 - charge fast mode
23 - charge trickle mode
[all …]

12345678910>>...42