Home
last modified time | relevance | path

Searched +full:se +full:- +full:neg (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1013.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dadi,admv1014.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h1 //===- ThreadSafetyCommon.h -------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
70 // We treat a top-level wildcard as the "univsersal" lock. in matches()
88 return PE1->clangDecl() == PE2->clangDecl(); in partiallyMatches()
175 V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry()); in walk()
186 for (CFGBlock::const_pred_iterator SI = CurrBlock->pred_begin(), in walk()
187 SE = CurrBlock->pred_end(); in walk() local
188 SI != SE; ++SI) { in walk()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h1 //===-- SIDefines.h - SI Helper Macros ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
28 RegTupleAlignUnitsMask = (1 << RegTupleAlignUnitsWidth) - 1,
54 // Low bits - basic encoding information.
100 // High bits - other information.
181 // v_cmp_class_* etc. use a 10-bit mask for what operation is checked.
199 /// Operands with register or 32-bit immediate
233 /// Operand with 32-bit immediate that uses the constant bus.
283 // Input operand modifiers bit-masks
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1 //===-- SimplifyIndVar.cpp - Induction variable simplification ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
56 ScalarEvolution *SE; member in __anonb324fb7f0111::SimplifyIndvar
66 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, DominatorTree *DT, in SimplifyIndvar() argument
70 : L(Loop), LI(LI), SE(SE), DT(DT), TTI(TTI), Rewriter(Rewriter), in SimplifyIndvar()
79 /// specified induction variable. This is the top-level driver that applies
139 switch (UseInst->getOpcode()) { in foldIVUser()
146 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp1 //===- StraightLineStrengthReduce.cpp - -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements straight-line strength reduction (SLSR). Unlike loop
11 // redundancy in straight-line code instead of loops. It has proven to be
28 // S2: Y = B + i' * S => X + (i' - i) * S
31 // S2: Y = (B + i') * S => X + (i' - i) * S
34 // S2: Y = &B[i' * S] => &X[(i' - i) * S]
36 // Note: (i' - i) * S is folded to the extent possible.
39 // usually come from loop unrolling, so (i' - i) * S is likely the same
[all …]
H A DLoopIdiomRecognize.cpp1 //===- LoopIdiomRecognize.cpp - Loop idiom recognition --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // non-loop form. In cases that this kicks in, it can be a significant
16 // presence of non-idiom instructions. The initial implementation of the
17 // heuristics applies to idioms in multi-block loops.
19 //===----------------------------------------------------------------------===//
29 //===----------------------------------------------------------------------===//
96 #define DEBUG_TYPE "loop-idiom"
109 DisableLIRPAll("disable-" DEBUG_TYPE "-all",
[all …]
/freebsd/crypto/heimdal/doc/
H A Dlatin1.tex2 % Jan Michael Rynning <jmr@nada.kth.se> 1990-10-12
4 \global\catcode`\^^a0=\active \global\let^^a0=~ % no-break space
13 \global\catcode`\^^ac=\active \global\def^^ac{\inmathmode\neg}% not sign
14 \global\catcode`\^^ad=\active \global\let^^ad=\- % soft hyphen
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp1 //===- ThreadSafetyCommon.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
42 switch (CE->getStmtClass()) { in getSourceLiteralString()
44 return toString(cast<IntegerLiteral>(CE)->getValue(), 10, true); in getSourceLiteralString()
47 ret += cast<StringLiteral>(CE)->getString(); in getSourceLiteralString()
66 return Ph->status() == til::Phi::PH_Incomplete; in isIncompletePhi()
80 const auto *ME = dyn_cast<MemberExpr>(E->IgnoreParenCasts()); in isCalleeArrow()
81 return ME ? ME->isArrow() : false; in isCalleeArrow()
[all …]
/freebsd/contrib/bmake/
H A Dcond.c85 * conditional directives are well-balanced.
98 * Or -> And ('||' And)*
99 * And -> Term ('&&' Term)*
100 * Term -> Function '(' Argument ')'
101 * Term -> Leaf Operator Leaf
102 * Term -> Leaf
103 * Term -> '(' Or ')'
104 * Term -> '!' Term
105 * Leaf -> "string"
106 * Leaf -> Number
[all …]
/freebsd/usr.sbin/ppp/
H A Dcommand.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
202 if (cmd->lauth & LOCAL_CX) in showcx()
204 else if (cmd->lauth & LOCAL_CX_OPT) in showcx()
217 if (!arg->prompt) { in HelpCommand()
222 if (arg->argc > arg->argn) { in HelpCommand()
223 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++) in HelpCommand()
224 if ((cmd->lauth & arg->prompt->auth) && in HelpCommand()
[all …]
/freebsd/contrib/bc/src/
H A Dnum.c4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
72 * Conditionally negate @a n based on @a neg. Algorithm taken from
75 * @param neg The condition to negate or not.
78 bc_num_neg(size_t n, bool neg) in bc_num_neg() argument
80 return (((ssize_t) n) ^ -((ssize_t) neg)) + neg; in bc_num_neg()
86 * @return -1 if the number is less than 0, 1 if greater, and 0 if equal.
91 return bc_num_neg((n)->len != 0, BC_NUM_NEG(n)); in bc_num_cmpZero()
102 return n->len ? n->len - BC_NUM_RDX_VAL(n) : 0; in bc_num_int()
117 if (req > n->cap) in bc_num_expand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td1 //==- MipsScheduleP5600.td - P5600 Scheduling Definitions --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1 //===-- AArch64TargetTransformInfo.cpp - AArch64 specific TTI -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 static cl::opt<bool> EnableFalkorHWPFUnrollFix("enable-falkor-hwpf-unroll-fix",
36 static cl::opt<unsigned> SVEGatherOverhead("sve-gather-overhead", cl::init(10),
39 static cl::opt<unsigned> SVEScatterOverhead("sve-scatter-overhead",
42 static cl::opt<unsigned> SVETailFoldInsnThreshold("sve-tail-folding-insn-threshold",
46 NeonNonConstStrideOverhead("neon-nonconst-stride-overhead", cl::init(10),
50 "call-penalty-sm-change", cl::init(5), cl::Hidden,
55 "inline-call-penalty-sm-change", cl::init(10), cl::Hidden,
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-rx.c31 * with the guts of RX, per se.
42 #include "netdissect-stdinc.h"
153 { RX_CLIENT_INITIATED, 0, "client-init" },
154 { RX_REQUEST_ACK, 0, "req-ack" },
155 { RX_LAST_PACKET, 0, "last-pckt" },
156 { RX_MORE_PACKETS, 0, "more-pckts" },
157 { RX_FREE_PACKET, 0, "free-pckt" },
158 { RX_SLOW_START_OK, RX_PACKET_TYPE_ACK, "slow-start" },
163 { 130, "fetch-data" },
164 { 131, "fetch-acl" },
[all …]
/freebsd/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
11 ----------------
13 - [OpenSSL 3.0](#openssl-30)
14 - [OpenSSL 1.1.1](#openssl-111)
15 - [OpenSSL 1.1.0](#openssl-110)
16 - [OpenSSL 1.0.2](#openssl-102)
17 - [OpenSSL 1.0.1](#openssl-101)
18 - [OpenSSL 1.0.0](#openssl-100)
19 - [OpenSSL 0.9.x](#openssl-09x)
22 -----------
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
508 /* When this pin is active high during reset, 10GBASE-T core is power
509 * down, When it is active low the 10GBASE-T is power up
733 /* 54618se */
774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1)
936 (_phy)->def_md_devad, \
942 (_phy)->def_md_devad, \
970 * elink_check_lfa - This function checks if link reinitialization is required,
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
14 # Unix ABI to Windows one [see cross-reference "card" at the end of
23 # enough to provide for dual-ABI OpenSSL modules development...
29 # - can't use multiple ops per line;
31 # Dual-ABI styling rules.
33 # 1. Adhere to Unix register and stack layout [see cross-reference
41 # ".type name,@abi-omnipotent" instead.
44 # larger than 6, then you *have to* write "abi-omnipotent" code,
48 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
50 # But on the pros, it's then prefixed with rep automatically:-)
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 1994-2002, 2004 Justin T. Gibbs.
7 * Copyright (c) 2000-2003 Adaptec Inc.
21 * 3. Neither the names of the above-listed copyright holders nor the names
74 { DPARERR, "Data-path Parity Error" },
82 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
83 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" },
84 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
85 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" },
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Fix for dnsoverquic and dnstap to use the correct dnstap
6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
9 - Fix to display warning if quic-port is set but dnsoverquic is not
11 - Fix dnsoverquic to extend the number of streams when one is closed.
14 - Fix to disable detection of quic configured ports when quic is
16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups.
17 - Fix contrib/aaaa-filter-iterator.patch for change in call
21 - Fix cookie_file test sporadic fails for time change during
23 - Fix add reallocarray to alloc stats unit test, and disable
24 override of strdup in unbound-host, and the result of config
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
144 ** 2015-03-02
182 ** large file support, or if the OS is windows, these should be no-ops.
188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt1 # NormalizationTest-4.0.0.txt
2 # Date: 2003-02-25,23:12:31 GMT [MD]
62 00A0;00A0;00A0;0020;0020; # ( ;  ;  ; ; ; ) NO-BREAK SPACE
515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA
516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
1086 2004;2004;2004;0020;0020; # ( ;  ;  ; ; ; ) THREE-PER-EM SPACE
1087 2005;2005;2005;0020;0020; # ( ;  ;  ; ; ; ) FOUR-PER-EM SPACE
1088 2006;2006;2006;0020;0020; # ( ;  ;  ; ; ; ) SIX-PER-EM SPACE
1093 2011;2011;2011;2010;2010; # (‑; ‑; ‑; ‐; ‐; ) NON-BREAKING HYPHEN
1098 202F;202F;202F;0020;0020; # ( ;  ;  ; ; ; ) NARROW NO-BREAK SPACE
[all …]