Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/openssl/test/ssl-tests/
H A D20-cert-select.cnf5 test-0 = 0-ECDSA CipherString Selection
6 test-1 = 1-ECDSA CipherString Selection
7 test-2 = 2-ECDSA CipherString Selection
8 test-3 = 3-RSA CipherString Selection
64 [0-ECDSA CipherString Selection]
67 [0-ECDSA CipherString Selection-ssl]
99 [1-ECDSA CipherString Selection]
102 [1-ECDSA CipherString Selection-ssl]
132 [2-ECDSA CipherString Selection]
162 [3-RSA CipherString Selection]
[all …]
H A D20-cert-select.cnf.in65 name => "ECDSA CipherString Selection",
81 name => "ECDSA CipherString Selection",
105 name => "ECDSA CipherString Selection",
125 name => "RSA CipherString Selection",
166 name => "ECDSA Signature Algorithm Selection",
221 name => "RSA Signature Algorithm Selection",
234 name => "RSA-PSS Signature Algorithm Selection",
259 name => "Suite B P-256 Hash Algorithm Selection",
278 name => "Suite B P-384 Hash Algorithm Selection",
349 name => "Ed448 CipherString and Curves Selection",
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h47 mutable int Selection; variable
53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument
56 COMDATSymbol(COMDATSymbol), Selection(Selection) { in MCSectionCOFF()
68 int getSelection() const { return Selection; } in getSelection()
70 void setSelection(int Selection) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection()
33 this->Selection = Selection; in setSelection()
75 switch (Selection) { in printSwitchToSection()
H A DWinCOFFObjectWriter.cpp347 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
553 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols()
741 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative()
1069 if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection != in writeObject()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp24 std::optional<SelectedASTNode> Selection = in evaluate() local
26 if (!Selection) in evaluate()
29 return std::move(*Selection); in evaluate()
H A DASTSelection.cpp40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument
43 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder()
44 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder()
46 : Selection.getEnd()), in ASTSelectionFinder()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h500 for (const auto &Entry : Selection) { in addRequest()
579 void addRequest(LVElementKindSet &Selection) { in addRequest() argument
580 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest()
582 void addRequest(LVLineKindSet &Selection) { in addRequest() argument
583 addRequest(Selection, LineDispatch, LineRequest); in addRequest()
585 void addRequest(LVScopeKindSet &Selection) { in addRequest() argument
586 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest()
588 void addRequest(LVSymbolKindSet &Selection) { in addRequest() argument
589 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest()
591 void addRequest(LVTypeKindSelection &Selection) { in addRequest() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h35 std::remove_const_t<T> Selection = {}; variable
46 return Selection; in getSelection()
67 Selection = Item; in sample()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt1 CPSW Port's Interface Mode Selection PHY Tree Bindings
31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
34 CPSW Port's Interface Mode Selection PHY device should defined as child device
H A Dti,phy-gmii-sel.yaml8 title: CPSW Port's Interface Mode Selection PHY
41 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
44 CPSW Port's Interface Mode Selection PHY device should defined as child device
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td11 // Selection DAG Pattern Operations
17 // Selection DAG Node Properties.
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp568 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local
570 Selection = Selection.split('|').second; in FlattenAsmStringVariants()
571 Res += Selection.split('|').first; in FlattenAsmStringVariants()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp172 Def->Selection != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in getCOFFObjectFileSymbolInfo()
180 if (Def->Selection != COFF::IMAGE_COMDAT_SELECT_NODUPLICATES) { in getCOFFObjectFileSymbolInfo()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw-phy-sel.txt1 TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
/freebsd/share/misc/
H A Dscsi_modes361 {Output Port 0 Channel Selection} t4
364 {Output Port 1 Channel Selection} t4
367 {Output Port 2 Channel Selection} t4
370 {Output Port 3 Channel Selection} t4
461 {S/W Slot Selection} t1
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp422 if (def->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) in initializeSymbols()
649 if (def->Selection < (int)IMAGE_COMDAT_SELECT_NODUPLICATES || in createDefined()
652 def->Selection > (int)IMAGE_COMDAT_SELECT_LARGEST) { in createDefined()
653 fatal("unknown comdat type " + std::to_string((int)def->Selection) + in createDefined()
656 COMDATType selection = (COMDATType)def->Selection; in createDefined()
679 if (def->Selection != IMAGE_COMDAT_SELECT_ASSOCIATIVE) in createDefined()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-palmas.txt33 Selection primary or secondary function associated to I2C2_SCL_SCE,
36 Selection primary or secondary function associated to GPADC_START
/freebsd/usr.sbin/bsdconfig/packages/include/
H A Dmessages.subr26 msg_package_selection="Package Selection"
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Drenesas,rzv2m-csi.yaml45 The CSI Slave Selection (SS) pin won't be used to enable transmission and
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp522 if (Definition->Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in createDefinedSymbol()
559 switch (Definition->Selection) { in createCOMDATExportRequest()
595 formatv("{0:d}", Definition->Selection)); in createCOMDATExportRequest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1682 int Selection = 0; in getExplicitSectionGlobal() local
1686 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal()
1688 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal()
1698 Selection = 0; in getExplicitSectionGlobal()
1703 Selection); in getExplicitSectionGlobal()
1734 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local
1735 if (!Selection) in SelectSectionForGlobal()
1736 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal()
1762 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
1767 Selection, UniqueID); in SelectSectionForGlobal()
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod107 Selection of a small value for j will require more cycles through
151 Selection of a small value for j will require more cycles through
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dgpio-regulator.yaml56 description: Selection of available voltages/currents provided by this
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in readSymbols()

123