/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerGlobalDtors.cpp | 115 Constant *Associated = CS->getOperand(2); in runImpl() local 116 Associated = cast<Constant>(Associated->stripPointerCasts()); in runImpl() 119 if (AtThisPriority.empty() || AtThisPriority.back().first != Associated) { in runImpl() 122 AtThisPriority.push_back(std::make_pair(Associated, NewList)); in runImpl() 173 Constant *Associated = AssociatedAndMore.first; in runImpl() local 183 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runImpl() 201 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runImpl() 225 appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated); in runImpl()
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-st.txt | 9 - interrupt-names : Associated name must be; "hostc" 11 - clock-names : Associated name must be; "ahci_clk" 13 - phy-names : Associated name must be; "ahci_phy" 17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst"
|
H A D | ahci-mtk.txt | 10 - interrupt-names : Associated name must be: "hostc". 13 - clock-names : Associated names must be: "ahb", "axi", "asic", "rbc", "pm". 15 - phy-names : Associated name must be: "sata-phy". 24 - reset-names : Associated names must be: "axi", "sw", "reg".
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | decoding.rst | 43 Associated data structures
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 770 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getImpl() argument 780 Discriminator, DataLocation, Associated, Allocated, in getImpl() 784 Discriminator, DataLocation, Associated, Allocated, in getImpl() 798 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument 809 DataLocation, Associated, Allocated, Rank, Annotations); in buildODRType() 824 Discriminator, DataLocation, Associated, Allocated, in buildODRType() 840 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument 850 TemplateParams, &Identifier, Discriminator, DataLocation, Associated, in getODRType()
|
H A D | LLVMContextImpl.h | 648 Metadata *Associated; 659 Metadata *DataLocation, Metadata *Associated, 667 Associated(Associated), Allocated(Allocated), Rank(Rank), 680 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()), 697 Associated == RHS->getRawAssociated() &&
|
H A D | Verifier.cpp | 737 if (const MDNode *Associated = in visitGlobalValue() local 739 Check(Associated->getNumOperands() == 1, in visitGlobalValue() 740 "associated metadata must have one operand", &GV, Associated); in visitGlobalValue() 741 const Metadata *Op = Associated->getOperand(0).get(); in visitGlobalValue() 742 Check(Op, "associated metadata must have a global value", GO, Associated); in visitGlobalValue() 745 Check(VM, "associated metadata must be ValueAsMetadata", GO, Associated); in visitGlobalValue() 748 "associated value must be pointer typed", GV, Associated); in visitGlobalValue() 755 Associated); in visitGlobalValue()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-miphy28lp.txt | 31 - reset-names : Associated name must be "miphy-sw-rst".
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1184 Metadata *Associated, Metadata *Allocated, Metadata *Rank, 1192 Associated, Allocated, Rank, Annotations.get(), Storage, ShouldCreate); 1201 Metadata *Associated, Metadata *Allocated, Metadata *Rank, 1223 Metadata *DataLocation = nullptr, Metadata *Associated = nullptr, 1228 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank, 1238 Metadata *Associated = nullptr, Metadata *Allocated = nullptr, 1242 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank, 1261 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, 1282 Metadata *DataLocation, Metadata *Associated,
|
H A D | DIBuilder.h | 595 PointerUnion<DIExpression *, DIVariable *> Associated = nullptr,
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.chacha20poly1305 | 43 (Authenticated Encryption with Associated Data) that is used to encrypt
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1629 Metadata *Associated = nullptr; in parseOneMetadata() local 1672 Associated = getMDOrNull(Record[18]); in parseOneMetadata() 1687 VTableHolder, TemplateParams, Discriminator, DataLocation, Associated, in parseOneMetadata() 1696 Identifier, Discriminator, DataLocation, Associated, in parseOneMetadata()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 480 <3>Associated with 02:00:00:00:01:00 521 <3>Associated with 02:00:00:00:01:00
|
/freebsd/share/misc/ |
H A D | scsi_modes | 399 {SCSI-3 Associated Write Protect} t1
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 703 const bool Associated = GO->getMetadata(LLVMContext::MD_associated); in calcUniqueIDUpdateFlagsAndSize() local 704 if (Associated) { in calcUniqueIDUpdateFlagsAndSize()
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 159 # Associated Press, for example, would ring five bells before spewing out 903 # The Associated Press has been reporting that Pulaski County, Indiana is 3534 # The Associated Press story on the time change, which can be found at
|
H A D | asia | 3059 # FYI: Associated Press Of Pakistan 3079 # According to Associated Press Of Pakistan, it is confirmed that
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 1273 The EVP interface for Authenticated Encryption with Associated Data (AEAD)
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_ccm_cavs.txt | 6710 Title = NIST CCM 128 Variable Associated Data Tests 9345 Title = NIST CCM 192 Variable Associated Data Tests 11980 Title = NIST CCM 256 Variable Associated Data Tests
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 6190 Associated makefiles and project files have been updated. 6239 aslmethod.c, and aslfileio.c. Associated makefiles and project files have
|