Home
last modified time | relevance | path

Searched refs:updateIt (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dtxmempool.cpp62 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
65 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
96 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
98 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
101 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
251 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
252 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h807 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dtxmempool.cpp62 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
65 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
96 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
98 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
101 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
251 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
252 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h807 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dtxmempool.cpp62 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
65 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
96 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
98 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
101 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
251 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
252 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dtxmempool.cpp59 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
62 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
93 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
95 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
98 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
243 for (txiter updateIt : setMemPoolChildren) { in UpdateChildrenForRemoval() local
244 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h716 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dtxmempool.cpp59 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
62 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
93 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
95 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
98 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
243 for (txiter updateIt : setMemPoolChildren) { in UpdateChildrenForRemoval() local
244 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h716 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp84 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
87 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
118 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
120 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
123 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
268 BOOST_FOREACH(txiter updateIt, setMemPoolChildren) { in UpdateChildrenForRemoval()
269 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h661 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp77 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
80 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
111 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
113 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
116 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
266 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
267 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp84 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
87 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
118 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
120 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
123 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
268 BOOST_FOREACH(txiter updateIt, setMemPoolChildren) { in UpdateChildrenForRemoval()
269 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h661 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp77 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
80 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
111 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
113 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
116 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
266 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
267 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp77 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
80 stageEntries = updateIt->GetMemPoolChildrenConst(); in UpdateForDescendants()
111 cachedDescendants[updateIt].insert(mapTx.iterator_to(descendant)); in UpdateForDescendants()
113 …erator_to(descendant), update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1,… in UpdateForDescendants()
116 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
266 for (const CTxMemPoolEntry& updateIt : children) { in UpdateChildrenForRemoval() local
267 UpdateParent(mapTx.iterator_to(updateIt), it, false); in UpdateChildrenForRemoval()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp84 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
87 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
118 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
120 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
123 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
268 BOOST_FOREACH(txiter updateIt, setMemPoolChildren) { in UpdateChildrenForRemoval()
269 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h661 void UpdateForDescendants(txiter updateIt,
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dtxmempool.cpp59 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
62 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
93 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
95 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
98 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
243 for (txiter updateIt : setMemPoolChildren) { in UpdateChildrenForRemoval() local
244 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
H A Dtxmempool.h716 void UpdateForDescendants(txiter updateIt,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/include/
H A DitkSparseFieldLevelSetImageFilter.hxx318 typename UpdateBufferType::const_iterator updateIt; in UpdateActiveLayerValues() local
337 updateIt = m_UpdateBuffer.begin(); in UpdateActiveLayerValues()
346 *updateIt); in UpdateActiveLayerValues()
376 ++updateIt; in UpdateActiveLayerValues()
428 ++updateIt; in UpdateActiveLayerValues()
469 ++updateIt; in UpdateActiveLayerValues()
/dports/math/octave-forge-level-set/level-set/src/
H A DFastMarching.cpp306 const auto updateIt in recalculateNeighbours() local
334 iterateNeighbours (center.getCoordinate (), updateIt); in recalculateNeighbours()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dtxmempool.cpp63 void CTxMemPool::UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set<… in UpdateForDescendants() argument
66 stageEntries = GetMemPoolChildren(updateIt); in UpdateForDescendants()
97 cachedDescendants[updateIt].insert(cit); in UpdateForDescendants()
99 …mapTx.modify(cit, update_ancestor_state(updateIt->GetTxSize(), updateIt->GetModifiedFee(), 1, upda… in UpdateForDescendants()
102 mapTx.modify(updateIt, update_descendant_state(modifySize, modifyFee, modifyCount)); in UpdateForDescendants()
249 for (txiter updateIt : setMemPoolChildren) { in UpdateChildrenForRemoval() local
250 UpdateParent(updateIt, it, false); in UpdateChildrenForRemoval()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkMultiphaseSparseFiniteDifferenceImageFilter.hxx500 UpdateBufferConstIterator updateIt; in UpdateActiveLayerValues() local
522 updateIt = sparsePtr->m_UpdateBuffer.begin(); in UpdateActiveLayerValues()
530 dt, outputIt.GetCenterPixel(), *updateIt); in UpdateActiveLayerValues()
565 ++updateIt; in UpdateActiveLayerValues()
621 ++updateIt; in UpdateActiveLayerValues()
661 ++updateIt; in UpdateActiveLayerValues()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Denoising/include/
H A DitkPatchBasedDenoisingImageFilter.hxx2105 OutputImageRegionIteratorType updateIt(m_UpdateBuffer, *fIt); in ThreadedComputeImageUpdate() local
2108 updateIt.GoToBegin(); in ThreadedComputeImageUpdate()
2221 updateIt.Set(static_cast<PixelType>(result) ); in ThreadedComputeImageUpdate()
2223 ++updateIt; in ThreadedComputeImageUpdate()

12