/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOutliner.h | 1 //===---- MachineOutliner.h - Outliner data structures ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 61 /// Optional. Can be used to fine-tune the cost model, or fine-tune legality 67 /// Optional. Can be used to fine-tune the cost model, or fine-tune legality 79 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initFromEndOfBlockToStartOfSeq() 89 for (auto &MI : make_range(MBB->rbegin(), in initFromEndOfBlockToStartOfSeq() 96 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initInSeq() 116 /// Target-specific flags for this Candidate's MBB. [all …]
|
/freebsd-src/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-src/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-src/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-src/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-schemas/core.yaml# 10 - Alexander Stein <alexander.stein@ew.tq-group.com> 15 - CDCE(L)913: 1-PLL, 3 Outputs https://www.ti.com/product/cdce913 16 - CDCE(L)925: 2-PLL, 5 Outputs https://www.ti.com/product/cdce925 17 - CDCE(L)937: 3-PLL, 7 Outputs https://www.ti.com/product/cdce937 18 - CDCE(L)949: 4-PLL, 9 Outputs https://www.ti.com/product/cdce949 23 - ti,cdce913 24 - ti,cdce925 [all …]
|
/freebsd-src/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 - statu [all...] |
/freebsd-src/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-schema [all...] |
/freebsd-src/sys/contrib/openzfs/include/sys/ |
H A D | skein.h | 6 * The following compile-time switches may be defined to control some 11 * SKEIN_DEBUG -- make callouts from inside Skein code 15 * SKEIN_ERR_CHECK -- how error checking is handled inside Skein 69 typedef struct { /* 256-bit Skein hash context structure */ 72 /* partial block buffer (8-byte aligned) */ 76 typedef struct { /* 512-bit Skein hash context structure */ 79 /* partial block buffer (8-byte aligned) */ 83 typedef struct { /* 1024-bi [all...] |
/freebsd-src/share/man/man8/ |
H A D | nanobsd.8 | 35 .Op Fl c Ar config-file 49 .Bl -tag -width ".Fl c Ar config-file" -offset indent 54 .It Fl c Ar config-file 76 stage and adds -DNO_CLEAN to the make command line 92 .Cm native-xtools . 99 .Bl -bullet -offse [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86RegisterBankInfo.cpp | 1 //===- X86RegisterBankInfo.cpp --------- [all...] |
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | store.h | 2 * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 28 /*- 30 * ------------------------------ 67 * Control / fine tune the OSSL_STORE channel. |cmd| determines what is to be 139 /*- 141 * --------------------------------------------------------------- 200 /*- 202 * ----------------------------------------------------------------------- 249 /*- 251 * --------------------------------------------------- [all …]
|
/freebsd-src/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-principa [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 1 //===- ExprClassification.cpp - Expression AST Node Implementation -------- [all...] |
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | soc.c | 1 // SPDX-License-Identifier: ISC 176 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type() 177 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type() 180 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type() 188 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 190 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset() 194 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 205 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup() 213 return -EINVAL; in mt7986_wmac_gpio_setup() 218 return -EINVAL; in mt7986_wmac_gpio_setup() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1 //===--- CommonArgs.cpp - Args handling for multiple toolchains -*- C++ -*-===// 5 // SPDX-License-Identifie [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 1 //===- AArch64RegisterBankInfo.cpp --------- [all...] |
/freebsd-src/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-scf [all...] |
/freebsd-src/sys/ufs/ffs/ |
H A D | fs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 43 * A filesystem is described by its super-block, which in turn 44 * describes the cylinder groups. The super-block is critical 47 * super-block data does not change, so the copies need not be 52 * [fs->fs_sblkno] Super-bloc [all...] |
/freebsd-src/contrib/pam_modules/pam_passwdqc/ |
H A D | wordset_4k.c | 6 * I've replaced two 7-character words to save space. 1473 "fine", 3809 "tune",
|
/freebsd-src/contrib/libcbor/ |
H A D | Doxyfile | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 57 …"libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary da… 74 # sub-directories (in 2 levels) under the output directory of each output format [all …]
|