| /freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| H A D | adi,admv1014.yaml | 1 # 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 D | ThreadSafetyCommon.h | 1 //===- 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 D | SIDefines.h | 1 //===-- 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 D | SimplifyIndVar.cpp | 1 //===-- 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 D | StraightLineStrengthReduce.cpp | 1 //===- 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 D | LoopIdiomRecognize.cpp | 1 //===- 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 D | latin1.tex | 2 % 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 D | ThreadSafetyCommon.cpp | 1 //===- 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 D | cond.c | 84 * conditional directives are well-balanced. 97 * Or -> And ('||' And)* 98 * And -> Term ('&&' Term)* 99 * Term -> Function '(' Argument ')' 100 * Term -> Leaf ComparisonOp Leaf 101 * Term -> Leaf 102 * Term -> '(' Or ')' 103 * Term -> '!' Term 104 * Leaf -> "string" 105 * Leaf -> Number [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | command.c | 1 /*- 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 D | num.c | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2025 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 D | MipsScheduleP5600.td | 1 //==- MipsScheduleP5600.td - P5600 Scheduling Definitions --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2. [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1 //===-- 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 D | print-rx.c | 31 * 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 D | CHANGES.md | 4 This is a detailed breakdown of significant changes. For a high-level overview 13 ---------------- 15 - [OpenSSL 3.5](#openssl-35) 16 - [OpenSSL 3.4](#openssl-34) 17 - [OpenSSL 3.3](#openssl-33) 18 - [OpenSSL 3.2](#openssl-32) 19 - [OpenSSL 3.1](#openssl-31) 20 - [OpenSSL 3.0](#openssl-30) 21 - [OpenSSL 1.1.1](#openssl-111) 22 - [OpenSSL 1.1.0](#openssl-110) [all …]
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_elink.c | 1 /*- 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 D | x86_64-xlate.pl | 2 # Copyright 2005-2025 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 D | aic79xx.c | 1 /*- 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 D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 11 - version set to 1.24.0 for release. 12 - tag for 1.24.0rc1. 13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 20 - Update documentation for using "SET ... EX" in Redis. 21 - Document max buffer sizes for Redis commands. 22 - Update man pages. [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 54 ** NO_TEST - The branches on this line are not 59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 147 ** 2015-03-02 185 ** large file support, or if the OS is windows, these should be no-ops. 191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 1 # 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 …]
|