Home
last modified time | relevance | path

Searched +full:down +full:- +full:counting (Results 1 – 25 of 232) sorted by relevance

12345678910

/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Drenesas,rzg2l-gpt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/renesas,rzg2l-gpt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Biju Das <biju.das.jz@bp.renesas.com>
13 RZ/G2L General PWM Timer (GPT) composed of 8 channels with 32-bit timer
16 * Up-counting or down-counting (saw waves) or up/down-counting
31 * Starting, stopping, clearing and up/down counters in response to input
33 * Starting, clearing, stopping and up/down counters in response to a
36 short-circuits between output pins.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h1 //===- llvm/Support/DebugCounter.h - Debug counter support ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// counters are a tool that let you narrow down a miscompilation to a specific
15 /// and bisection is often helpful here in narrowing it down to a specific pass,
17 /// debug. That is where debug counting steps in. You can instrument the pass
38 /// bin/opt -debug-counter=predicateinfo=47
40 //===----------------------------------------------------------------------===//
109 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterState()
110 return {Result->second.Count, Result->second.CurrChunkIdx}; in getCounterState()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dnxp,bbnsm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP Battery-Backed Non-Secure Module
10 - Jacky Bai <ping.bai@nxp.com>
13 NXP BBNSM serves as non-volatile logic and storage for the system.
15 The RTC can retain its state and continues counting even when the
16 main chip is power down. A time alarm is generated once the most
17 significant 32 bits of the real-time counter match the value in the
26 - enum:
[all …]
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade1 FreeBSD maintainer's guide to OpenSSH-portable
12 02) Download the latest OpenSSH-portable tarball and signature from
17 $ gpg --verify openssh-X.YpZ.tar.gz.asc
21 $ tar xf openssh-X.YpZ.tar.gz
28 $ rsync --archive --delete --exclude=.git /path/to/openssh-X.YpZ/ ./
32 $ git add -A
36 $ git commit -m "Vendor import of OpenSSH X.YpZ"
40 $ git tag -a -m "Tag OpenSSH X.YpZ" vendor/openssh/X.YpZ
51 --dry-run first to ensure that no undesired tags will be pushed:
53 $ git push --dry-run --follow-tags freebsd vendor/openssh
[all …]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr.S2 * strrchr - find last position of a character in a string.
4 * Copyright (c) 2014-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
10 * ARMv8-a, AArch64
47 For each 32-byte hunk we calculate a 64-bit syndrome value, with
49 and little-endian systems). For each tuple, bit 0 is set iff
64 bic src, srcin, #31 /* Work with aligned 32-byte hunks. */
71 /* Input string is not 32-byte aligned. Rather than forcing
85 addp vhas_nul1.16b, vhas_nul1.16b, vhas_nul2.16b // 256->128
86 addp vhas_chr1.16b, vhas_chr1.16b, vhas_chr2.16b // 256->128
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
4 * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
7 * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
8 * - Public forum : https://groups.google.com/forum/#!forum/lz4c
10 * This source code is licensed under both the BSD-style license (found in the
13 * You may select, at your option, one of the above-listed licenses.
41 for type-specific functions (template emulation in C)
62 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */ in FSE_buildDTable()
68 U32 highThreshold = tableSize-1; in FSE_buildDTable()
74 /* Init, lay down lowprob symbols */ in FSE_buildDTable()
[all …]
/freebsd/share/man/man9/
H A Ddomain.979 .Bd -literal
121 .Bd -literal
138 pr_abort_t *pr_abort; /* abrupt tear down: soabort() */
171 If the probe routine returns a non-0 value, then the domain will not be added.
174 no reference counting system in place to determine if there are any
196 .Bl -tag -width Er
H A Dsocket.91 .\"-
153 programming interface permits in-kernel consumers to interact with
159 other network-aware kernel services.
173 context or while holding non-sleepable kernel locks.
216 which handles reference counting on the socket.
252 .Fa so->so_timeo
256 .Fa so->so_error
257 to become non-zero.
273 down.
275 Sockets are transitioned from non-listening status to listening with
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod6 - generic method constructor
64 reference counting and acts accordingly (i.e. it will call the
98 Optionally, I<prov> may be given as a search criterion, to narrow down the
151 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/sys/netlink/route/
H A Diface_drivers.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
71 if (lattrs->ifla_ifalias != NULL) { in _nl_modify_ifp_generic()
72 if (nlp_has_priv(npt->nlp, PRIV_NET_SETIFDESCR)) { in _nl_modify_ifp_generic()
73 int len = strlen(lattrs->ifla_ifalias) + 1; in _nl_modify_ifp_generic()
76 memcpy(buf, lattrs->ifla_ifalias, len); in _nl_modify_ifp_generic()
85 if ((lattrs->ifi_change & IFF_UP) != 0 || lattrs->ifi_change == 0) { in _nl_modify_ifp_generic()
86 /* Request to up or down the interface */ in _nl_modify_ifp_generic()
87 if (lattrs->ifi_flags & IFF_UP) in _nl_modify_ifp_generic()
93 if (lattrs->ifla_mtu > 0) { in _nl_modify_ifp_generic()
[all …]
/freebsd/share/man/man4/
H A Dlp.41 .\" -*- nroff -*-
3 .\" Copyright (c) 1996 A.R.Gordon, andrew.gordon@net-tel.co.uk
51 point-to-point network interface between two similarly configured systems.
54 and any standard AT-compatible printer port with working interrupts may be used.
68 to be reserved for PLIP until the network interface is configured 'down'.
73 .Bl -tag -width Fl
91 .Bd -literal
93 2 15 Data0 -> ERROR*
94 3 13 Data1 -> SLCT
95 4 12 Data2 -> PE
[all …]
H A Dcxgbev.41 .\" Copyright (c) 2011-2016, Chelsio Inc
37 .Nd "Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet VF driver"
42 .Bd -ragged -offset indent
50 .Bd -literal -offset indent
70 .Bl -column -offset indent "ASIC" "Port Name"
95 .Bl -bullet -compact
97 Chelsio T6225-CR
99 Chelsio T6225-SO-CR
101 Chelsio T62100-LP-CR
103 Chelsio T62100-SO-CR
[all …]
H A Dnetintro.481 in addition, provide non-standard facilities or extensions
85 abstraction may allow more than one byte of out-of-band
86 data to be transmitted per out-of-band message.
131 .Bd -literal -offset indent
147 .Bd -literal
162 A user process (or possibly multiple co-operating processes)
192 .Bd -literal
211 #define ifr_dstaddr ifr_ifru.ifru_dstaddr /* other end of p-to-p link */
233 .Bl -tag -width SIOCGIFBRDADDR
248 some capabilities may appear hard-coded to enabled, or toggling
[all …]
/freebsd/share/doc/papers/kerntune/
H A D2.t78 but we are limited by the two-dimensional nature of our output
104 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7]
105 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1]
106 [2] 41.5 0.50 3.00 10+4 \s-1EXAMPLE\s+1 [2]
107 1.50 1.00 20/40 \ \ \s-1SUB1\s+1 <cycle1> [4]
108 0.00 0.50 1/5 \ \ \s-1SUB2\s+1 [9]
109 0.00 0.00 0/5 \ \ \s-1SUB3\s+1 [11]
112 Figure 1. Profile entry for \s-1EXAMPLE\s+1.
144 Self-recursive routines have their calls broken
145 down into calls from the outside and self-recursive calls.
[all …]
/freebsd/lib/libkvm/
H A Dkvm_private.c1 /*-
7 * BG 91-66 and contributed to Berkeley.
72 * Report an error using printf style arguments. "program" is kd->program
88 (void)vsnprintf(kd->errbuf, in _kvm_err()
89 sizeof(kd->errbuf), fmt, ap); in _kvm_err()
106 char *cp = kd->errbuf; in _kvm_syserr()
108 (void)vsnprintf(cp, sizeof(kd->errbuf), fmt, ap); in _kvm_syserr()
110 (void)snprintf(&cp[n], sizeof(kd->errbuf) - n, ": %s", in _kvm_syserr()
122 _kvm_err(kd, kd->program, "can't allocate %zu bytes: %s", in _kvm_malloc()
131 return (kd->nlehdr.e_ident[EI_CLASS] == class && in _kvm_probe_elf_kernel()
[all …]
/freebsd/contrib/ncurses/man/
H A Dterminfo.tail2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .SS "User-Defined Capabilities"
41 \fI\%ncurses\fP addresses this limitation by allowing user-defined
44 the \fB\-x\fP option for this purpose.
45 When \fB\-x\fP is set,
46 \fB@TIC@\fP treats unknown capabilities as user-defined.
56 User-defined capability strings whose name begins
70 user-defined capabilities intended for use by termcap applications should
77 The \fI\%ncurses\fP library uses a few of these user-defined
[all …]
/freebsd/share/doc/papers/timecounter/
H A Dtimecounter.ms5 .\" ----------------------------------------------------------------------------
6 .\" "THE BEER-WARE LICENSE" (Revision 42):
9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
10 .\" ----------------------------------------------------------------------------
16 .A "Poul-Henning Kamp" "The FreeBSD Project"
18 The FreeBSD timecounters are an architecture-independent implementation
21 multiplication to canonical timescales based on micro- or nano-seconds
23 synchronisation. Timecounters are implemented using lock-less
24 stable-storage based primitives which scale efficiently in SMP
40 but I have not been able to conclusively nail the first implementation down.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dpipeline.json10 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
158 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.",
182 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX …
189 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE…
248 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread …
259 …lable for other events. Note: On all current platforms this event stops counting during 'throttlin…
450 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length …
468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event",
474 …scription": "Counts the number of instructions retired - an Architectural PerfMon event. Counting
479 "BriefDescription": "Number of instructions retired. General Counter - architectural event",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dpipeline.json10 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
156 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.",
180 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX …
187 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE…
244 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread …
254 …lable for other events. Note: On all current platforms this event stops counting during 'throttlin…
452 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length …
468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event",
474 …ption": "Counts the number of X86 instructions retired - an Architectural PerfMon event. Counting
479 "BriefDescription": "Number of instructions retired. General Counter - architectural event",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dpipeline.json10 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
158 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.",
182 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX …
189 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE…
248 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread …
259 …lable for other events. Note: On all current platforms this event stops counting during 'throttlin…
450 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length …
468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event",
474 …scription": "Counts the number of instructions retired - an Architectural PerfMon event. Counting
479 "BriefDescription": "Number of instructions retired. General Counter - architectural event",
[all …]
/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
81 * entry Permanent copy of ACPI_WDAT_ENTRY entry (sub-table).
98 * stop_in_sleep False if this watchdog keeps counting down during sleep.
133 if (STAILQ_EMPTY(&sc->action[action])) { in wdatwd_action()
134 WDATWD_VERBOSE_PRINTF(sc->dev, in wdatwd_action()
139 STAILQ_FOREACH(wdat, &sc->action[action], next) { in wdatwd_action()
140 ACPI_GENERIC_ADDRESS *gas = &wdat->entry.RegisterRegion; in wdatwd_action()
143 switch (wdat->entry.Instruction in wdatwd_action()
151 x >>= gas->BitOffset; in wdatwd_action()
[all …]
/freebsd/share/doc/psd/18.gprof/
H A Dpresent.me69 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7]
70 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1]
71 [2] 41.5 0.50 3.00 10+4 \s-1EXAMPLE\s+1 [2]
72 1.50 1.00 20/40 \ \ \s-1SUB1\s+1 <cycle1> [4]
73 0.00 0.50 1/5 \ \ \s-1SUB2\s+1 [9]
74 0.00 0.00 0/5 \ \ \s-1SUB3\s+1 [11]
77 Profile entry for \s-1EXAMPLE\s+1.
82 but we are limited by the two-dimensional nature of our output
124 Self-recursive routines have their calls broken
125 down into calls from the outside and self-recursive calls.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DUI_new.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH UI_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
72 UI_get_method, UI_set_method, UI_OpenSSL, UI_null \- user interface
130 prompt the user for text-based information. Through user-written methods
142 user-defined random data can be passed down to the underlying method
164 \&\fBUI_OpenSSL()\fR returns the built-in UI method (note: not necessarily the
178 sizes of the result, not counting the final NUL character. The given
194 The difference between the two is only conceptual. With the built-in method,
222 time. The built-in UI method doesn't care about this info. Note that several
230 the UI is destroyed. \fBUI_dup_user_data()\fR returns 0 on success, or \-1 on memory
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod13 UI_get_method, UI_set_method, UI_OpenSSL, UI_null - user interface
71 prompt the user for text-based information. Through user-written methods
83 user-defined random data can be passed down to the underlying method
105 UI_OpenSSL() returns the built-in UI method (note: not necessarily the
119 sizes of the result, not counting the final NUL character. The given
135 The difference between the two is only conceptual. With the built-in method,
163 time. The built-in UI method doesn't care about this info. Note that several
171 the UI is destroyed. UI_dup_user_data() returns 0 on success, or -1 on memory
184 and prompting and returns the final status, which is -2 on out-of-band events
185 (Interrupt, Cancel, ...), -1 on error and 0 on success.
[all …]
/freebsd/share/doc/smm/18.net/
H A D6.t90 be described in detail later. A pointer to a protocol-specific
125 #define SS_NBIO 0x100 /* non-blocking ops */
136 set with \fIfcntl\fP. ``Non-blocking'' I/O implies that
151 super-user. Only privileged sockets may
184 (assuming non-blocking I/O has not been specified).*
186 * The low-water mark is always presumed to be 0
205 Stream-oriented sockets queue data with no addresses, headers
210 Record-oriented sockets, including datagram sockets,
289 socket-visible characteristics, some of which are used in
301 /* protocol-protocol hooks */
[all …]

12345678910