Home
last modified time | relevance | path

Searched refs:tmpIt (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EM/VariableWatch/
H A DVariableWatch430.cpp123 vector< std::weak_ptr<WatchedVariable430> >::iterator tmpIt = it++; in enableVWatch() local
125 std::shared_ptr<WatchedVariable430> ptr = tmpIt->lock(); in enableVWatch()
146 vector< std::weak_ptr<WatchedVariable430> >::iterator tmpIt = it++; in disableVWatch() local
148 std::shared_ptr<WatchedVariable430> ptr = tmpIt->lock(); in disableVWatch()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dfilebuffermgr.cpp199 filebuffer_uset_t::iterator it, tmpIt; in flushManyAllversion() local
232 tmpIt = it; in flushManyAllversion()
234 fbSet.erase(tmpIt); in flushManyAllversion()
300 for (byLBID_t::iterator tmpIt = itList.first; tmpIt != itList.second; in flushOIDs() local
301 tmpIt++) in flushOIDs()
304 fEmptyPoolSlots.push_back(tmpIt->second->poolIdx); in flushOIDs()
305 fbSet.erase(tmpIt->second); in flushOIDs()
379 for (byLBID_t::iterator tmpIt = itList.first; tmpIt != itList.second; in flushPartition() local
380 tmpIt++) in flushPartition()
383 fEmptyPoolSlots.push_back(tmpIt->second->poolIdx); in flushPartition()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dfilebuffermgr.cpp199 filebuffer_uset_t::iterator it, tmpIt; in flushManyAllversion() local
232 tmpIt = it; in flushManyAllversion()
234 fbSet.erase(tmpIt); in flushManyAllversion()
300 for (byLBID_t::iterator tmpIt = itList.first; tmpIt != itList.second; in flushOIDs() local
301 tmpIt++) in flushOIDs()
304 fEmptyPoolSlots.push_back(tmpIt->second->poolIdx); in flushOIDs()
305 fbSet.erase(tmpIt->second); in flushOIDs()
379 for (byLBID_t::iterator tmpIt = itList.first; tmpIt != itList.second; in flushPartition() local
380 tmpIt++) in flushPartition()
383 fEmptyPoolSlots.push_back(tmpIt->second->poolIdx); in flushPartition()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A DseedSet_base.h669 for (TIterator2 tmpIt = tmpMap.begin(); tmpIt != it_end; ++tmpIt){
737 for (TIterator2 tmpIt = tmpMap.begin(); tmpIt != it_end; ++tmpIt)
764 for (TIterator2 tmpIt = tmpMap.begin(); tmpIt != it_end; ++tmpIt)
793 TSize position = tmpIt->second;
794 set.fragmentMap.erase(tmpIt);
825 TSize position = (*tmpIt).second;
826 set.fragmentMap.erase(tmpIt);
858 set.fragmentMap.erase(tmpIt);
1574 tmpIt = it;
1585 tmpIt = it;
[all …]
H A DseedSet_score.h503 TSize position = tmpIt->second;
504 set.fragmentMap.erase(tmpIt);
546 TSize position = tmpIt->second;
547 set.fragmentMap.erase(tmpIt);
579 TSize position = tmpIt->second;
587 set.fragmentMap.erase(tmpIt);
1476 for (tmpIt = tmpMap.begin(); tmpIt != tmpMap.end(); ++tmpIt){
1478 addSeed(set, *tmpIt->second.first, *tmpIt->second.second, Single());
1758 tmpIt = it;
1773 tmpIt = it;
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/defaultpaintops/duplicate/
H A Dkis_duplicateop.cpp236 KisHLineIteratorSP tmpIt = m_srcdev->createHLineIteratorNG(0, 0, healSW); in paintAt() local
241 tmpCs->toLabA16(tmpIt->rawData(), (quint8*)tmpData, 1); in paintAt()
247 tmpIt->nextPixel(); in paintAt()
251 tmpIt->nextRow(); in paintAt()
/dports/games/blobby/blobby-1.0/src/server/
H A DDedicatedServer.cpp327 auto tmpIt = it; in updateLobby() local
328 tmpIt++; in updateLobby()
332 it = tmpIt; in updateLobby()
341 auto tmpIt = it; in updateLobby() local
342 tmpIt++; in updateLobby()
346 it = tmpIt; in updateLobby()
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds2/
H A Dalign_dynprog_linear.h361 TMatrixIterator tmpIt = matrixIt; in _alignTraceback() local
362 goPrevious(tmpIt, 0); in _alignTraceback()
363 goPrevious(tmpIt, 1); in _alignTraceback()
364 if ((*sourceIt0 == *sourceIt1) && (*tmpIt + matchScore == *matrixIt)) { in _alignTraceback()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDependsC.cxx99 auto const tmpIt = this->ValidDeps->find(obj_i); in WriteDependencies() local
100 if (tmpIt != this->ValidDeps->end()) { in WriteDependencies()
101 dependencies.insert(tmpIt->second.begin(), tmpIt->second.end()); in WriteDependencies()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmDependsC.cxx99 auto const tmpIt = this->ValidDeps->find(obj_i); in WriteDependencies() local
100 if (tmpIt != this->ValidDeps->end()) { in WriteDependencies()
101 dependencies.insert(tmpIt->second.begin(), tmpIt->second.end()); in WriteDependencies()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDependsC.cxx99 auto const tmpIt = this->ValidDeps->find(obj_i); in WriteDependencies() local
100 if (tmpIt != this->ValidDeps->end()) { in WriteDependencies()
101 dependencies.insert(tmpIt->second.begin(), tmpIt->second.end()); in WriteDependencies()
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkExodusIICache.cxx259 vtkExodusIICacheRef tmpIt = it++; in Invalidate() local
260 delete tmpIt->second; in Invalidate()
261 this->Cache.erase( tmpIt ); in Invalidate()
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkExodusIICache.cxx263 vtkExodusIICacheRef tmpIt = it++; in Invalidate() local
264 delete tmpIt->second; in Invalidate()
265 this->Cache.erase(tmpIt); in Invalidate()
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkExodusIICache.cxx259 vtkExodusIICacheRef tmpIt = it++; in Invalidate() local
260 delete tmpIt->second; in Invalidate()
261 this->Cache.erase( tmpIt ); in Invalidate()
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dinstrview.cpp559 TraceInstrMap::Iterator itStart, it, tmpIt, itEnd; in refresh() local
626 tmpIt = it; in refresh()
634 if (!(*it).addr().isInRange( (*tmpIt).addr(),10000) ) break; in refresh()
638 if (!fillInstrRange(f, itStart, ++tmpIt)) break; in refresh()
810 TraceInstrMap::Iterator tmpIt = itEnd; in fillInstrRange() local
811 --tmpIt; in fillInstrRange()
820 dumpEndAddr = (*tmpIt).addr() +20; in fillInstrRange()
/dports/graphics/okular/okular-21.12.3/core/
H A Dtextpage.cpp447 TextList::ConstIterator start = it, end = itEnd, tmpIt = it; //, tmpItEnd = itEnd; in textArea() local
463 it = tmpIt; in textArea()
478 it = tmpIt; in textArea()
532 it = tmpIt; in textArea()
1019 TextList::ConstIterator it = characters.begin(), itEnd = characters.end(), tmpIt; in makeWordFromCharacters() local
1028 tmpIt = it; in makeWordFromCharacters()
1036 if (tmpIt == it) { in makeWordFromCharacters()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCleanup.cpp1493 auto tmpIt = instIt; in removeRedundantSplitMovs() local
1494 tmpIt--; in removeRedundantSplitMovs()
1498 while (tmpIt != bb->begin()) in removeRedundantSplitMovs()
1500 auto pInst = (*tmpIt); in removeRedundantSplitMovs()
1576 copies.push_back(std::make_pair(bb, tmpIt)); in removeRedundantSplitMovs()
1577 tmpIt--; in removeRedundantSplitMovs()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/lib/
H A DSettingsManager.cpp379 std::pair<SettingMap::iterator, bool> tmpIt = InsertSetting(setting, tmpSetting); in RegisterCallback() local
380 itSetting = tmpIt.first; in RegisterCallback()
1221 auto tmpIt = InsertSetting(setting->GetId(), tmpSetting); in AddSetting() local
1222 addedSetting = tmpIt.first; in AddSetting()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsnow.c174 int16_t tmpIt [64*(32+HTAPS_MAX)]; in mc_block() local
176 int16_t *tmpI= tmpIt; in mc_block()
248 tmpI= tmpIt; in mc_block()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsnow.c175 int16_t tmpIt [64*(32+HTAPS_MAX)]; in mc_block() local
177 int16_t *tmpI= tmpIt; in mc_block()
249 tmpI= tmpIt; in mc_block()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsnow.c174 int16_t tmpIt [64*(32+HTAPS_MAX)]; in mc_block() local
176 int16_t *tmpI= tmpIt; in mc_block()
248 tmpI= tmpIt; in mc_block()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsnow.c175 int16_t tmpIt [64*(32+HTAPS_MAX)]; in mc_block() local
177 int16_t *tmpI= tmpIt; in mc_block()
249 tmpI= tmpIt; in mc_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsnow.c173 int16_t tmpIt [64*(32+HTAPS_MAX)]; in mc_block() local
175 int16_t *tmpI= tmpIt; in mc_block()
247 tmpI= tmpIt; in mc_block()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/sequence_journaled/
H A Dsequence_journaled_iterator.h519 TIterator tmpIt = begin(*me._journalStringPtr, Standard());
520 return me == tmpIt;
532 TIterator tmpIt = end(*me._journalStringPtr, Standard());
533 return me == tmpIt;
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/sequence_journaled/
H A Dsequence_journaled_iterator.h519 TIterator tmpIt = begin(*me._journalStringPtr, Standard());
520 return me == tmpIt;
532 TIterator tmpIt = end(*me._journalStringPtr, Standard());
533 return me == tmpIt;

12