Home
last modified time | relevance | path

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

12

/src/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()
83 bool assumeRequirement(OperandSide Side, BinaryOperator::Opcode Cmp, unsigned Limit);
85 void recordAssumption(OperandSide Side, BinaryOperator::Opcode Cmp, unsigned Limit);
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()
206 BugReportPtr BitwiseShiftValidator::checkOperandNegative(OperandSide Side) { in checkOperandNegative() argument
208 if (!operandExpr(Side)->getType()->isSignedIntegerType()) in checkOperandNegative()
[all …]
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-droid4-xt894.dts117 /* Side buttons, KEY_VOLUMEDOWN and KEY_PWER are on CPCAP? */
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md107 Connection-Level Flow Control - TX Side
155 Stream-Level Flow Control - TX Side
175 Connection-Level Flow Control - RX Side
215 Stream-Level Flow Control - RX Side
H A Dquic-fifm.md198 * Input Side
253 * Output Side
/src/sys/dev/qlxge/
H A DREADME.txt40 * Receive Side scaling
/src/sys/dev/qlxgb/
H A DREADME.txt40 * Receive Side scaling
/src/sys/dev/qlxgbe/
H A DREADME.txt40 * Receive Side scaling
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_decrypt.pod71 Side-channel free handling of the error stack can be performed using
H A DRSA_public_encrypt.pod105 Side-channel free handling of the error stack can be performed using
/src/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()
/src/contrib/googletest/docs/reference/
H A Dactions.md21 ## Side Effects
/src/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";
/src/share/misc/
H A Dusb_hid_usages753 0x166 Channel Side
1205 0x92 Soft Button Side
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td734 // TODO: 3.42.22. Device-Side Enqueue Instructions
/src/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
/src/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
/src/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
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1743 // register separately. Side effect is not used because dependencies are
/src/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
/src/contrib/file/magic/Magdir/
H A Dwindows1557 #Tag|Version|Vendor|Vendor ID|Creation Time Stamp|Cartridge Label|Side|Media ID|Media Domain ID|Ven…
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17145 const Expr *Side = DiagSide[I].Cond; in DiagnoseStaticAssertDetails() local
17147 Side->EvaluateAsRValue(DiagSide[I].Result, Context, true); in DiagnoseStaticAssertDetails()
17150 ConvertAPValueToString(DiagSide[I].Result.Val, Side->getType(), in DiagnoseStaticAssertDetails()
/src/crypto/libecc/
H A DREADME.md1100 ### Overview of SCA (Side Channel Attacks) countermeasures
/src/crypto/openssl/
H A DNEWS.md835 * Significant Side-Channel attack security improvements
H A DCHANGES.md4687 and Side-Channel Attacks" Eq. (8) for y-coordinate recovery, modified
6671 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
7768 * Side channel attack on modular exponentiation
8970 * Side channel attack on modular exponentiation
9624 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
10596 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
19096 Side note: I get *lots* of email saying the extension code doesn't

12