Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-12.1/sys/opencrypto/
H A Dxform_sha2.c72 .Update = SHA224Update_int,
84 .Update = SHA256Update_int,
96 .Update = SHA384Update_int,
108 .Update = SHA512Update_int,
121 .Update = SHA224Update_int,
133 .Update = SHA256Update_int,
145 .Update = SHA384Update_int,
157 .Update = SHA512Update_int,
H A Dxform_sha1.c68 .Update = SHA1Update_int,
81 .Update = SHA1Update_int,
93 .Update = SHA1Update_int,
H A Dxform_cbc_mac.c20 .Update =
36 .Update =
52 .Update =
H A Dxform_md5.c67 .Update = MD5Update_int,
79 .Update = MD5Update_int,
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCFGUpdate.h29 template <typename NodePtr> class Update {
35 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
41 bool operator==(const Update &RHS) const {
64 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates, in LegalizeUpdates()
65 SmallVectorImpl<Update<NodePtr>> &Result, in LegalizeUpdates()
109 [&Operations](const Update<NodePtr> &A, const Update<NodePtr> &B) { in LegalizeUpdates()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp119 bool Update() override;
148 bool Update() override;
161 bool Update() override;
170 bool AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd
247 Update(); in ForwardListFrontEnd()
303 bool ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd
304 AbstractListFrontEnd::Update(); in Update()
325 Update(); in ListFrontEnd()
413 bool ListFrontEnd::Update() { in Update() function in ListFrontEnd
414 AbstractListFrontEnd::Update(); in Update()
H A DLibStdcpp.cpp49 bool Update() override;
70 bool Update() override;
84 Update(); in LibstdcppMapIteratorSyntheticFrontEnd()
87 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
187 Update(); in VectorIteratorSyntheticFrontEnd()
190 bool VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd
355 Update(); in LibStdcppSharedPtrSyntheticFrontEnd()
372 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxQueue.cpp21 Update(); in QueueFrontEnd()
30 bool Update() override;
46 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DLibCxxVector.cpp32 bool Update() override;
53 bool Update() override;
75 Update(); in LibcxxStdVectorSyntheticFrontEnd()
120 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
179 Update(); in LibcxxVectorBoolSyntheticFrontEnd()
247 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxOptional.cpp21 Update(); in OptionalFrontEnd()
29 bool Update() override;
39 bool OptionalFrontEnd::Update() { in Update() function in OptionalFrontEnd
H A DLibCxxTuple.cpp21 Update(); in TupleFrontEnd()
29 bool Update() override;
39 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
H A DLibStdcppTuple.cpp34 bool Update() override;
49 Update(); in LibStdcppTupleSyntheticFrontEnd()
52 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
H A DLibCxxInitializerList.cpp33 bool Update() override;
53 Update(); in LibcxxInitializerListSyntheticFrontEnd()
88 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibCxxBitset.cpp29 bool Update() override;
48 Update(); in BitsetFrontEnd()
52 bool BitsetFrontEnd::Update() { in Update() function in BitsetFrontEnd
H A DLibStdcppUniquePointer.cpp34 bool Update() override;
55 Update(); in LibStdcppUniquePtrSyntheticFrontEnd()
85 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
/freebsd-12.1/sys/dev/glxsb/
H A Dglxsb_hash.c66 axf->Update(ses->ses_ictx, key, klen); in glxsb_hash_key_setup()
67 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
73 axf->Update(ses->ses_octx, key, klen); in glxsb_hash_key_setup()
74 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
95 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in glxsb_authcompute()
101 axf->Update(&ctx, hash, axf->hashsize); in glxsb_authcompute()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp45 bool Update = false; in runOnMachineFunction() local
52 Update = true; in runOnMachineFunction()
60 if (Update || CSR != CalleeSavedRegs) { in runOnMachineFunction()
68 Update = true; in runOnMachineFunction()
75 Update = true; in runOnMachineFunction()
80 if (Update) { in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDomTreeUpdater.cpp25 const DominatorTree::UpdateType Update) const { in isUpdateValid()
26 const auto *From = Update.getFrom(); in isUpdateValid()
27 const auto *To = Update.getTo(); in isUpdateValid()
28 const auto Kind = Update.getKind(); in isUpdateValid()
52 const DominatorTree::UpdateType Update) const { in isSelfDominance()
54 return Update.getFrom() == Update.getTo(); in isSelfDominance()
64 const DominatorTree::UpdateType Update = {Kind, From, To}; in applyLazyUpdate() local
77 if (Update == *I) in applyLazyUpdate()
88 PendUpdates.push_back(Update); // Save the valid update. in applyLazyUpdate()
/freebsd-12.1/sys/crypto/via/
H A Dpadlock_hash.c91 .Update = (int (*)(void *, const uint8_t *, uint16_t))padlock_sha_update,
103 .Update = (int (*)(void *, const uint8_t *, uint16_t))padlock_sha_update,
272 axf->Update(ses->ses_ictx, key, klen); in padlock_hash_key_setup()
273 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
279 axf->Update(ses->ses_octx, key, klen); in padlock_hash_key_setup()
280 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
302 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in padlock_authcompute()
310 axf->Update(&ctx, hash, axf->hashsize); in padlock_authcompute()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1322 if (++NextI == Update) in mergeUpdateInsn()
1325 int Value = Update->getOperand(2).getImm(); in mergeUpdateInsn()
1328 if (Update->getOpcode() == AArch64::SUBXri) in mergeUpdateInsn()
1337 .add(getLdStRegOp(*Update)) in mergeUpdateInsn()
1347 .add(getLdStRegOp(*Update)) in mergeUpdateInsn()
1367 LLVM_DEBUG(Update->print(dbgs())); in mergeUpdateInsn()
1374 Update->eraseFromParent(); in mergeUpdateInsn()
1630 MachineBasicBlock::iterator Update; in tryToMergeLdStUpdate() local
1638 if (Update != E) { in tryToMergeLdStUpdate()
1654 if (Update != E) { in tryToMergeLdStUpdate()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h97 unsigned Update; member
261 unsigned Update,
267 VersionInfo.Update = Update;
271 unsigned Minor, unsigned Update,
277 VersionInfo.Update = Update;
/freebsd-12.1/crypto/openssh/
H A D.skipped-commit-ids10 321065a95a7ccebdd5fd08482a1e19afbf524e35 Update DH groups
18 180d84674be1344e45a63990d60349988187c1ae Update moduli
21 6da9a37f74aef9f9cc639004345ad893cad582d8 Update moduli file
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa465 Update all callers.
962 Update all users.
1401 Update all users.
1743 Update all users.
1956 Update all users.
2047 Update all users.
7582 Update caller.
11366 Update all uses.
14210 (TRM_DEFAULT): Remove. Update all users. Update values of the
17094 Update comments.
[all …]
/freebsd-12.1/contrib/gperf/
H A DChangeLog49 * Makefile.devel: Update.
50 * INSTALL: Update.
227 tests/test-4.exp: Update.
284 * NEWS: Update.
396 (clean): Update.
569 * NEWS: Update.
596 * NEWS: Update.
650 * NEWS: Update.
1024 (INPUT_H): Update.
1486 * src/main.cc: Update.
[all …]
/freebsd-12.1/sys/contrib/zlib/
H A DChangeLog167 - Update make_vms.com [Zinser]
220 - Update python link in README
486 - Update zlib.map [Brown]
496 - Update examples/gun.c to 1.6
607 - Update make_vms.com [Zinser]
683 - Update make_vms.com [Zinser]
765 - Update INDEX file
780 - Update contrib/untgz [Truta]
834 - Update links in README
1027 - Update RFCs URL
[all …]

12345678910>>...15