| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOutliner.h | 1 //===---- MachineOutliner.h - Outliner data structures ----- [all...] |
| /freebsd/crypto/openssl/Configurations/ |
| H A D | 50-djgpp.conf | 2 # and rely entirely on the OpenSSL community to help is fine 3 # tune and test. 9 CFLAGS => "-fomit-frame-pointer -O2 -Wall", 10 cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN", 12 lflags => add("-L/dev/env/WATT_ROOT/lib"), 13 ex_libs => add("-lwatt"),
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | nvidia,tegra20-mc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/nvidia,tegra20-mc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Osipenko <digetx@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 12 - Thierry Reding <thierry.reding@gmail.com> 18 has a configurable arbitration algorithm to allow the user to fine-tune 27 const: nvidia,tegra20-mc-gart 31 - description: controller registers [all …]
|
| /freebsd/contrib/jemalloc/ |
| H A D | TUNING.md | 1 This document summarizes the common approaches for performance fine tuning with 3 reasonably well in practice, and most applications should not have to tune any 8 by a few percent, or make favorable trade-offs. 42 operating system, and therefore provides a fairly straightforward trade-off 47 Suggested: tune the values based on the desired trade-offs. 90 * Extremely conservative -- minimize memory usage at all costs, only suitable when 118 case for performance purpose is to utilize huge pages -- for example, 123 * [Explicit thread-to-arena
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | rtadvd | 26 # You may want to fine-tune /etc/rtadvd.conf. 30 # security policy by -R option. 62 # rtadvd -R "in ipsec ah/transport/fec0:0:0:1::1-fec0:0:0:10::1/require" ${ipv6_network_interfaces} 65 # rtadvd -R "in ipsec ah/transport/ff05::2-fec0:0:0:10::1/require" ${ipv6_network_interfaces}
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | ti,cdce925.txt | 6 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 15 - compatible: Shall be one of the following: 16 - "ti,cdce913": 1-PLL, 3 Outputs 17 - "ti,cdce925": 2-PLL, 5 Outputs 18 - "ti,cdce937": 3-PLL, 7 Outputs 19 - "ti,cdce949": 4-PLL, 9 Outputs 20 - reg: I2C device address. 21 - clocks: Points to a fixed parent clock that provides the input frequency. 22 - #clock-cells: From common clock bindings: Shall be 1. 25 - xtal-load-pf: Crystal load-capacitor value to fine-tune performance on a [all …]
|
| H A D | ti,cdce925.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | st,stm32-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 STM32 ADC is a successive approximation analog-to-digital converter. 13 stored in a left-aligned or right-aligned 32-bit data register. 17 voltage goes beyond the user-defined, higher or lower thresholds. 22 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 27 - st,stm32f4-adc-core 28 - st,stm32h7-adc-core [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | skein.h | 1 // SPDX-License-Identifier: LicenseRef-OpenZFS-ThirdParty-PublicDomain 7 * The following compile-time switches may be defined to control some 12 * SKEIN_DEBUG -- make callouts from inside Skein code 16 * SKEIN_ERR_CHECK -- how error checking is handled inside Skein 70 typedef struct { /* 256-bit Skein hash context structure */ 73 /* partial block buffer (8-byte aligned) */ 77 typedef struct { /* 512-bit Skein hash context structure */ 80 /* partial block buffer (8-byte aligned) */ 84 typedef struct { /* 1024-bit Skein hash context structure */ 87 /* partial block buffer (8-byte aligned) */ [all …]
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | fs.h | 1 /*- 7 /*- 8 * SPDX-License-Identifier: BSD-3-Clause 46 * A file system is described by its super-block, which in turn 47 * describes the cylinder groups. The super-block is critical 50 * super-block data does not change, so the copies need not be 54 * The byte-offset forms are preferred, as they don't imply a sector size. 79 * Grigoriy Orlov <gluk@ptci.ru> has done some extensive work to fine 80 * tune the layout preferences for directories within a filesystem. 102 #define fsbtodb(fs, b) ((daddr_t)(b) << (fs)->e2fs_fsbtodb) [all …]
|
| /freebsd/sys/contrib/v4l/ |
| H A D | videodev.h | 26 #define VID_TYPE_TUNER 2 /* Can tune */ 157 #define VIDEO_CLIP_BITMAP -1 182 unsigned int frame; /* Frame (0 - n) for double buffer */ 202 #define VIDEO_NO_UNIT (-1) 258 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */ 263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip… 265 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */ 266 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts… 285 #define BASE_VIDIOCPRIVATE 192 /* 192-255 are private */ 300 /* p2: GENLOCK FINE DELAY value */ [all …]
|
| /freebsd/share/man/man8/ |
| H A D | nanobsd.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 37 .Op Fl c Ar config-file 51 .Bl -tag -width ".Fl c Ar config-file" -offset indent 56 .It Fl c Ar config-file 78 stage and adds -DNO_CLEAN to the make command line 98 .Cm native-xtools . 105 .Bl -bullet -offset indent -compact 123 Everything is read-only at run-time. 124 It is safe to pull the power-plug. 127 after a non-graceful shutdown of the system. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | |
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | store.h | 2 * Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved. 28 /*- 30 * ------------------------------ 67 * Control / fine tune the OSSL_STORE channel. |cmd| determines what is to be 147 /*- 149 * --------------------------------------------------------------- 208 /*- 210 * ----------------------------------------------------------------------- 257 /*- 259 * --------------------------------------------------- [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86RegisterBankInfo.cpp | 1 //===- X86RegisterBankInfo.cpp -----------------------------------*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 44 "GPRs should hold up to 64-bit"); in X86RegisterBankInfo() 107 // No. Check if we have a copy-like instruction. If we do, then we could in hasFPConstraints() 170 const X86Subtarget *ST = &MF->getSubtarget<X86Subtarget>(); in getPartialMappingIdx() 171 bool HasSSE1 = ST->hasSSE1(); in getPartialMappingIdx() 172 bool HasSSE2 = ST->hasSSE2(); in getPartialMappingIdx() 250 if (!Mapping->isValid()) in getInstrValueMapping() [all …]
|
| /freebsd/sbin/mount_nfs/ |
| H A D | mount_nfs.8 | 71 For non-critical file systems, the 88 .Bl -tag -width indent 97 .Bl -tag -width indent 109 The default values are 3 -> 60 seconds 110 for regular files, and 30 -> 60 seconds for directories. 119 to specify that all operations should use the host-based initiator 139 such as cross-mounted servers (each of two servers is an NFS client of 155 .It Cm gssname Ns = Ns Aq Ar service-principal-name 158 .Dq "service-principal-name" 159 of a host-based entry in the default [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 1 //===- ExprClassification.cpp - Expression AST Node Implementation --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 38 assert(!TR->isReferenceType() && "Expressions can't have reference type."); in ClassifyImpl() 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl() 50 else if (TR->isVoidType() && !TR.hasQualifiers()) in ClassifyImpl() 84 if (T->isRecordType()) in ClassifyTemporary() 86 if (T->isArrayType()) in ClassifyTemporary() 99 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue; in ClassifyExprValueKind() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | soc.c | 1 // SPDX-License-Identifier: ISC 175 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type() 176 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type() 179 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type() 187 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 189 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset() 193 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 204 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup() 212 return -EINVAL; in mt7986_wmac_gpio_setup() 217 return -EINVAL; in mt7986_wmac_gpio_setup() [all …]
|
| /freebsd/share/doc/usd/12.vi/viapwh/ |
| H A D | vi.apwh.ms | 72 \fB<character [-character]>\fR means that the character or 76 the \fBescape\fR key is to be typed. \fB<a-z>\fR means that a 130 semi-automatically done when you log in. 138 tset \-s \-d 2621 > tset$$ 146 type from an on-line list. 156 semi-automatically done when you log in. 164 tset \-s \-d 2621 > tset$$ 172 is simpler, just add the line ``tset \-d 2621'' 177 type from an on-line list. 214 or the middle of a multi-keystroke command, it may [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 1 //===--- CommonArgs.cpp - Args handling for multiple toolchains -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 50 #include "llvm/Config/llvm-config.h" 176 // True if a target-specific option requires the frame chain to be preserved, 181 // For 32-bit Arm, the -mframe-chain=aapcs and -mframe-chain=aapcs+leaf in mustMaintainValidFrameChain() 183 // new AAPCS-compilant frame record), even with -fno-omit-frame-pointer. in mustMaintainValidFrameChain() 185 StringRef V = A->getValue(); in mustMaintainValidFrameChain() 193 // True if a target-specific option causes -fno-omit-frame-pointer to also 198 // For 32-bit Arm, the -mframe-chain=aapcs+leaf option causes the in framePointerImpliesLeafFramePointer() [all …]
|
| /freebsd/share/dict/ |
| H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
| /freebsd/crypto/libecc/ |
| H A D | README.md | 11 Copyright (C) 2017-2023 20 * Jean-Pierre FLORI (<mailto:jpflori@gmail.com>) 30 in the [ISO 14888-3:2018](https://www.iso.org/standard/76382.html) 34 * Core ISO 14888-3:2018 algorithms: ECDSA, ECKCDSA, ECGDSA, ECRDSA, EC{,O}SDSA, ECFSDSA, SM2. 36 …* BIGN (as standardized in [STB 34.101.45-2013](https://github.com/bcrypto/bign)). We allow a more… 38 … "Schnorr" Bitcoin proposal, as specified in [bip-0340](https://github.com/bitcoin/bips/blob/maste… 39 …tandard as we allow any curve and any hash function (the standard mandates SECP256K1 with SHA-256). 42 …-CDH (Elliptic Curve Cryptography Cofactor Diffie-Hellman) as described in [section 5.7.1.2 of the… 45 …STR3410-2001-CryptoPro{A,B,C,XchA,XchB,Test}-ParamSet, GOSTR3410-2012-{256,512}-ParamSet{A,B,C}, G… 47 * **Hash functions**: SHA-2 and SHA-3 hash functions (224, 256, 384, 512), SM3, RIPEMD-160, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 1 //===- AArch64RegisterBankInfo.cpp ----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 77 "GPRs should hold up to 128-bit"); in AArch64RegisterBankInfo() 86 "FPRs should hold up to 512-bit via QQQQ sequence"); in AArch64RegisterBankInfo() 91 "CCR should hold up to 32-bit"); in AArch64RegisterBankInfo() 142 // Check the value mapping for 3-operands instructions where all the operands in AArch64RegisterBankInfo() 162 unsigned PartialMapDstIdx = PMI_##RBNameDst##Size - PMI_Min; \ in AArch64RegisterBankInfo() 163 unsigned PartialMapSrcIdx = PMI_##RBNameSrc##Size - PMI_Min; \ in AArch64RegisterBankInfo() [all …]
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci_fsl_fdt.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2020 - 2021 Alstom Group. 5 * Copyright (c) 2020 - 2021 Semihalf. 56 #define RD4 (sc->read) 57 #define WR4 (sc->write) 219 .syscon_compat = "fsl,ls1012a-scfg", 234 .syscon_compat = "fsl,ls1046a-scfg", 250 {"fsl,ls1012a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1012a_soc_data}, 251 {"fsl,ls1028a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1028a_soc_data}, [all …]
|