| /freebsd-14.2/sys/opencrypto/ |
| H A D | xform_sha2.c | 71 .Update = SHA224Update_int, 83 .Update = SHA256Update_int, 95 .Update = SHA384Update_int, 107 .Update = SHA512Update_int, 120 .Update = SHA224Update_int, 132 .Update = SHA256Update_int, 144 .Update = SHA384Update_int, 156 .Update = SHA512Update_int,
|
| H A D | xform_cbc_mac.c | 16 .Update = AES_CBC_MAC_Update, 29 .Update = AES_CBC_MAC_Update, 42 .Update = AES_CBC_MAC_Update,
|
| H A D | xform_gmac.c | 76 .Update = AES_GMAC_Update, 90 .Update = AES_GMAC_Update, 104 .Update = AES_GMAC_Update,
|
| H A D | xform_rmd160.c | 67 .Update = RMD160Update_int, 80 .Update = RMD160Update_int,
|
| H A D | xform_sha1.c | 67 .Update = SHA1Update_int, 80 .Update = SHA1Update_int,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 28 template <typename NodePtr> class Update { 34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function 40 bool operator==(const Update &RHS) const { 63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates, 64 SmallVectorImpl<Update<NodePtr>> &Result, 107 llvm::sort(Result, [&](const Update<NodePtr> &A, const Update<NodePtr> &B) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterClassInfo.cpp | 43 bool Update = false; in runOnMachineFunction() local 52 Update = true; in runOnMachineFunction() 59 if (!Update) { in runOnMachineFunction() 90 Update = true; in runOnMachineFunction() 101 Update = true; in runOnMachineFunction() 110 Update = true; in runOnMachineFunction() 115 if (Update) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 112 bool Update() override; 141 bool Update() override; 154 bool Update() override; 163 bool AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd 240 Update(); in ForwardListFrontEnd() 287 bool ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd 288 AbstractListFrontEnd::Update(); in Update() 308 Update(); in ListFrontEnd() 397 bool ListFrontEnd::Update() { in Update() function in ListFrontEnd 398 AbstractListFrontEnd::Update(); in Update()
|
| H A D | LibCxxQueue.cpp | 20 Update(); in QueueFrontEnd() 29 bool Update() override; 50 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
|
| H A D | LibStdcpp.cpp | 50 bool Update() override; 71 bool Update() override; 94 Update(); in LibstdcppMapIteratorSyntheticFrontEnd() 97 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd 193 Update(); in VectorIteratorSyntheticFrontEnd() 196 bool VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd 371 Update(); in LibStdcppSharedPtrSyntheticFrontEnd() 393 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
|
| H A D | LibCxxRangesRefView.cpp | 41 bool Update() override; 59 Update(); in LibcxxStdRangesRefViewSyntheticFrontEnd() 63 Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
|
| H A D | LibCxxVector.cpp | 32 bool Update() override; 53 bool Update() override; 74 Update(); in LibcxxStdVectorSyntheticFrontEnd() 119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd 176 Update(); in LibcxxVectorBoolSyntheticFrontEnd() 244 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
|
| H A D | LibCxxTuple.cpp | 20 Update(); in TupleFrontEnd() 28 bool Update() override; 43 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
|
| H A D | LibStdcppTuple.cpp | 33 bool Update() override; 53 Update(); in LibStdcppTupleSyntheticFrontEnd() 56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
|
| H A D | LibCxxInitializerList.cpp | 33 bool Update() override; 52 Update(); in LibcxxInitializerListSyntheticFrontEnd() 86 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
|
| H A D | GenericOptional.cpp | 47 bool Update() override; 60 Update(); in GenericOptionalFrontend() 64 bool GenericOptionalFrontend::Update() { in Update() function in GenericOptionalFrontend
|
| H A D | LibCxxSpan.cpp | 56 bool Update() override; 73 Update(); in LibcxxStdSpanSyntheticFrontEnd() 96 bool lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
|
| H A D | LibStdcppUniquePointer.cpp | 33 bool Update() override; 59 Update(); in LibStdcppUniquePtrSyntheticFrontEnd() 87 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 109 unsigned Update; member 285 unsigned Update, 291 VersionInfo.Update = Update; 295 unsigned Minor, unsigned Update, 301 VersionInfo.Update = Update; 310 unsigned Update, in setDarwinTargetVariantBuildVersion() argument 316 DarwinTargetVariantVersionInfo.Update = Update; in setDarwinTargetVariantBuildVersion()
|
| /freebsd-14.2/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 5 1) Update version number in configure.ac 7 3) Update README.md if applicable 22 - Click on "Update Version" 26 - Click on "Update Version"
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DomTreeUpdater.cpp | 27 const DominatorTree::UpdateType Update) const { in isUpdateValid() 28 const auto *From = Update.getFrom(); in isUpdateValid() 29 const auto *To = Update.getTo(); in isUpdateValid() 30 const auto Kind = Update.getKind(); in isUpdateValid() 53 const DominatorTree::UpdateType Update) const { in isSelfDominance() 55 return Update.getFrom() == Update.getTo(); in isSelfDominance()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 96 unsigned Update, VersionTuple SDKVersion) override; 98 unsigned Update, VersionTuple SDKVersion) override; 100 unsigned Minor, unsigned Update, 289 unsigned Minor, unsigned Update, in emitVersionMin() argument 291 getAssembler().setVersionMin(Kind, Major, Minor, Update, SDKVersion); in emitVersionMin() 295 unsigned Minor, unsigned Update, in emitBuildVersion() argument 298 Update, SDKVersion); in emitBuildVersion() 302 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion() argument 305 (MachO::PlatformType)Platform, Major, Minor, Update, SDKVersion); in emitDarwinTargetVariantBuildVersion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSSet.cpp | 53 bool Update() override; 91 bool Update() override; 124 bool Update() override; 240 bool Update() override; 313 if (!cfbh.Update(valobj_addr, exe_ctx)) in NSSetSummaryProvider() 402 Update(); in NSSetISyntheticFrontEnd() 429 bool lldb_private::formatters::NSSetISyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSSetISyntheticFrontEnd 564 bool lldb_private::formatters::NSCFSetSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSCFSetSyntheticFrontEnd 577 return m_hashtable.Update(valobj_sp->GetValueAsUnsigned(0), m_exe_ctx_ref); in Update() 670 Update(); in GenericNSSetMSyntheticFrontEnd() [all …]
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | ChangeLog | 270 - Update make_vms.com [Zinser] 323 - Update python link in README 589 - Update zlib.map [Brown] 599 - Update examples/gun.c to 1.6 710 - Update make_vms.com [Zinser] 786 - Update make_vms.com [Zinser] 868 - Update INDEX file 883 - Update contrib/untgz [Truta] 937 - Update links in README 1130 - Update RFCs URL [all …]
|
| /freebsd-14.2/sys/dev/glxsb/ |
| H A D | glxsb_hash.c | 74 axf->Update, &ctx); in glxsb_authcompute() 78 crp->crp_payload_length, axf->Update, &ctx); in glxsb_authcompute() 85 axf->Update(&ctx, hash, axf->hashsize); in glxsb_authcompute()
|