Home
last modified time | relevance | path

Searched +full:dynamic +full:- +full:range (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression
31 # ISO_DATE_TIME: yyyy-mm-dd_hh:mm:ss.ms
36 # for dynamic '00:00:00.0 of current day' is used
37 timebase=dynamic
39 # freqbase: dynamic/<baseval>
41 # if dynamic is selected, freqbase is adjusted to fit into the range of
43 freqbase=dynamic
45 # cmplscale: dynamic/<scaling>
47 # if dynamic is selected, cmplscale is adjusted to fit into the range of
49 cmplscale=dynamic
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-mbdrc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-mbdrc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The Multi Band Dynamic Range Compressor (MBDRC) is part of Output
13 single full band or a dual band or a multi band dynamic processor.
16 - Jon Hunter <jonathanh@nvidia.com>
17 - Mohan Kumar <mkumard@nvidia.com>
18 - Sameer Pujar <spujar@nvidia.com>
23 - const: nvidia,tegra210-mbdrc
[all …]
H A Dnvidia,tegra210-ope.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ope.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 PEQ (Parametric Equalizer) and MBDRC (Multi Band Dynamic Range Compressor)
15 - Jon Hunter <jonathanh@nvidia.com>
16 - Mohan Kumar <mkumard@nvidia.com>
17 - Sameer Pujar <spujar@nvidia.com>
20 - $ref: dai-common.yaml#
25 - const: nvidia,tegra210-ope
[all …]
H A Dti,pcm6240.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2022 - 2024 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shenghao Ding <shenghao-ding@ti.com>
15 different Specifications, range from Personal Electric
24 https://www.ti.com/lit/gpn/pcm3120-q1
25 https://www.ti.com/lit/gpn/pcm3140-q1
26 https://www.ti.com/lit/gpn/pcm5120-q1
27 https://www.ti.com/lit/gpn/pcm6120-q1
[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.
28 // - create GOT/PLT entries
29 // - create new relocations in .dynsym to let the dynamic linker resolve
30 // them at runtime (since ELF supports dynamic linking, not all
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 …]
/freebsd/sbin/ipfw/
H A Dipfw.88 in-kernel NAT.
19 .Op Ar rule | first-last ...
49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options
55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options
59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value
61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ...
63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ...
65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ...
93 .Ar config-options
99 .Ss IN-KERNEL NAT
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h1 //===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
28 namespace dynamic {
45 SourceRange Range; member
144 ArgStream addError(SourceRange Range, ErrorType Error);
149 SourceRange Range; member
157 SourceRange Range; member
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp1 //===--- Diagnostics.cpp - Helper class for error diagnostics ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
13 namespace dynamic { namespace
15 SourceRange Range) { in pushContextFrame() argument
19 data.Range = Range; in pushContextFrame()
27 Error->pushContextFrame(CT_MatcherConstruct, MatcherRange) << MatcherName; in Context()
35 Error->pushContextFrame(CT_MatcherArg, MatcherRange) << ArgNumber in Context()
39 Diagnostics::Context::~Context() { Error->ContextStack.pop_back(); } in ~Context()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h160 * Used to get the next available user id in given range.
165 * Used to get the next available group id in given range.
171 /* dynamic string utilities */
176 * Allocate and free a "custr_t" dynamic string object. Returns 0 on success
177 * and -1 otherwise.
183 * Allocate a "custr_t" dynamic string object that operates on a fixed external
189 * Append a single character, or a NUL-terminated string of characters, to a
190 * dynamic string. Returns 0 on success and -1 otherwise. The dynamic string
191 * will be unmodified if the function returns -1.
198 * through snprintf. Returns 0 on success and -1 otherwise. The dynamic string
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
50 * @param unit The device unit number, or -1 to select the next available unit
54 * @retval non-zero Failed to attach the bhndb device.
84 /* Skip non-allocated resources */ in bhndb_do_suspend_resources()
85 if (rle->res == NULL) in bhndb_do_suspend_resources()
88 BHNDB_SUSPEND_RESOURCE(device_get_parent(dev), dev, rle->type, in bhndb_do_suspend_resources()
89 rle->res); in bhndb_do_suspend_resources()
168 /* Skip non-allocated resources */ in bhnd_generic_br_resume_child()
169 if (rle->res == NULL) in bhnd_generic_br_resume_child()
[all …]
H A Dbhndb_private.h1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
146 * Dynamic register window allocation reference.
154 * A dynamic register window allocation record.
169 bhnd_addr_t addr; /**< start of mapped range */
170 bhnd_size_t size; /**< size of mapped range */
184 void *ih_cookiep; /**< hostb-assigned cookiep, or NULL if bus_setup_intr() incomplete. */
206 struct mtx dw_steal_mtx; /**< spinlock must be held when stealing a dynamic window allocation */
207 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */
208 size_t dwa_count; /**< number of dynamic windows available. */
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h1 //===-- sanitizer_libignore.h -----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // of dynamic libraries. LibIgnore can be initialized with several templates
14 //===----------------------------------------------------------------------===//
36 // Must be called after a new dynamic library is loaded.
39 // Must be called after a dynamic library is unloaded.
43 // the PC should be ignored because it belongs to an non-instrumented module
64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() argument
65 return (pc >= range.begin && pc < range.end); in IsInRange()
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dvexpress-v2p-ca15_a7.dts1 // SPDX-License-Identifier: GPL-2.0
6 * Cortex-A15_A7 MPCore (V2P-CA15_A7)
8 * HBI-0249A
11 /dts-v1/;
12 #include "vexpress-v2m-rs1.dtsi"
15 model = "V2P-CA15_CA7";
18 compatible = "arm,vexpress,v2p-ca15_a7", "arm,vexpress";
19 interrupt-parent = <&gic>;
20 #address-cells = <2>;
21 #size-cells = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/reset/hisi,hi6220-resets.h>
10 #include <dt-bindings/clock/hi6220-clock.h>
11 #include <dt-bindings/pinctrl/hisi.h>
12 #include <dt-bindings/thermal/thermal.h>
16 interrupt-parent = <&gic>;
17 #address-cells = <2>;
18 #size-cells = <2>;
21 compatible = "arm,psci-0.2";
[all …]
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.125 .\" $Id: readelf.1 3753 2019-06-28 01:13:13Z emaste $
35 .Op Fl a | Fl -all
36 .Op Fl c | Fl -archive-index
37 .Op Fl d | Fl -dynamic
38 .Op Fl e | Fl -headers
39 .Op Fl g | Fl -section-groups
40 .Op Fl h | Fl -file-header
41 .Op Fl l | Fl -program-headers
42 .Op Fl n | Fl -notes
43 .Op Fl p Ar section | Fl -string-dump Ns = Ns Ar section
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun6i-a31-drc.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun6i-a31-drc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 Dynamic Range Controller
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The DRC (Dynamic Range Controller) allows to dynamically adjust
21 - allwinner,sun6i-a31-drc
22 - allwinner,sun6i-a31s-drc
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 //===----------------------------------------------------------------------===//
63 // Holds a description of the object-format-header (if any) and unwind info
71 // * dwarf_section and dwarf_section_length hold the address range of a DWARF
72 // eh-frame section associated with the given address, if any. If the
77 // range of a compact-unwind info section associated with the given address,
91 // Typedef for unwind-info lookup callbacks. Functions of this type can be
95 // An unwind-info lookup callback should return 1 to indicate that it found
96 // unwind-info for the given address, or 0 to indicate that it did not find
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Ddmm.txt1 OMAP Dynamic Memory Manager (DMM) bindings
3 The dynamic memory manager (DMM) is a module located immediately in front of the
6 interleaving, optimizing transfer of 2D block objects, and provide MMU-like page
10 - compatible: Should contain "ti,omap4-dmm" for OMAP4 family
11 Should contain "ti,omap5-dmm" for OMAP5 and DRA7x family
12 - reg: Contains DMM register address range (base address and length)
13 - interrupts: Should contain an interrupt-specifier for DMM_IRQ.
14 - ti,hwmods: Name of the hwmod associated to DMM, which is typically "dmm"
19 compatible = "ti,omap4-dmm";
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt4 - compatible: Must be "adi,ad5758"
5 - reg: SPI chip select number for the device
6 - spi-max-frequency: Max SPI frequency to use (< 50000000)
7 - spi-cpha: is the only mode that is supported
11 - adi,dc-dc-mode: Mode of operation of the dc-to-dc converter
12 Dynamic Power Control (DPC)
19 In this mode, the VDPC+ voltage is user-programmable to
36 - adi,range-microvolt: Voltage output range
38 * <0 5000000>: 0 V to 5 V voltage range
39 * <0 10000000>: 0 V to 10 V voltage range
[all …]
H A Dadi,ad5758.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michae
[all...]
/freebsd/usr.bin/sed/
H A DPOSIX4 Section 4.55: sed - Stream editor
13 implementing a POSIX-compatible version of sed, and should not be
21 #!/bin/sed -f
56 2-15 includes the various ANSI C escape sequences, including \\
80 by semi-colons, e.g. 'sed -ne '1p;2p;3q' printed the first
90 sed -e '
102 command in the case of an address range whose first line number
120 example. Therefore it was believed that a range whose second
125 isn't actually matched; but the range is reset after all if its
130 beginning of -e arguments as well as in a script file. POSIX
[all …]
/freebsd/contrib/ncurses/man/
H A Dform_field_buffer.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
31 .TH form_field_buffer 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
48 \fBform_field_buffer\fP \-
96 for long-term storage of form data.
104 The function \fBset_max_field\fP sets the maximum size for a dynamic field.
114 Routine detected an incorrect or out-of-range argument.
127 Routine detected an incorrect or out-of-range argument.
140 \fBO_INPUT_FIELD\fP which allows a dynamic field to shrink if the new
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dtime.h2 * Copyright (C) 2004, 2006-2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2001 Internet Software Consortium.
36 * The contents are exposed only to allow callers to avoid dynamic allocation.
78 * The contents are exposed only to allow callers to avoid dynamic allocation.
104 * The date of the epoch is platform-dependent.
135 * Out of range
160 * Out of range
176 * -1 t1 < t2 (comparing times, not pointers)
192 * Out of range
209 * Out of range
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dtime.h2 * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2001 Internet Software Consortium.
37 * The contents are exposed only to allow callers to avoid dynamic allocation.
80 * The contents are exposed only to allow callers to avoid dynamic allocation.
115 *\li The date of the epoch is platform-dependent.
146 *\li Out of range
173 *\li Out of range
189 *\li -1 t1 < t2 (comparing times, not pointers)
205 *\li Out of range
222 *\li Out of range
[all …]
/freebsd/share/man/man5/
H A Delf.560 regardless whether the host is 32-bit or 64-bit.
84 and also include structures for dynamic sections, relocation sections and
87 The following types are being used for 32-bit architectures:
88 .Bd -literal -offset indent
89 Elf32_Addr Unsigned 32-bit program address
90 Elf32_Half Unsigned 16-bit field
91 Elf32_Lword Unsigned 64-bit field
92 Elf32_Off Unsigned 32-bit file offset
93 Elf32_Sword Signed 32-bit field or integer
94 Elf32_Word Unsigned 32-bit field or integer
[all …]

12345678910>>...29