| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 749 enum struct Association { in generateGetDirectiveAssociation() enum 762 auto GetAssocValue = [](StringRef Name) -> Association { in generateGetDirectiveAssociation() 763 return StringSwitch<Association>(Name) in generateGetDirectiveAssociation() 764 .Case("AS_Block", Association::Block) in generateGetDirectiveAssociation() 765 .Case("AS_Declaration", Association::Declaration) in generateGetDirectiveAssociation() 766 .Case("AS_Delimited", Association::Delimited) in generateGetDirectiveAssociation() 767 .Case("AS_Loop", Association::Loop) in generateGetDirectiveAssociation() 768 .Case("AS_None", Association::None) in generateGetDirectiveAssociation() 769 .Case("AS_Separating", Association::Separating) in generateGetDirectiveAssociation() 770 .Case("AS_FromLeaves", Association::FromLeaves) in generateGetDirectiveAssociation() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 154 class Association<string n> { 155 string name = n; // Name of the enum value in enum class Association. 159 def AS_None : Association<"None"> {} // No association 160 def AS_Block : Association<"Block"> {} // Block (incl. single 162 def AS_Declaration : Association<"Declaration"> {} // Declaration 163 def AS_Delimited : Association<"Delimited"> {} // Region delimited with 165 def AS_Loop : Association<"Loop"> {} // Loop 166 def AS_Separating : Association<"Separating"> {} // Separates parts of a 169 def AS_FromLeaves : Association<"FromLeaves"> {} // See below 195 string name = n; // Name of the enum value in enum class Association. [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 29 # specification ("Simplified Specification") by the SD Card Association and 31 # Specification which is owned by the SD Card Association and the SD 35 # Association, SD Group, SD-3C LLC or other third parties. 43 # Card Association for any damages, any infringements of patents or other 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 49 # or the SD Card Association to disclose or distribute any technical
|
| H A D | mmcbr_if.m | 29 # specification ("Simplified Specification") by the SD Card Association and 31 # Specification which is owned by the SD Card Association and the SD 35 # Association, SD Group, SD-3C LLC or other third parties. 43 # Card Association for any damages, any infringements of patents or other 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 49 # or the SD Card Association to disclose or distribute any technical
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci_if.m | 29 # specification ("Simplified Specification") by the SD Card Association and 31 # Specification which is owned by the SD Card Association and the SD 35 # Association, SD Group, SD-3C LLC or other third parties. 43 # Card Association for any damages, any infringements of patents or other 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 49 # or the SD Card Association to disclose or distribute any technical
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 51 (Re)Association Request frame ([3], section 5.2, paragraph 4). In addition, it 57 (Re)Association Request frame and verifies that it is included in the 58 (Re)Association Response frame. If it is not, association fails. If it is, 64 element in each (Re)Association Response frame, but only to stations that have 76 parses the Multi-AP information element in the Association Request frame. If the 102 4. STA sends Association Request frame with Multi-AP IE. 103 5. AP sends Association Response frame with Multi-AP IE. 133 Association Request frame and the M1 message. It then configures the new network 147 4. Enrollee sends Association Request frame with Multi-AP IE. 148 5. AP sends Association Response frame with Multi-AP IE.
|
| H A D | defconfig | 365 # Has the AP retain the Probe Request and (Re)Association Request frames from 404 # Pre-Association Security Negotiation (PASN)
|
| H A D | ChangeLog | 19 - Association frame encryption 124 * fixed FILS to and RSNE into (Re)Association Response frames 306 to be added into (Re)Association Response frames
|
| /freebsd/share/doc/papers/relengr/ |
| H A D | ref.bib | 6 %I \s-1USENIX\s0 Association 14 %I \s-1USENIX\s0 Association
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | config.txt | 2 <li class='inline'><a href='assoc.html'>Association Management</a></li>\
|
| H A D | hand.txt | 5 <li class='inline'><a href='assoc.html'>Association Management</a></li>\
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 54 if (getDirectiveAssociation(*It) == Association::Loop) in getFirstCompositeRange() 72 if (getDirectiveAssociation(*End) != Association::Loop) in getFirstCompositeRange()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1881 Association // C11 _Generic selection expression association. enumerator 2167 case DeclaratorContext::Association: in mayOmitIdentifier() 2207 case DeclaratorContext::Association: in mayHaveIdentifier() 2251 case DeclaratorContext::Association: in mayHaveDecompositionDeclarator() 2308 case DeclaratorContext::Association: in mayBeFollowedByCXXDirectInit() 2547 case DeclaratorContext::Association: in isFunctionDeclarationContext() 2582 case DeclaratorContext::Association: in isExpressionContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 611 return getDirectiveAssociation(DKind) == Association::Loop; in isOpenMPLoopDirective() 667 if (getDirectiveAssociation(DKind) != Association::Loop) in isOpenMPSimdDirective()
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos4412-itop-elite.dts | 5 * Copyright (c) 2016 SUMOMO Computer Association
|
| H A D | exynos4412-itop-scp-core.dtsi | 5 * Copyright (c) 2016 SUMOMO Computer Association
|
| /freebsd/share/doc/papers/ |
| H A D | bsdreferences.bib | 194 publisher = {USENIX Association}, 290 publisher = {USENIX Association},
|
| /freebsd/tools/tools/net80211/wlaninject/ |
| H A D | README | 48 areq, assocreq Association Request
|
| /freebsd/ |
| H A D | COPYRIGHT | 85 Business Equipment Manufacturers Association (CBEMA), 311 First St., NW,
|
| /freebsd/crypto/krb5/src/windows/installer/wix/lang/ |
| H A D | license.rtf | 38 …nal Accelerator Laboratory, which is operated by Universities Research Association, Inc., under co…
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sysex | 390 >1 byte 0x5f SD Card Association
|
| /freebsd/share/misc/ |
| H A D | iso639 | 234 ia ina ina Interlingua (International Auxiliary Language Association)
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.def | 338 .Qq Association Management
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2262 Association Assoc = getDirectiveAssociation(DKind); in ParseOpenMPExecutableDirective() 2269 (Assoc == Association::None || Assoc == Association::Separating)) { in ParseOpenMPExecutableDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 146 for (const GenericSelectionExpr::Association assoc : in rebuild()
|