| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 73 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 D | adi,admv1013.yaml | 58 se-neg - Single-Ended Mode, Negative Side Disabled. 59 se-pos - Single-Ended Mode, Positive Side Disabled.
|
| H A D | adi,admv1014.yaml | 95 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 D | omap4-droid4-xt894.dts | 110 /* Side buttons, KEY_VOLUMEDOWN and KEY_PWER are on CPCAP? */
|
| /freebsd-14.2/sys/dev/qlxge/ |
| H A D | README.txt | 40 * Receive Side scaling
|
| /freebsd-14.2/sys/dev/qlxgb/ |
| H A D | README.txt | 40 * Receive Side scaling
|
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | README.txt | 40 * Receive Side scaling
|
| /freebsd-14.2/contrib/diff/doc/ |
| H A D | diff.texi | 950 @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 D | ThreadSafety.cpp | 352 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 D | actions.md | 21 ## Side Effects
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998-fxtec-pro1.dts | 110 label = "Side buttons";
|
| H A D | msm8998-sony-xperia-yoshino.dtsi | 100 label = "Side buttons";
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 753 0x166 Channel Side 1205 0x92 Soft Button Side
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 694 // TODO: 3.42.22. Device-Side Enqueue Instructions
|
| /freebsd-14.2/contrib/bearssl/ |
| H A D | Doxyfile | 225 # "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 D | Doxyfile | 265 # "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 D | libdns.doxygen.in | 251 # "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 D | Doxyfile | 265 # "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 D | ChangeLog | 52 (Normal): Place after Side by Side, since it's less important.
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 265 # "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 D | windows | 1482 #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 D | RISCVInstrInfo.td | 1842 // register separately. Side effect is not used because dependencies are
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 355 * Significant Side-Channel attack security improvements
|
| H A D | CHANGES.md | 3038 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 D | SemaDeclCXX.cpp | 17291 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()
|