Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_shadow_setup.cpp1 //===-- asan_shadow_setup.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
25 if (!flags()->protect_shadow_gap) { in ProtectGap()
30 RoundUpTo(MEM_TO_SHADOW(addr + size), GetPageSizeCached()) - 1; in ProtectGap()
60 // Detect if a dynamic shadow address must used and find a available location in InitializeShadowMemory()
61 // when necessary. When dynamic address is used, the macro |kLowShadowBeg| in InitializeShadowMemory()
72 if (kLowShadowBeg) shadow_start -= GetMmapGranularity(); in InitializeShadowMemory()
92 // mmap the high shadow. in InitializeShadowMemory()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs42l42.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
13 The CS42L42 is a low-power audio codec designed for portable applications.
14 It provides a high-dynamic range, stereo DAC for audio playback and a mono
15 high-dynamic-range ADC for audio capture. There is an integrated headset
21 - cirrus,cs42l42
22 - cirrus,cs42l83
29 VP-supply:
[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 …]
H A Dcirrus,cs42l43.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
15 for portable applications. It provides a high dynamic range, stereo
21 - $ref: dai-common.yaml#
26 - cirrus,cs42l43
31 vdd-p-supply:
33 Power supply for the high voltage interface.
35 vdd-a-supply:
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_errtags.h54 D_CG_DYN, /* expression returns dynamic result */
80 D_OP_DYN, /* operand cannot be of dynamic type */
84 D_AGG_MDIM, /* aggregation used as multi-dim arr */
85 D_ARR_BADREF, /* access non-array using tuple */
88 D_DEREF_NONPTR, /* dereference non-pointer type */
91 D_ADDROF_LVAL, /* unary & applied to non-lvalue */
135 D_PRINTF_DYN_PROTO, /* dynamic size argument missing */
136 D_PRINTF_DYN_TYPE, /* dynamic size type mismatch */
145 D_DECL_SIGNINT, /* sign/unsign with non-integer decl */
146 D_DECL_LONGINT, /* long with non-arithmetic decl */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt5 -dp-controller node
6 -dptx-phy node(defined inside dp-controller node)
8 For the DP-PHY initialization, we use the dptx-phy node.
9 Required properties for dptx-phy: deprecated, use phys and phy-names
10 -reg: deprecated
12 -samsung,enable-mask: deprecated
13 The bit-mask used to enable/disable DP PHY.
15 For the Panel initialization, we read data from dp-controller node.
16 Required properties for dp-controller:
17 -compatible:
[all …]
/freebsd/share/doc/usd/05.dc/
H A Ddc3 .\" Copyright (C) Caldera International Inc. 2001-2002.
35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator'
36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%'
38 .\" ....TM 75-1271-8 39199 39199-11
41 DC \- An Interactive Desk Calculator
42 .AU "MH 2C-524" 3878
52 time-sharing system to do arbitrary-precision
54 It has provision for manipulating scaled fixed-point numbers and
77 time-sharing system
85 programs written in the familiar style of higher-level
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/
H A Dsamsung,exynos5-dp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5-dp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Inki Dae <inki.dae@samsung.com>
11 - Seung-Woo Kim <sw0312.kim@samsung.com>
12 - Kyungmin Park <kyungmin.park@samsung.com>
13 - Krzysztof Kozlowski <krzk@kernel.org>
17 const: samsung,exynos5-dp
25 clock-names:
[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/compiler-rt/lib/cfi/
H A Dcfi.cpp1 //===-------- cfi.cpp --
213 const Elf_Dyn *dynamic = nullptr; find_cfi_check_in_dso() local
[all...]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
39 * a BHND-compatible bus (e.g. bcma or siba).
172 (unsigned long long) sc->chipid.enum_addr); in bhndb_child_location()
188 for (u_int i = 0; i < hw->num_hw_reqs; i++) { in bhndb_hw_matches()
192 match = &hw->hw_reqs[i]; in bhndb_hw_matches()
198 if (BHNDB_IS_CORE_DISABLED(sc->dev, sc->bus_dev, core)) in bhndb_hw_matches()
225 * priorities of per-core port resources.
239 * via dynamic register windows */ in bhndb_init_region_cfg()
255 for (regw = br->cfg->register_windows; in bhndb_init_region_cfg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt1 //===---------------------------------------------------------------------===//
3 //===---------------------------------------------------------------------===//
8 --
20 from CodeGen/SystemZ/asm-09.ll will use LHI rather than LGHI.
21 to load 103. This seems to be a general target-independent problem.
23 --
29 --
33 --
37 --
39 We only use MVC, XC and CLC for constant-length block operations.
[all …]
/freebsd/sbin/ifconfig/
H A Difconfig.81 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
93 .Bl -tag -width indent
120 The format is specified as a comma-separated list of
141 .Bl -tag -width default
145 .Bl -tag -width default -compact
158 Adjust the display of link-level ethernet (MAC) addresses:
160 .Bl -tag -width default -compact
175 .Bl -tag -width default -compact
192 .Bl -tag -width default -compact
[all …]
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_intel.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
96 uint8_t high; member
114 "Set 1 (default) to enable package-level control, 0 to disable");
127 dev = sc->dev; in intel_hwp_dump_sysctl_handler()
136 sched_bind(curthread, pc->pc_cpuid); in intel_hwp_dump_sysctl_handler()
140 sbuf_printf(sb, "CPU%d: HWP %sabled\n", pc->pc_cpuid, in intel_hwp_dump_sysctl_handler()
156 if (sc->hwp_pkg_ctrl && (data & IA32_HWP_REQUEST_PACKAGE_CONTROL)) in intel_hwp_dump_sysctl_handler()
162 if (!sc->hwp_pkg_ctrl || (data & x) != 0) \ in intel_hwp_dump_sysctl_handler()
206 * This allows round-tripping nice human readable numbers through this
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dkernmalloc.t68 pp. 295-303, June 1988.
96 This paper describes a general purpose dynamic memory allocator
99 patterns in the UNIX kernel and a hybrid strategy that is time-efficient
100 for small allocations and space-efficient for large allocations.
102 with a single easy-to-program interface,
120 In a user process such short-term
121 memory would be allocated on the run-time stack.
122 Because the kernel has a limited run-time stack,
124 Consequently, such memory must be allocated through a more dynamic mechanism.
129 and really have to be allocated from dynamic memory.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dnxp,imx8mq-dcss.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/display/imx/nxp,imx8mq-dcss.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Laurentiu Palcu <laurentiu.palcu@nxp.com>
17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10
19 driving next generation high dynamic range displays.
23 const: nxp,imx8mq-dcss
27 - description: DCSS base address and size, up to IRQ steer start
28 - description: DCSS BLKCTL base address and size
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2005-2006 Atheros Communications, Inc.
105 a one-on-one mapping exists */
127 uint16_t highChannel; /* High Channel center in MHz */
129 range when using DFS */
149 chanbmask_t chan11a_dyn_turbo; /* 11a dynamic turbo channels */
154 chanbmask_t chan11g_turbo; /* 11g dynamic turbo channels */
/freebsd/sys/netinet/
H A Din.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
139 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */
159 #define IPPROTO_TRUNK1 23 /* Trunk-1 */
160 #define IPPROTO_TRUNK2 24 /* Trunk-2 */
161 #define IPPROTO_LEAF1 25 /* Leaf-1 */
162 #define IPPROTO_LEAF2 26 /* Leaf-2 */
165 #define IPPROTO_TP 29 /* tp-4 w/ class negotiation */
220 #define IPPROTO_IGP 85 /* NSFNET-IGP */
239 #define IPPROTO_UDPLITE 136 /* UDP-Lite */
[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/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h25 #define ATH_SUPPORT_VOW_DCS 0 /* Video over wireless dynamic channel select */
59 #define OS_ATOMIC_DEC(a) (*a)--
79 HAL_SMPS_SW_CTRL_HIGH_PWR, /* Software control, high power setting */
93 HAL_RSSI_TX_POWER_SHORT = 1, /* short range, reduce OB/DB bias current and disable PAL */
94 HAL_RSSI_TX_POWER_MIDDLE = 2, /* middle range, reduce OB/DB bias current and PAL is enabled */
95 HAL_RSSI_TX_POWER_LONG = 3, /* long range, orig. OB/DB bias current and PAL is enabled */
105 matched filter (single-sided) in usecs */
128 matched filter (single-sided) in usecs */
153 * units are: 4 x dBm - NOISE_PWR_DATA_OFFSET (e.g. -25 = (-25/4 - 90) = -96.25 dBm)
154 * range (for 6 signed bits) is (-32 to 31) + offset => -122dBm to -59dBm
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation
12 * enum iwl_tlc_mng_cfg_flags - options for TLC config flags
36 * enum iwl_tlc_mng_cfg_cw - channel width options
52 * enum iwl_tlc_mng_cfg_chains - possibl
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,ethdr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/usr.bin/clang/clang/
H A Dclang.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/share/man/man4/
H A Dpcm.42 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org>
39 .Bd -ragged -offset indent
60 driver are: multichannel audio, per-application
61 volume control, dynamic mixing through virtual sound channels, true full
74 .Bl -bullet -compact
118 .Xr snd_uaudio 4 (auto-loaded on device plug)
145 .Bl -tag -width ".Va snd_driver_load" -offset indent
155 only the Intel High Definition Audio bridge device driver and dependent
177 re-routing of channels.
198 Commonly used for ear-candy or frequency compensation due to the vast
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp1 //===- AArch64.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
75 uint64_t mask = ((uint64_t)1 << (end + 1 - start)) - 1; in getBits()
94 // FreeBSD automatically promotes 2 MiB-aligned allocations. in AArch64()
246 // The general rule, from AAELF64 §5.7.2 "Addends and PC-bias", in getImplicitAddend()
249 // the instruction field encoding, and sign-extended to 64 bits". in getImplicitAddend()
252 // instructions, which have a 16-bit immediate field with its low in getImplicitAddend()
254 // field is used as an implicit addend for REL-type relocations, in getImplicitAddend()
259 // add 12345 to this symbol value and give me the four 16-bit in getImplicitAddend()
[all …]

1234567891011