Home
last modified time | relevance | path

Searched refs:itBegin (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp76 const auto itBegin = nodes.end(); in findAvailableMemory() local
77 freeSpace = reinterpret_cast<char*>(itBegin->set) - reinterpret_cast<char*>(pool); in findAvailableMemory()
85 auto nextIt = itBegin; in findAvailableMemory()
87 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in findAvailableMemory()
184 const auto itBegin = nodes.end(); in computeTotalFreeSize() local
185 totalFreeSize += reinterpret_cast<char*>(itBegin->set) - reinterpret_cast<char*>(pool); in computeTotalFreeSize()
189 auto nextIt = itBegin; in computeTotalFreeSize()
191 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in computeTotalFreeSize()
/external/bcc/tests/cc/
Dcatch.hpp4415 …typename std::vector<Arg>::const_iterator itBegin = m_options.begin(), itEnd = m_options.end(), it; in optUsage() local
4417 for( it = itBegin; it != itEnd; ++it ) in optUsage()
4420 for( it = itBegin; it != itEnd; ++it ) { in optUsage()
5411 …IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end()… in listReporters() local
5413 for(it = itBegin; it != itEnd; ++it ) in listReporters()
5416 for(it = itBegin; it != itEnd; ++it ) { in listReporters()