Home
last modified time | relevance | path

Searched refs:Side (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp73 const Expr *operandExpr(OperandSide Side) const { in operandExpr()
74 return Side == OperandSide::Left ? Op->getLHS() : Op->getRHS(); in operandExpr()
91 BugReportPtr checkOperandNegative(OperandSide Side);
137 bool BitwiseShiftValidator::assumeRequirement(OperandSide Side, in assumeRequirement() argument
142 const SVal OperandVal = Ctx.getSVal(operandExpr(Side)); in assumeRequirement()
160 recordAssumption(Side, Comparison, Limit); in assumeRequirement()
208 if (!operandExpr(Side)->getType()->isSignedIntegerType()) in checkOperandNegative()
212 if (assumeRequirement(Side, BO_GE, 0)) in checkOperandNegative()
222 Side == OperandSide::Left ? "left" : "right") in checkOperandNegative()
298 void BitwiseShiftValidator::recordAssumption(OperandSide Side, in recordAssumption() argument
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1013.yaml58 se-neg - Single-Ended Mode, Negative Side Disabled.
59 se-pos - Single-Ended Mode, Positive Side Disabled.
H A Dadi,admv1014.yaml95 se-neg - Single-Ended Mode, Negative Side Disabled.
96 se-pos - Single-Ended Mode, Positive Side Disabled.
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Domap4-droid4-xt894.dts110 /* Side buttons, KEY_VOLUMEDOWN and KEY_PWER are on CPCAP? */
/freebsd-14.2/sys/dev/qlxge/
H A DREADME.txt40 * Receive Side scaling
/freebsd-14.2/sys/dev/qlxgb/
H A DREADME.txt40 * Receive Side scaling
/freebsd-14.2/sys/dev/qlxgbe/
H A DREADME.txt40 * Receive Side scaling
/freebsd-14.2/contrib/diff/doc/
H A Ddiff.texi950 @node Side by Side
951 @section Showing Differences Side by Side
1007 * Example Side by Side:: Sample side by side output.
1010 @node Side by Side Format
1011 @subsection Controlling Side by Side Format
1028 @node Example Side by Side
1029 @subsection An Example of Side by Side Format
3791 @xref{Side by Side Format}.
3857 @xref{Side by Side Format}.
3917 side by side format. @xref{Side by Side Format}.
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp352 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
353 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
356 SourceLocation getLocation(CFGBlockSide Side) const { in getLocation()
357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dactions.md21 ## Side Effects
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-fxtec-pro1.dts110 label = "Side buttons";
H A Dmsm8998-sony-xperia-yoshino.dtsi100 label = "Side buttons";
/freebsd-14.2/share/misc/
H A Dusb_hid_usages753 0x166 Channel Side
1205 0x92 Soft Button Side
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td694 // TODO: 3.42.22. Device-Side Enqueue Instructions
/freebsd-14.2/contrib/bearssl/
H A DDoxyfile225 # "sideeffect=@par Side Effects:\n"
228 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd-14.2/contrib/xz/doxygen/
H A DDoxyfile265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd-14.2/contrib/ldns/
H A Dlibdns.doxygen.in251 # "sideeffect=@par Side Effects:\n"
254 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd-14.2/contrib/libcbor/
H A DDoxyfile265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd-14.2/contrib/diff/
H A DChangeLog52 (Normal): Place after Side by Side, since it's less important.
/freebsd-14.2/contrib/unbound/doc/
H A Dunbound.doxygen265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dwindows1482 #Tag|Version|Vendor|Vendor ID|Creation Time Stamp|Cartridge Label|Side|Media ID|Media Domain ID|Ven…
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1842 // register separately. Side effect is not used because dependencies are
/freebsd-14.2/crypto/openssl/
H A DNEWS.md355 * Significant Side-Channel attack security improvements
H A DCHANGES.md3038 and Side-Channel Attacks" Eq. (8) for y-coordinate recovery, modified
5022 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
6114 * Side channel attack on modular exponentiation
7316 * Side channel attack on modular exponentiation
7970 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
8942 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
17442 Side note: I get *lots* of email saying the extension code doesn't
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17291 const Expr *Side = DiagSide[I].Cond; in DiagnoseStaticAssertDetails() local
17293 Side->EvaluateAsRValue(DiagSide[I].Result, Context, true); in DiagnoseStaticAssertDetails()
17296 ConvertAPValueToString(DiagSide[I].Result.Val, Side->getType(), in DiagnoseStaticAssertDetails()

12