Home
last modified time | relevance | path

Searched +full:non +full:- +full:overlap +full:- +full:time (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Datmel-classd.txt4 - compatible
5 Should be "atmel,sama5d2-classd".
6 - reg
8 - interrupts
10 - dmas
11 One DMA specifiers as described in atmel-dma.txt and dma.txt files.
12 - dma-names
14 - clock-names
17 - clocks
18 Please refer to clock-bindings.txt.
[all …]
H A Datmel,sama5d2-classd.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Nicolas Ferre <nicolas.ferre@microchip.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - Claudiu Beznea <claudiu.beznea@microchip.com>
22 - items:
23 - const: atmel,sama5d2-classd
24 - items:
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dld.lld.13 .\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
25 is a drop-in replacement for the GNU BFD and gold linkers.
30 currently supports i386, x86-64, ARM, AArch64, LoongArch, PowerPC32,
31 PowerPC64, MIPS32, MIPS64, RISC-V, AMDGPU, Hexagon and SPARC V9 targets.
33 acts as a Microsoft link.exe-compatible linker if invoked as
34 .Nm lld-link
43 Many options have both a single-letter and long form.
54 .Bl -tag -width indent
55 .It Fl -allow-multiple-definition
58 .It Fl -allow-shlib-undefined
[all …]
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.533 daemon of the general form: ``run this command at this time on this date''.
43 non-space character is a pound-sign (#) are comments, and are ignored.
52 .Bd -literal
56 where the spaces around the equal-sign (=) are optional, and any subsequent
57 non-leading spaces in
128 is defined (and non-empty), mail is
132 is defined (and non-empty), its value will be used as the from address.
147 your mailer when you install cron --
153 upward-compatible extensions.
155 Each user cron line has five time and date fields, followed by a command.
[all …]
/freebsd/usr.bin/clang/llvm-profdata/
H A Dllvm-profdata.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/contrib/nvi/vi/
H A Dv_scroll.c1 /*-
14 #include <sys/time.h>
35 * ^F -- if the window is fairly small, using physical lines can result in
36 * a half-page scroll repainting the entire screen, which is not what the
38 * lines can make it impossible to display parts of the line -- there aren't
41 * the same time, you lose. This is even worse in the case of the H, L, and
42 * M commands -- for large lines, they may all refer to the same line and
45 * Another issue is that page and half-page scrolling commands historically
46 * moved to the first non-blank character in the new line. If the line is
49 * this implementation, scrolling commands set the cursor to the first non-
[all …]
/freebsd/sys/kern/
H A Dkern_lockf.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
29 /*-
92 static MALLOC_DEFINE(M_LOCKF, "lockf", "Byte-range locking structures");
184 * (s) locked by state->ls_lock
218 * are terminal nodes in the graph (i.e. have no out-going
219 * edges). Pending locks have out-going edges to each blocking active
224 * out-going edges or new active locks which only add in-coming edges)
245 LIST_ENTRY(owner_edge) e_outlink; /* (g) link from's out-edge list */
246 LIST_ENTRY(owner_edge) e_inlink; /* (g) link to's in-edge list */
[all …]
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h1 // SPDX-License-Identifier: 0BSD
24 // 0 = Byte-by-byte copying only.
25 // 1 = Use memcpy() for non-overlapping copies.
26 // 2 = Use x86 SSE2 for non-overlapping copies.
38 /// Byte-by-byte and memcpy() copy exactly the amount needed. Other methods
53 /// (1) Every time the decoder reaches the end of the dictionary buffer,
61 /// won't need memmove() as the copying cannot overlap.
73 /// dict_repeat() copies 32 bytes at a time, thus this must also be
100 /// "size - 2 * LZ_DICT_REPEAT_MAX".
121 /// Data specific to the LZ-based decoder
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c1 // SPDX-License-Identifier: MIT
20 * driver can be active at any given time. Many systems load a generic
21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process.
23 * hardware-specific driver. To take over the device, the dedicated driver
25 * ownership of framebuffer memory and hand-over between drivers.
32 * .. code-block:: c
42 * return -ENODEV;
43 * base = mem->start;
61 * The given example reads the platform device's I/O-memory range from the
82 * .. code-block:: c
[all …]
/freebsd/share/doc/psd/03.iosys/
H A Diosys1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
37 .EH 'PSD:3-%''The UNIX I/O System'
38 .OH 'The UNIX I/O System''PSD:3-%'
61 in the paper ``The UNIX Time-sharing System.''
79 which work, or can work, with addressible 512-byte blocks.
91 Character-type devices have a much
102 in the low-order 8 bits and the major device number
103 in the next-higher 8 bits;
120 they both start at 0 and therefore overlap.
134 which is stored in the system's per-process
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1 //===- AMDGPUSplitModule.cpp ----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// FullLTO --lto-partitions option for parallel codegen. This is completely
15 /// SplitModule: load-balance the module's functions across a set of N
17 /// differently than the target-agnostic variant:
18 /// - The module has "split roots", which are kernels in the vast
20 /// - Each root has a set of dependencies, and when a root and its
24 /// - There's special care for indirect calls in order to ensure
65 #define DEBUG_TYPE "amdgpu-split-module"
[all …]
/freebsd/share/doc/papers/sysperf/
H A D2.t54 out at 25-35 tps in practice), and the user cpu utilization (us) should
60 be non-zero). It is healthy for the paging demon to free pages when
70 is overloaded or imbalanced. If you have several non-dma
72 that are doing high-speed non-buffered input/output, then the system
73 time may go high (60-80% or higher).
74 It is often possible to pin down the cause of high system time by
94 It also gives the percentage of time the system has
116 attempt to overlap seek operations with I/O transfers. When
118 non-zero average seek times. Most modern disk drives should
119 exhibit an average seek time of 25-35 ms.
[all …]
/freebsd/bin/pax/
H A Dsel_subs.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
37 #include <sys/time.h>
57 static TIME_RNG *trhead = NULL; /* time range list head */
58 static TIME_RNG *trtail = NULL; /* time range list tail */
68 * check if this file matches a specified uid, gid or time range
95 * 0 if added ok, -1 otherwise;
110 return(-1); in usr_add()
114 return(-1); in usr_add()
128 return(-1); in usr_add()
[all …]
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst12 implementation and have changed over time.
47 section-command
48 section-command
52 Each section-command can be a symbol assignment, an output section description,
61 command is followed by ``INSERT``, LLD applies built-in rules which are similar
64 - Align the first section in a ``PT_LOAD`` segment according to
65 ``-z noseparate-code``, ``-z separate-code``, or
66 ``-z separate-loadable-segments``
67 - Define ``__bss_start``, ``end``, ``_end``, ``etext``, ``_etext``, ``edata``,
69 - Sort ``.ctors.*``/``.dtors.*``/``.init_array.*``/``.fini_array.*`` and
[all …]
/freebsd/contrib/bearssl/src/
H A Dinner.h36 * unsigned type: it is standard, we do it all the time, and for
46 * 2048-bit RSA keys offer adequate security, and should still do so for
48 * already set their root keys to RSA-4096, so we should be able to
68 * Maximum size for a RSA factor (in bits). This is for RSA private-key
87 * 64-bit types so that we may automatically use implementations that
88 * use 64-bit registers in that case. Future versions may detect, e.g.,
91 * If 'unsigned long' is a 64-bit type, then we assume that 64-bit types
94 * as 64-bit means that the 32-bit code will be used, and that code
95 * works also on 64-bit architectures (the 64-bit code may simply be
100 * 32-bit for compatibility with all the legacy code that liberally uses
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1 //===- InstrProf.cpp - Instrumented profiling format support --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
63 "static-func-full-module-prefix", cl::init(true), cl::Hidden,
67 // This option is tailored to users that have different top-level directory in
68 // profile-gen and profile-use compilation. Users need to specific the number
72 // Note current ThinLTO module importing for the indirect-calls assumes
73 // the source directory name not being stripped. A non-zero option value here
74 // can potentially prevent some inter-module indirect-call-promotions.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h1 //===- llvm/MC/MCInstrItineraries.h - Scheduling --------
[all...]
/freebsd/contrib/tzcode/
H A Dtzfile.52 .\" 1996-06-05 by Arthur David Olson.
15 Each file is a sequence of 8-bit bytes.
17 more bytes in network order (bigendian, or high-order byte first),
20 and a boolean is represented by a one-byte binary integer that is
22 The format begins with a 44-byte header containing the following fields:
24 .Bl -bullet
26 The magic four-byte ASCII sequence
39 Six four-byte integer values, in the following order:
41 .Bl -tag -compat -width tzh_ttisstdcnt
44 (UT is Universal Time.)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h1 //===- SplitKit.h - Toolkit for splitting live ranges --------
[all...]
/freebsd/share/doc/smm/05.fastfs/
H A D2.t42 located in logical disk partitions that may overlap. This
47 A file system is described by its super-block,
60 time stamps marking last modification and access times for the file,
67 the range 5-13.
85 causing many non-consecutive blocks of inodes
95 limited read-ahead in the system,
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1 //===- llvm-profdata.cpp - LLVM profile data tool -------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // llvm-profdata merges .profdata files.
11 //===----------------------------------------------------------------------===//
51 // https://llvm.org/docs/CommandGuide/llvm-profdata.html has documentations
57 "https://llvm.org/docs/CommandGuide/llvm-profdata.html#profdata-show");
63 "https://llvm.org/docs/CommandGuide/llvm-profdata.html#profdata-order");
65 "overlap",
66 "Computes and displays the overlap between two profiles. See detailed "
[all …]
/freebsd/sys/amd64/amd64/
H A Dsupport.S1 /*-
2 * Copyright (c) 2018-2019 The FreeBSD Foundation
118 movq -8(%rdi,%rdx),%r8
119 movq -8(%rsi,%rdx),%r9
130 movl -4(%rdi,%rdx),%r8d
131 movl -4(%rsi,%rdx),%r9d
142 movzwl -2(%rdi,%rdx),%r8d
143 movzwl -2(%rsi,%rdx),%r9d
160 movq -16(%rdi,%rdx),%r8
161 movq -16(%rsi,%rdx),%r9
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1 //===- DeadStoreElimination.cpp - MemorySSA Backed Dead Store Elimination -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 //===----------------------------------------------------------------------===//
106 DEBUG_COUNTER(MemorySSACounter, "dse-memoryssa",
110 EnablePartialOverwriteTracking("enable-dse-partial-overwrite-tracking",
112 cl::desc("Enable partial-overwrite tracking in DSE"));
115 EnablePartialStoreMerging("enable-dse-partial-store-merging",
120 MemorySSAScanLimit("dse-memoryssa-scanlimit", cl::init(150), cl::Hidden,
124 "dse-memoryssa-walklimit", cl::init(90), cl::Hidden,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1 //===- InstrProf.h - Instrumented profiling format support ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Instrumentation-based profiling data is generated by instrumented
10 // binaries through library functions in compiler-rt, and read by the clang
13 //===----------------------------------------------------------------------===//
67 return std::numeric_limits<uint64_t>::max() - 2; in getInstrMaxCountValue()
97 /// Return the name prefix of variables containing per-function control data.
133 /// Return the name of function that registers all the per-function control
134 /// data at program startup time by calling __llvm_register_function. This
[all …]
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c2 * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
58 if (ilen != s->s3.previous_client_finished_len) { in tls_parse_ctos_renegotiate()
63 ok = memcmp(data, s->s3.previous_client_finished, in tls_parse_ctos_renegotiate()
64 s->s3.previous_client_finished_len); in tls_parse_ctos_renegotiate()
67 if ((data[0] ^ s->s3.previous_client_finished[0]) != 0xFF) { in tls_parse_ctos_renegotiate()
77 s->s3.send_connection_binding = 1; in tls_parse_ctos_renegotiate()
82 /*-
85 * - Only the hostname type is supported with a maximum length of 255.
86 * - The servername is rejected if too long or if it contains zeros,
88 * - The servername field is maintained together with the session cache.
[all …]

12345678910>>...13