Home
last modified time | relevance | path

Searched +full:custom +full:- +full:output +full:- +full:range +full:- +full:config (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad3552r.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Nuno Sá <nuno.sa@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3541r.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3542r.pdf
18 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3551r.pdf
19 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3552r.pdf
24 - adi,ad3541r
25 - adi,ad3542r
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
55 decode tree to allow trace decode for the trace data being output by the source reader.
64 typedef uint64_t ocsd_trc_index_t; /**< Trace source index type - 64 bit size */
67 typedef uint32_t ocsd_trc_index_t; /**< Trace source index type - 32 bit size */
72 #define OCSD_BAD_TRC_INDEX ((ocsd_trc_index_t)-1)
74 #define OCSD_BAD_CS_SRC_ID ((uint8_t)-1)
75 /** macro returing true if trace source ID is in valid range (0x0 < ID < 0x70) */
77 /** macro returing true if trace source ID is in reserved range (ID == 0x0 || 0x70 <= ID <= 0x7F) */
99 OCSD_ERR_ATTACH_TOO_MANY, /**< Cannot attach - attach device limit reached. */
100 OCSD_ERR_ATTACH_INVALID_PARAM, /**< Cannot attach - invalid parameter. */
[all …]
/freebsd/share/man/man4/
H A Dsnd_hda.41 .\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org>
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
75 For example, one device for main rear 7.1 output and inputs, one device
77 HDMI audio input/output.
90 .Ss Boot-time Configuration
91 The following variables are available at boot-time through the
94 .Bl -tag -width ".Va hint.hdac.%d.config"-offset indent
95 .It Va hint.hdac.%d.config
96 Configures a range of possible controller options.
[all …]
H A Dhwpmc.41 .\" Copyright (c) 2003-2008 Joseph Koshy
39 .Bd -ragged -offset indent
44 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
54 .Bd -ragged -offset indent
62 .Bd -ragged -offset indent
75 The driver supports multi-processor systems.
89 .Bl -tag -width ".Em Process-scope"
90 .It Em "Process-scope"
93 .It Em "System-scope"
[all …]
/freebsd/sbin/natd/
H A Dnatd.89 .Bk -words
30 .Op Fl config | f Ar configfile
64 and will possibly change these before re-injecting them back into the
79 .Bl -tag -width Fl
119 When enabled, UDP packets use endpoint-independent mapping (EIM) from RFC 4787
131 When disabled, UDP packets use endpoint-dependent mapping (EDM) ("symmetric"
137 by port forwarding on the NAT, or tunnelling through an in-between server.
143 alterations to the standard output.
153 .Ar targetPORT Ns Oo - Ns Ar targetPORT Oc Xc
155 .Ar aliasPORT Ns Oo - Ns Ar aliasPORT Oc Xc
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1 //===- Relocations.cpp ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains platform-independent functions to process relocations.
15 // reading records from relocation sections and applying them to output.
28 // - create GOT/PLT entries
29 // - create new relocations in .dynsym to let the dynamic linker resolve
31 // relocations can be resolved at link-time)
32 // - create COPY relocs and reserve space in .bss
33 // - replace expensive relocs (in terms of runtime cost) with cheap ones
[all …]
H A DWriter.cpp1 //===- Writer.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include "Config.h"
101 if (p->p_type != PT_LOAD) in removeEmptyPTLoad()
103 if (!p->firstSec) in removeEmptyPTLoad()
105 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
113 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()
114 sec->ptLoad = nullptr; in removeEmptyPTLoad()
123 if (!(s->flags & SHF_ALLOC) || !s->isLive() || s->type != SHT_NOTE) in copySectionsIntoPartitions()
[all …]
H A DLinkerScript.cpp1 //===- LinkerScript.cpp ---------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 #include "Config.h"
54 // This is for --emit-relocs and -r. If .text.foo is emitted as .text.bar, we in getOutputSectionName()
58 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
59 OutputSection *out = rel->getOutputSection(); in getOutputSectionName()
61 assert(config->relocatable && (rel->flags & SHF_LINK_ORDER)); in getOutputSectionName()
62 return s->name; in getOutputSectionName()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1 //===- Writer.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "Config.h"
50 /* To re-generate DOSProgram:
56 ; Point ds:dx at the $-terminated string.
58 ; Int 21/AH=09h: Write string to standard output.
67 $ nasm -fbin /tmp/DOSProgram.asm -o /tmp/DOSProgram.bin
68 $ xxd -i /tmp/DOSProgram.bin
104 uint64_t offs = os->getFileOff() + (c->getRVA() - os->getRVA()); in writeTo()
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1 # Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
95 ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG:192:sequence or set needs config
179 BN_R_INVALID_RANGE:115:invalid range
201 CMP_R_CHECKAFTER_OUT_OF_RANGE:181:checkafter out of range
226 CMP_R_FAIL_INFO_OUT_OF_RANGE:129:fail info out of range
541 EC_R_BIGNUM_OUT_OF_RANGE:144:bignum out of range
544 EC_R_COORDINATES_OUT_OF_RANGE:146:coordinates out of range
575 EC_R_INVALID_OUTPUT_LENGTH:161:invalid output length
699 EVP_R_INVALID_CUSTOM_LENGTH:185:invalid custom length
734 EVP_R_OUTPUT_WOULD_OVERFLOW:202:output would overflow
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-cmp.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
52 .\" output yourself in some meaningful fashion.
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
/freebsd/sys/dev/gpio/
H A Dgpioths.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * GPIOTHS - Temp/Humidity sensor over GPIO.
33 * output over single-wire protocol from embedded 8-bit microcontroller.
34 * Note that it uses a custom single-wire protocol, it is not 1-wire(tm).
37 * DHT11: Temp 0c to 50c +-2.0c, Humidity 20% to 90% +-5%
38 * DHT12: Temp -20c to 60c +-0.5c, Humidity 20% to 95% +-5%
39 * DHT21: Temp -40c to 80c +-0.3c, Humidity 0% to 100% +-3%
40 * DHT22: Temp -40c to 80c +-0.3c, Humidity 0% to 100% +-2%
109 ofw_bus_search_compatible(dev, compat_data)->ocd_data) in gpioths_probe()
[all …]
/freebsd/contrib/bearssl/
H A DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
52 # the logo to the output directory.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
[all …]
/freebsd/contrib/jemalloc/
H A DChangeLog14 - Fix a severe virtual memory leak on Windows. This regression was first
15 released in 5.0.0. (@Ignition, @j0t, @frederik-h, @davidtgoldblatt,
17 - Fix size 0 handling in posix_memalign(). This regression was first released
19 - Fix the prof_log unit test which may observe unexpected backtraces from
22 - Fix the declaration of the extent_avail tree. This regression was first
24 - Fix an incorrect reference in jeprof. This functionality was first released
25 in 3.0.0. (@prehistoric-penguin)
26 - Fix an assertion on the deallocation fast-path. This regression was first
28 - Fix the TLS_MODEL attribute in headers. This regression was first released
32 - Implement opt.retain on Windows and enable by default on 64-bit. (@interwq,
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)
12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a …
20 build: improved meson unofficial build, by @eli-schwartz
21 cli : custom memory limit when training dictionary (#2925), by @embg
22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB
25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973)
42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
45 bug: Fix large dictionary non-determinism (#2607, @terrelln)
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/contrib/bmake/
H A DFILES5 Makefile.config.in
15 boot-strap
16 bsd.after-import.mk
21 config.h.in
35 install-sh
42 make-bootstrap.sh.in
43 make-conf.h
73 unit-tests/Makefile
74 unit-tests/Makefile.config.in
75 unit-tests/archive-suffix.exp
[all …]
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A Djemalloc.37 .\" Source: jemalloc 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756
10 .TH "JEMALLOC" "3" "11/10/2019" "jemalloc 5.2.1-0-gea6b3e973b47" "User Manual"
11 .\" -----------------------------------------------------------------
13 .\" -----------------------------------------------------------------
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
20 .\" -----------------------------------------------------------------
22 .\" -----------------------------------------------------------------
27 .\" -----------------------------------------------------------------
29 .\" -----------------------------------------------------------------
31 jemalloc \- general purpose memory allocation functions
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
34 #define AR_WA 0x4004 /* PCIE work-arounds */
47 #define AR_GPIO_IN_OUT 0x4048 /* GPIO input/output register */
48 #define AR_GPIO_OE_OUT 0x404c /* GPIO output enable register */
120 /* RTC_DERIVED_* - only for AR9130 */
149 #define AR_TXOP_X 0x81ec /* txop for legacy non-qos */
154 /* generic timers based on tsf - all uS */
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib9 # or https://opensource.org/licenses/CDDL-1.0.
29 # Copyright (c) 2017, Open-E Inc. All rights reserved.
45 PWD="$(readlink -f $PWD)"
52 if [ -n "$STF_PATH" ]; then
63 [ "$(printf "$1\n$2" | sort -V | tail -n1)" = "$1" ]
73 [ -z "$ver" ] && case "$UNAME" in
77 # RHEL7: 3.10.0-1160.108.1.el7.x86_64
78 # Fedora 37: 6.5.12-100.fc37.x86_64
79 # Debian 12.6: 6.1.0-2
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1 //=- LoongArchISelLowering.cpp - LoongArch DAG Lowering Implementation ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
37 #define DEBUG_TYPE "loongarch-isel-lowering"
41 static cl::opt<bool> ZeroDivCheck("loongarch-check-zero-division", cl::Hidden,
77 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
78 setOperationAction(ISD::SRA_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
79 setOperationAction(ISD::SRL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
80 setOperationAction(ISD::FP_TO_SINT, GRLenVT, Custom); in LoongArchTargetLowering()
[all …]
/freebsd/contrib/byacc/
H A DCHANGES1 2024-01-09 Thomas E. Dickey <dickey@invisible-island.net>
10 package/mingw-byacc.spec, package/pkgsrc/Makefile:
13 2023-12-01 Thomas E. Dickey <dickey@invisible-island.net>
16 resync with my-autoconf: CF_CONST_X_STRING CF_MKSTEMP CF_WITH_MAN2HTML CF_XOPEN_SOURCE
18 2023-09-15 Thomas E. Dickey <dickey@invisible-island.net>
20 * config.sub: 2023-09-15
22 2023-08-22 Thomas E. Dickey <dickey@invisible-island.net>
24 * config.guess: 2023-08-22
26 2023-05-21 Thomas E. Dickey <dickey@invisible-island.net>
29 package/mingw-byacc.spec, package/pkgsrc/Makefile:
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the target-independent interfaces which should be
12 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
20 // Register file description - These classes are used to fill in the target
25 // For example, "+feat1,-feat2" will indicate that the mode is active
44 // The n-th element on the Objects list will be associated with the n-th
88 int Offset = offset; // Offset of the first bit of the sub-reg index.
[all …]
/freebsd/contrib/ntp/
H A DNEWS1 ---
10 - changes crypto (OpenSSL or compatible) detection and default build behavior.
11 Previously, crypto was supported if available unless the --without-crypto
13 falling back to a crypto-free build if usable libcrypto was not found has
15 The --withou
[all...]
/freebsd/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
11 ----------------
13 - [OpenSSL 3.0](#openssl-30)
14 - [OpenSSL 1.1.1](#openssl-111)
15 - [OpenSSL 1.1.0](#openssl-110)
16 - [OpenSSL 1.0.2](#openssl-102)
17 - [OpenSSL 1.0.1](#openssl-101)
18 - [OpenSSL 1.0.0](#openssl-100)
19 - [OpenSSL 0.9.x](#openssl-09x)
22 -----------
[all …]

1234