| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 20-cert-select.cnf | 5 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 9 test-4 = 4-P-256 CipherString and Signature Algorithm Selection 10 test-5 = 5-ECDSA CipherString Selection, no ECDSA certificate 11 test-6 = 6-ECDSA Signature Algorithm Selection 12 test-7 = 7-ECDSA Signature Algorithm Selection SHA384 13 test-8 = 8-ECDSA Signature Algorithm Selection compressed point 14 test-9 = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate [all …]
|
| H A D | 20-cert-select.cnf.in | 79 name => "ECDSA CipherString Selection", 95 name => "ECDSA CipherString Selection", 119 name => "ECDSA CipherString Selection", 139 name => "RSA CipherString Selection", 152 name => "P-256 CipherString and Signature Algorithm Selection", 167 name => "ECDSA CipherString Selection, no ECDSA certificate", 180 name => "ECDSA Signature Algorithm Selection", 193 name => "ECDSA Signature Algorithm Selection SHA384", 206 name => "ECDSA Signature Algorithm Selection compressed point", 223 name => "ECDSA Signature Algorithm Selection, no ECDSA certificate", [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 48 mutable int Selection; variable 56 MCSymbol *COMDATSymbol, int Selection, unsigned UniqueID, in MCSectionCOFF() argument 62 Selection(Selection), UniqueID(UniqueID) { in MCSectionCOFF() 74 int getSelection() const { return Selection; } in getSelection() 76 void setSelection(int Selection) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection() 33 this->Selection = Selection; in setSelection() 79 switch (Selection) { in printSwitchToSection()
|
| H A D | MCContext.cpp | 781 StringRef COMDATSymName, int Selection, in getCOFFSection() argument 790 if (Selection != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE && in getCOFFSection() 799 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection() 807 CachedName, Characteristics, COMDATSymbol, Selection, UniqueID, Begin); in getCOFFSection()
|
| H A D | WinCOFFObjectWriter.cpp | 317 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection() 524 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols() 709 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative() 1039 if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection != in writeObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 502 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument 503 for (const auto &Entry : Selection) { in addRequest() 582 void addRequest(LVElementKindSet &Selection) { in addRequest() argument 583 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest() 585 void addRequest(LVLineKindSet &Selection) { in addRequest() argument 586 addRequest(Selection, LineDispatch, LineRequest); in addRequest() 588 void addRequest(LVScopeKindSet &Selection) { in addRequest() argument 589 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest() 591 void addRequest(LVSymbolKindSet &Selection) { in addRequest() argument 592 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 23 std::optional<SelectedASTNode> Selection = in evaluate() local 25 if (!Selection) in evaluate() 28 return std::move(*Selection); in evaluate()
|
| H A D | ASTSelection.cpp | 40 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/FuzzMutate/ |
| H A D | Random.h | 35 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 D | ti-phy-gmii-sel.txt | 1 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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations 17 // Selection DAG Node Properties.
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.cpp | 563 StringRef Selection = in FlattenAsmStringVariants() local 566 Selection = Selection.split('|').second; in FlattenAsmStringVariants() 567 Res += Selection.split('|').first; in FlattenAsmStringVariants()
|
| /freebsd/share/misc/ |
| H A D | scsi_modes | 361 {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/sys/contrib/device-tree/Bindings/net/ |
| H A D | cpsw-phy-sel.txt | 1 TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-palmas.txt | 33 Selection primary or secondary function associated to I2C2_SCL_SCE, 36 Selection primary or secondary function associated to GPADC_START
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 170 Def->Selection != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in getCOFFObjectFileSymbolInfo() 178 if (Def->Selection != COFF::IMAGE_COMDAT_SELECT_NODUPLICATES) { in getCOFFObjectFileSymbolInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 525 if (Definition->Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in createDefinedSymbol() 562 switch (Definition->Selection) { in createCOMDATExportRequest() 598 formatv("{0:d}", Definition->Selection)); in createCOMDATExportRequest()
|
| /freebsd/usr.sbin/bsdconfig/packages/include/ |
| H A D | messages.subr | 26 msg_package_selection="Package Selection"
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 639 if (def->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) in initializeSymbols() 914 if (def->Selection < (int)IMAGE_COMDAT_SELECT_NODUPLICATES || in createDefined() 917 def->Selection > (int)IMAGE_COMDAT_SELECT_LARGEST) { in createDefined() 919 << std::to_string((int)def->Selection) << " for " << getName() in createDefined() 922 COMDATType selection = (COMDATType)def->Selection; in createDefined() 945 if (def->Selection != IMAGE_COMDAT_SELECT_ASSOCIATIVE) in createDefined()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1740 int Selection = 0; in getExplicitSectionGlobal() local 1744 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal() 1746 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal() 1756 Selection = 0; in getExplicitSectionGlobal() 1761 Selection); in getExplicitSectionGlobal() 1792 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local 1793 if (!Selection) in SelectSectionForGlobal() 1794 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal() 1820 Selection, UniqueID); in SelectSectionForGlobal() 1825 Selection, UniqueID); in SelectSectionForGlobal()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 107 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/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 138 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE && !Obj.IsPE) { in readSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 500 uint8_t Selection; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 15 // Selection DAG Type Constraint definitions. 88 // Selection DAG Type Profile definitions. 95 // SDTypeProfile - This profile describes the type requirements of a Selection 351 // Selection DAG Node definitions. 900 // Selection DAG Condition Codes 930 // Selection DAG Node Transformation Functions. 944 // Selection DAG Pattern Fragments. 2192 // Selection DAG Pattern Support.
|