Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/freebsd/sys/opencrypto/
H A Dxform_sha2.c70 .Update = SHA224Update_int,
82 .Update = SHA256Update_int,
94 .Update = SHA384Update_int,
106 .Update = SHA512Update_int,
119 .Update = SHA224Update_int,
131 .Update = SHA256Update_int,
143 .Update = SHA384Update_int,
155 .Update = SHA512Update_int,
H A Dxform_cbc_mac.c16 .Update = AES_CBC_MAC_Update,
29 .Update = AES_CBC_MAC_Update,
42 .Update = AES_CBC_MAC_Update,
H A Dxform_gmac.c76 .Update = AES_GMAC_Update,
90 .Update = AES_GMAC_Update,
104 .Update = AES_GMAC_Update,
H A Dxform_rmd160.c66 .Update = RMD160Update_int,
79 .Update = RMD160Update_int,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h225 UpdateT Update; member
228 DomTreeUpdate(UpdateT Update) : Update(Update) {} in DomTreeUpdate()
243 bool isSelfDominance(UpdateT Update) const { in isSelfDominance() argument
245 return Update.getFrom() == Update.getTo(); in isSelfDominance()
257 bool isUpdateValid(UpdateT Update) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h28 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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h105 unsigned Update; member
219 unsigned Update,
225 VersionInfo.Update = Update;
229 unsigned Minor, unsigned Update,
235 VersionInfo.Update = Update;
240 unsigned Update, VersionTuple SDKVersion) { in setTargetVariantBuildVersion() argument
245 TargetVariantVersionInfo.Update = Update; in setTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp44 bool Update = false; in runOnMachineFunction() local
54 Update = true; in runOnMachineFunction()
61 if (!Update) { in runOnMachineFunction()
92 Update = true; in runOnMachineFunction()
103 Update = true; in runOnMachineFunction()
112 Update = true; in runOnMachineFunction()
117 if (Update) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp117 lldb::ChildCacheState Update() override;
146 lldb::ChildCacheState Update() override;
159 lldb::ChildCacheState Update() override;
168 lldb::ChildCacheState AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd
245 Update(); in ForwardListFrontEnd()
292 lldb::ChildCacheState ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd
293 AbstractListFrontEnd::Update(); in Update()
325 Update(); in ListFrontEnd()
415 lldb::ChildCacheState ListFrontEnd::Update() { in Update() function in ListFrontEnd
416 AbstractListFrontEnd::Update(); in Update()
H A DLibStdcpp.cpp52 lldb::ChildCacheState Update() override;
71 lldb::ChildCacheState Update() override;
92 Update(); in LibstdcppMapIteratorSyntheticFrontEnd()
95 lldb::ChildCacheState LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
192 Update(); in VectorIteratorSyntheticFrontEnd()
195 lldb::ChildCacheState VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd
255 Update(); in LibStdcppSharedPtrSyntheticFrontEnd()
284 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxQueue.cpp20 Update(); in QueueFrontEnd()
30 lldb::ChildCacheState Update() override;
51 lldb::ChildCacheState QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DMsvcStlSmartPointer.cpp77 lldb::ChildCacheState Update() override;
95 lldb::ChildCacheState Update() override;
111 Update(); in MsvcStlSmartPointerSyntheticFrontEnd()
143 lldb_private::formatters::MsvcStlSmartPointerSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::MsvcStlSmartPointerSyntheticFrontEnd
210 Update(); in MsvcStlUniquePtrSyntheticFrontEnd()
244 lldb_private::formatters::MsvcStlUniquePtrSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::MsvcStlUniquePtrSyntheticFrontEnd
H A DLibCxxRangesRefView.cpp41 lldb::ChildCacheState Update() override;
57 Update(); in LibcxxStdRangesRefViewSyntheticFrontEnd()
61 lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
H A DLibCxxVector.cpp34 lldb::ChildCacheState Update() override;
53 lldb::ChildCacheState Update() override;
72 Update(); in LibcxxStdVectorSyntheticFrontEnd()
141 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
184 Update(); in LibcxxVectorBoolSyntheticFrontEnd()
243 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxTuple.cpp20 Update(); in TupleFrontEnd()
32 lldb::ChildCacheState Update() override;
49 lldb::ChildCacheState TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
H A DGenericOptional.cpp55 lldb::ChildCacheState Update() override;
68 Update(); in GenericOptionalFrontend()
72 lldb::ChildCacheState GenericOptionalFrontend::Update() { in Update() function in GenericOptionalFrontend
H A DLibStdcppTuple.cpp33 lldb::ChildCacheState Update() override;
51 Update(); in LibStdcppTupleSyntheticFrontEnd()
54 lldb::ChildCacheState LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
H A DLibCxxUnorderedMap.cpp41 lldb::ChildCacheState Update() override;
69 lldb::ChildCacheState Update() override;
87 Update(); in LibcxxStdUnorderedMapSyntheticFrontEnd()
252 lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd
310 Update(); in LibCxxUnorderedMapIteratorSyntheticFrontEnd()
314 LibCxxUnorderedMapIteratorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEnd
H A DLibCxxInitializerList.cpp33 lldb::ChildCacheState Update() override;
50 Update(); in LibcxxInitializerListSyntheticFrontEnd()
84 lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibCxxSpan.cpp56 lldb::ChildCacheState Update() override;
71 Update(); in LibcxxStdSpanSyntheticFrontEnd()
95 lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
H A DLibCxxMap.cpp198 lldb::ChildCacheState Update() override;
237 lldb::ChildCacheState Update() override;
253 Update(); in LibcxxStdMapSyntheticFrontEnd()
378 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
413 Update(); in LibCxxMapIteratorSyntheticFrontEnd()
417 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
/freebsd/contrib/file/
H A DRELEASE-PROCEDURE5 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/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp93 unsigned Update, VersionTuple SDKVersion) override;
95 unsigned Update, VersionTuple SDKVersion) override;
97 unsigned Minor, unsigned Update,
238 unsigned Minor, unsigned Update, in emitVersionMin() argument
240 getWriter().setVersionMin(Kind, Major, Minor, Update, SDKVersion); in emitVersionMin()
244 unsigned Minor, unsigned Update, in emitBuildVersion() argument
247 Update, SDKVersion); in emitBuildVersion()
251 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion() argument
254 Minor, Update, SDKVersion); in emitDarwinTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp208 MachineBasicBlock::iterator Update, bool IsForward,
213 MachineBasicBlock::iterator Update, unsigned Offset,
2257 MachineBasicBlock::iterator I, MachineBasicBlock::iterator Update, in mergeUpdateInsn() argument
2259 assert((Update->getOpcode() == AArch64::ADDXri || in mergeUpdateInsn()
2260 Update->getOpcode() == AArch64::SUBXri) && in mergeUpdateInsn()
2272 if (auto CFI = maybeMoveCFI(*Update, next_nodbg(Update, E)); CFI != E) { in mergeUpdateInsn()
2274 InsertPt = Update; in mergeUpdateInsn()
2291 if (NextI == Update) in mergeUpdateInsn()
2294 int Value = Update->getOperand(2).getImm(); in mergeUpdateInsn()
2295 assert(AArch64_AM::getShiftValue(Update->getOperand(3).getImm()) == 0 && in mergeUpdateInsn()
[all …]
/freebsd/sys/contrib/zlib/
H A DChangeLog21 - Update OS/400 support
50 - Update links to the RFCs
104 - Update use of errno for newer Windows CE versions
199 - Update Visual Studio project files [AraHaan]
202 - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
243 - Update inflateBack() comments, since inflate() can be faster
303 - Update ./configure for Solaris, support --64 [Mooney]
321 - Update make_vms.com [Zinser]
327 - Update the Pascal interface in contrib/pascal
356 - Update win32/Makefile.msc to build test/*.c [Truta]
[all …]

12345678910>>...16