| /freebsd-src/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-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1013 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 vcm-supply: 42 vcc-drv-supply: [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-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1014 26 spi-max-frequency: 32 clock-names: 34 - const: lo_in 38 vcm-supply: 40 Common-mode voltage regulator. [all …]
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 1 //===- ThreadSafetyCommon.h --------- 187 SE = CurrBlock->pred_end(); walk() local 233 SE = CurrBlock->succ_end(); walk() local 282 CapabilityExpr(const til::SExpr * E,StringRef Kind,bool Neg) CapabilityExpr() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1 //===-- SimplifyIndVar.cpp - Induction variable simplification ------- 55 ScalarEvolution *SE; global() member in __anona1c8ef110111::SimplifyIndvar 64 SimplifyIndvar(Loop * Loop,ScalarEvolution * SE,DominatorTree * DT,LoopInfo * LI,const TargetTransformInfo * TTI,SCEVExpander & Rewriter,SmallVectorImpl<WeakTrackingVH> & Dead) SimplifyIndvar() argument 861 isSimpleIVUser(Instruction * I,const Loop * L,ScalarEvolution * SE) isSimpleIVUser() argument 984 simplifyUsersOfIV(PHINode * CurrIV,ScalarEvolution * SE,DominatorTree * DT,LoopInfo * LI,const TargetTransformInfo * TTI,SmallVectorImpl<WeakTrackingVH> & Dead,SCEVExpander & Rewriter,IVVisitor * V) simplifyUsersOfIV() argument 996 simplifyLoopIVs(Loop * L,ScalarEvolution * SE,DominatorTree * DT,LoopInfo * LI,const TargetTransformInfo * TTI,SmallVectorImpl<WeakTrackingVH> & Dead) simplifyLoopIVs() argument 1027 ScalarEvolution *SE; global() member in __anona1c8ef110311::WidenIV 2130 createWideIV(const WideIVInfo & WI,LoopInfo * LI,ScalarEvolution * SE,SCEVExpander & Rewriter,DominatorTree * DT,SmallVectorImpl<WeakTrackingVH> & DeadInsts,unsigned & NumElimExt,unsigned & NumWidened,bool HasGuards,bool UsePostIncrementRanges) createWideIV() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIDefines.h | 1 //===-- SIDefines.h - SI Helper Macros ------- 266 NEG = 1 << 0, // Floating-point negate modifier global() enumerator [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 1 //===- StraightLineStrengthReduce.cpp - -------- 128 StraightLineStrengthReduce(const DataLayout * DL,DominatorTree * DT,ScalarEvolution * SE,TargetTransformInfo * TTI) StraightLineStrengthReduce() argument 242 ScalarEvolution *SE; global() member in __anon2fc4011a0111::StraightLineStrengthReduce 679 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); runOnFunction() local 720 auto *SE = &AM.getResult<ScalarEvolutionAnalysis>(F); run() local [all...] |
| H A D | LoopIdiomRecognize.cpp | 1 //===- LoopIdiomRecognize.cpp - Loop idiom recognition -------- 145 ScalarEvolution *SE; global() member in __anonecb45e170111::LoopIdiomRecognize 155 LoopIdiomRecognize(AliasAnalysis * AA,DominatorTree * DT,LoopInfo * LI,ScalarEvolution * SE,TargetLibraryInfo * TLI,const TargetTransformInfo * TTI,MemorySSA * MSSA,const DataLayout * DL,OptimizationRemarkEmitter & ORE) LoopIdiomRecognize() argument 972 getStartForNegStride(const SCEV * Start,const SCEV * BECount,Type * IntPtr,const SCEV * StoreSizeSCEV,ScalarEvolution * SE) getStartForNegStride() argument 990 getNumBytes(const SCEV * BECount,Type * IntPtr,const SCEV * StoreSizeSCEV,Loop * CurLoop,const DataLayout * DL,ScalarEvolution * SE) getNumBytes() argument 2557 detectShiftUntilZeroIdiom(Loop * CurLoop,ScalarEvolution * SE,Instruction * & ValShiftedIsZero,Intrinsic::ID & IntrinID,Instruction * & IV,Value * & Start,Value * & Val,const SCEV * & ExtraOffsetExpr,bool & InvertedCond) detectShiftUntilZeroIdiom() argument [all...] |
| /freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 1 //===- ThreadSafetyCommon.cpp --------- 190 bool Neg = false; translateAttrExpr() local 663 til::SExpr* SE = translate(E, Ctx); translateDeclStmt() local [all...] |
| H A D | ThreadSafety.cpp | 1 //===- ThreadSafety.cpp ---------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // A intra-procedural analysis for thread safety (e.g. deadlocks and race 15 //===----------------------------------------------------------------------===// 73 Loc = DeclExp->getExprLoc(); in warnInvalidLock() 103 /// FIXME: this analysis does not currently support re-entrant locking. 166 return static_cast<unsigned short>(Facts.size() - 1); in newFact() 219 for (unsigned i = 0; i < n-1; ++i) { in removeLock() 221 FactIDs[i] = FactIDs[n-1]; in removeLock() [all …]
|
| /freebsd-src/contrib/bmake/ |
| H A D | cond.c | 85 * 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 -> Numbe 851 bool neg = false; CondParser_Term() local [all...] |
| /freebsd-src/contrib/bc/src/ |
| H A D | num.c | 4 * 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)) in bc_num_neg() 463 bool a_max, neg = false; bc_num_cmp() local 1950 bool neg; bc_num_r() local 2051 bool neg; bc_num_p() local 2844 bool neg = (n->len <= nrdx); bc_num_printExponent() local 3326 bool neg = BC_NUM_NEG(n); bc_num_printBase() local [all...] |
| /freebsd-src/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->promp in HelpCommand() [all...] |
| /freebsd-src/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.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 36 // ------------ 53 // Pseudo-resource used to block CTISTD when handling multi-pipeline splits. 57 // --------------- 107 // ------------- 157 // ------------ 209 // --------------------------- 222 // add, addi, addiu, addu, andi, ori, rotr, se[bh], sllv?, sr[al]v?, slt, sltu, [all …]
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1 //===-- AArch64TargetTransformInfo.cpp - AArch64 specific TTI ------- 1732 auto NEG = IC.Builder.CreateIntrinsic( instCombineSVESDIV() local 2947 getAddressComputationCost(Type * Ty,ScalarEvolution * SE,const SCEV * Ptr) getAddressComputationCost() argument 3293 getFalkorUnrollingPreferences(Loop * L,ScalarEvolution & SE,TargetTransformInfo::UnrollingPreferences & UP) getFalkorUnrollingPreferences() argument 3296 __anon568226480e02(Loop *L, ScalarEvolution &SE) getFalkorUnrollingPreferences() argument 3340 getUnrollingPreferences(Loop * L,ScalarEvolution & SE,TTI::UnrollingPreferences & UP,OptimizationRemarkEmitter * ORE) getUnrollingPreferences() argument 3396 getPeelingPreferences(Loop * L,ScalarEvolution & SE,TTI::PeelingPreferences & PP) getPeelingPreferences() argument [all...] |
| /freebsd-src/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-ac 1150 int pos, neg, acl; acl_print() local [all...] |
| /freebsd-src/crypto/openssl/ |
| H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 --------- [all...] |
| /freebsd-src/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-src/crypto/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 2 # 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-src/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-src/contrib/unbound/doc/ |
| H A D | Changelog | 2 - 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 - Fi [all...] |
| /freebsd-src/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 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-HARMLES 24548 int Y, M, D, neg; parseYyyyMmDd() local 35724 int neg = 0; /* assume positive */ sqlite3Atoi64() local 35861 int neg = 0; sqlite3GetInt32() local [all...] |
| /freebsd-src/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 …]
|