/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, n [all...] |
H A D | 20-cert-select.cnf.in | 65 name => "ECDSA CipherString Selection", 81 name => "ECDSA CipherString Selection", 105 name => "ECDSA CipherString Selection", 125 name => "RSA CipherString Selection", 138 name => "P-256 CipherString and Signature Algorithm Selection", 153 name => "ECDSA CipherString Selection, no ECDSA certificate", 166 name => "ECDSA Signature Algorithm Selection", 179 name => "ECDSA Signature Algorithm Selection SHA384", 192 name => "ECDSA Signature Algorithm Selection compressed point", 209 name => "ECDSA Signature Algorithm Selection, n [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionCOFF.h | 48 mutable int Selection; variable 54 MCSymbol *COMDATSymbol, int Selection, MCSymbol *Begin) in MCSectionCOFF() argument 59 Selection(Selection) { in MCSectionCOFF() 71 int getSelection() const { return Selection; } in getSelection() 73 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() 75 switch (Selection) { in printSwitchToSection()
|
H A D | MCContext.cpp | 695 StringRef COMDATSymName, int Selection, in getCOFFSection() argument 703 if (Selection != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE && COMDATSymbol && in getCOFFSection() 712 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection() 721 CachedName, Characteristics, COMDATSymbol, Selection, Begin); in getCOFFSection()
|
H A D | WinCOFFObjectWriter.cpp | 317 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection() 525 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols() 711 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative() 1035 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 | 499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument 500 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() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelectionRequirements.cpp | 24 std::optional<SelectedASTNode> Selection = in evaluate() local 26 if (!Selection) in evaluate() 29 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 | 567 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local 569 Selection = Selection.split('|').second; in FlattenAsmStringVariants() 570 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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 172 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 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/lld/COFF/ |
H A D | InputFiles.cpp | 461 if (def->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) in initializeSymbols() 688 if (def->Selection < (int)IMAGE_COMDAT_SELECT_NODUPLICATES || in createDefined() 691 def->Selection > (int)IMAGE_COMDAT_SELECT_LARGEST) { in createDefined() 692 fatal("unknown comdat type " + std::to_string((int)def->Selection) + in createDefined() 695 COMDATType selection = (COMDATType)def->Selection; in createDefined() 718 if (def->Selection != IMAGE_COMDAT_SELECT_ASSOCIATIVE) in createDefined()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 522 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/usr.sbin/bsdconfig/packages/include/ |
H A D | messages.subr | 26 msg_package_selection="Package Selection"
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1680 int Selection = 0; in getExplicitSectionGlobal() local 1684 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal() 1686 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal() 1696 Selection = 0; in getExplicitSectionGlobal() 1701 Selection); in getExplicitSectionGlobal() 1732 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local 1733 if (!Selection) in SelectSectionForGlobal() 1734 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal() 1760 Selection, UniqueID); in SelectSectionForGlobal() 1765 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 | 139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in readSymbols()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 466 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 340 // Selection DAG Node definitions. 841 // Selection DAG Condition Codes 871 // Selection DAG Node Transformation Functions. 885 // Selection DAG Pattern Fragments. 2007 // Selection DAG Pattern Support.
|