Home
last modified time | relevance | path

Searched +full:non +full:- +full:interleaved (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h1 //===- llvm/Analysis/VectorUtils.h - Vector utilities --------
[all...]
H A DTargetTransformInfo.h1 //===- TargetTransformInfo.h ---------
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1 //===----------
[all...]
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_erfinvf_5u.c
H A Dv_erfinv_25u.c
/freebsd-src/share/man/man4/
H A Dccd.473 may be either serially concatenated or interleaved.
78 There is a run-time utility that is used for configuring
86 is interleaved correctly, a
99 on two Fast-Wide SCSI buses, this translates to about 128 for writes
122 For random-access oriented workloads, such as news servers, a larger
127 can do to speed up applications that are seek-time limited.
130 two disk-heads to read one directory or a file.
153 uses a dual seek zone model to optimize reads for a multi-tasking load
161 Note that a one-disk
165 if you have a file system on a two-dis
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1 //===- InterleavedLoadCombine.cpp - Combine Interleaved Loads ---*- C++ -*-===//
5 // SPDX-Licens
[all...]
/freebsd-src/contrib/openbsm/libbsm/
H A Dau_mask.31 .\"-
71 which causes the event to be re-looked up rather than read from the cache,
100 will be used; otherwise, the two-character class name.
106 the behavior of simultaneous or interleaved processing of those databases by
112 returns 0 on success, or returns \-1 if there is a failure looking up the
118 .Rv -std getauditflagsbin getauditflagschar
128 .An -nosplit
152 non-zero bits in the mask argument in the event non-verbose class names are
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
6 - compatible : should contain the specific model of mtd chip(s)
7 used, if known, followed by either "cfi-flash", "jedec-flash",
8 "mtd-ram" or "mtd-rom".
9 - reg : Address range(s) of the mtd chip(s)
11 non-identical chips can be described in one node.
12 - bank-width : Width (in bytes) of the bank. Equal to the
13 device width times the number of interleaved chips.
14 - device-width : (optional) Width of a single mtd chip. If
15 omitted, assumed to be equal to 'bank-width'.
[all …]
H A Dmtd-physmap.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
10 - Rob Herring <robh@kernel.org>
17 - $ref: mtd.yaml#
18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
23 - items:
24 - enum:
[all …]
/freebsd-src/share/doc/smm/02.config/
H A Db.t82 The remaining partitions are then interleaved into the paging
102 is set to a non-zero value indicating the size (in bytes) of
125 \fIdumpdev-size\fP \- \fImemsize\fP
127 where \fIdumpdev-size\fP is the size of the disk partition
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1 //===- LoopVectorize.cpp - A Loop Vectorizer --------
[all...]
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h18 /* Synchronizes all non-atomic fields. */
53 * advancement we use the delta between arena->decay_*.nunpurged and
54 * extents_npages_get(&arena->extents_*) to determine how many dirty
80 * two distinct assignments, one for application-serving allocation, and
160 * used when allocating extents, in an attempt to re-use address space.
169 * Decay-based purging state, responsible for scheduling extent state
174 arena_decay_t decay_dirty; /* dirty --> muzzy */
175 arena_decay_t decay_muzzy; /* muzzy --> retained */
182 * highly interleaved.
217 /* Used to determine uptime. Read-only after initialization. */
[all …]
/freebsd-src/sys/geom/
H A Dgeom_ccd.c1 /*-
2 * SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause)
4 * Copyright (c) 2003 Poul-Henning Kamp.
35 /*-
75 * Mail Stop 258-6
104 /* Mask of user-settable ccd flags. */
109 * Computed at boot time to speed irregular-interleave lookups.
113 * remaining disks up to the size of the next-smallest (second group),
118 * three components of 5, 3, and 7 DEV_BSIZE blocks interleaved at
125 * 0 - - -
[all …]
/freebsd-src/share/misc/
H A Dusb_hid_usages4 # - lines that do not start with a white space give the number and name of
6 # - lines that start with a white space give the number and name of
20 0x08 Multi-axis Controller
62 0x90 D-pad Up
63 0x91 D-pad Down
64 0x92 D-pad Right
65 0x93 D-pad Left
107 0xB2 Anti-Torque Control
278 0x2D Keyboard - and (underscore)
283 0x32 Keyboard Non-US # and ~
[all …]
H A Dscsi_modes35 # 'i' is a byte-sized integral types, followed by a field width of
38 # 'b' is a bit-sized integral type
39 # 't' is a bitfield type- followed by a bit field width
42 # 'z' values are null-padded strings
81 {Extended Self-Test Completion Time} i2
95 0x02 "Disconnect-Reconnect" {
111 0x16 "Extended Device-Type Specific";
154 0x18 "Protocol-Specific Logical Unit";
156 0x19 "Protocol-Specific Port";
172 {Background Pre-Scan Time Limit} i2
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1 //===-- RISCVTargetTransformInfo.cpp - RISC-V specific TTI ------
[all...]
/freebsd-src/usr.bin/clang/llvm-objdump/
H A Dllvm-objdump.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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1 //===- BasicTTIImpl.h ---------
[all...]
/freebsd-src/contrib/ntp/ntpd/
H A Dntp_proto.c2 * ntp_proto.c - NTP version 4 protocol machinery
31 # define BDELAY_DEFAULT (-0.050)
38 x.l_ui &= ~((1 << SRVFUZ_SHIFT) - 1U); \
50 AUTH_UNKNOWN = -1, /* Unknown */
167 int sys_ceiling = STRATUM_UNSPEC - 1; /* cluster stratum ceiling */
179 * Statistics counters - first the good, then the bad
196 * The default way is "on-receipt". If this was a packet from a
197 * well-behaved source, on-receipt will offer the fastest recovery.
199 * for a bad-gu
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Davxintrin.h1 /*===---- avxintrin.h - AVX intrinsics -----
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,k3-r5f-rproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-r5f-rproc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Suman Anna <s-anna@ti.com>
13 The TI K3 family of SoCs usually have one or more dual-core Arm Cortex R5F
20 AM64x SoCs do not support LockStep mode, but rather a new non-safety mode
21 called "Single-CPU" mode, where only Core0 is used, but with ability to use
27 Each Dual-Core R5F sub-system is represented as a single DTS node
40 - ti,am62-r5fss
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c1 /*===- InstrProfilingValue.c - Support library for PGO instrumentation ----===*\
5 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 \*===----------------------------------------------------------------------===*/
64 #pragma GCC diagnostic ignored "-Wcast-qual" in __llvm_profile_set_num_value_sites()
67 #pragma clang diagnostic ignored "-Wcast-qual" in __llvm_profile_set_num_value_sites()
69 *((uint16_t *)&Data->NumValueSites[ValueKind]) = NumValueSites; in __llvm_profile_set_num_value_sites()
86 return Data->FunctionPointer; in __llvm_get_function_addr()
108 NumVSites += Data->NumValueSites[VKI]; in allocateValueProfileCounters()
110 // If NumVSites = 0, calloc is allowed to return a non-null pointer. in allocateValueProfileCounters()
116 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { in allocateValueProfileCounters()
[all …]
/freebsd-src/contrib/ntp/include/
H A Dntp.h2 * ntp.h - NTP definitions for the masses
21 * Calendar arithmetic - contributed by G. Healton
35 / 4 - ((year - 1) / 100) + ((year - 1) / \
41 #define ntp0(year) (julian0(year) - julian0(1900))
46 #define unix0(year) (julian0(year) - julian0(1970))
49 * LEAP YEAR test for full 4-digit years (e.g, 1999, 2010)
61 * to convert simple two-digit years to tm_year style years:
66 * to convert either two-digit OR tm_year years to four-digit years:
98 #define NTP_PORT 123 /* included for non-unix machines */
126 #define HUFFPUFF 900 /* huff-n'-puff sample interval (s) */
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/arm/
H A Dversatile-ab.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
6 compatible = "arm,versatile-ab";
7 #address-cells = <1>;
8 #size-cells = <1>;
9 interrupt-parent = <&vic>;
19 stdout-path = &uart0;
27 xtal24mhz: clock-2400000
[all...]

12345