Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp71 const Expr *operandExpr(OperandSide Side) const { in operandExpr()
72 return Side == OperandSide::Left ? Op->getLHS() : Op->getRHS(); in operandExpr()
81 bool assumeRequirement(OperandSide Side, BinaryOperator::Opcode Cmp, unsigned Limit);
83 void recordAssumption(OperandSide Side, BinaryOperator::Opcode Cmp, unsigned Limit);
89 BugReportPtr checkOperandNegative(OperandSide Side);
135 bool BitwiseShiftValidator::assumeRequirement(OperandSide Side, in assumeRequirement() argument
140 const SVal OperandVal = Ctx.getSVal(operandExpr(Side)); in assumeRequirement()
158 recordAssumption(Side, Comparison, Limit); in assumeRequirement()
205 BugReportPtr BitwiseShiftValidator::checkOperandNegative(OperandSide Side) { in checkOperandNegative() argument
207 if (!operandExpr(Side)->getType()->isSignedIntegerType()) in checkOperandNegative()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-droid4-xt894.dts117 /* Side buttons, KEY_VOLUMEDOWN and KEY_PWER are on CPCAP? */
/freebsd/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
/freebsd/sys/dev/qlxgb/
H A DREADME.txt40 * Receive Side scaling
/freebsd/sys/dev/qlxge/
H A DREADME.txt40 * Receive Side scaling
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt40 * Receive Side scaling
/freebsd/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
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md21 ## Side Effects
/freebsd/sys/net80211/
H A DDATAPATH_RECEIVE.md87 #### Side Channels
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp362 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
363 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
366 SourceLocation getLocation(CFGBlockSide Side) const { in getLocation()
367 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
/freebsd/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/share/misc/
H A Dusb_hid_usages753 0x166 Channel Side
1205 0x92 Soft Button Side
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td743 // TODO: 3.42.22. Device-Side Enqueue Instructions
/freebsd/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/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/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/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1996 // register separately. Side effect is not used because dependencies are
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1557 #Tag|Version|Vendor|Vendor ID|Creation Time Stamp|Cartridge Label|Side|Media ID|Media Domain ID|Ven…
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17621 const Expr *Side = DiagSide[I].Cond; in DiagnoseStaticAssertDetails() local
17623 Side->EvaluateAsRValue(DiagSide[I].Result, Context, true); in DiagnoseStaticAssertDetails()
17626 ConvertAPValueToString(DiagSide[I].Result.Val, Side->getType(), in DiagnoseStaticAssertDetails()
/freebsd/crypto/libecc/
H A DREADME.md1100 ### Overview of SCA (Side Channel Attacks) countermeasures
/freebsd/crypto/openssl/
H A DNEWS.md920 * Significant Side-Channel attack security improvements

12