Home
last modified time | relevance | path

Searched refs:indexEnd (Results 126 – 147 of 147) sorted by relevance

123456

/dports/games/scummvm/scummvm-2.5.1/engines/touche/
H A Dtouche.cpp718 int indexStart, indexEnd; in initKeyChars() local
721 indexEnd = NUM_KEYCHARS; in initKeyChars()
724 indexEnd = keyChar + 1; in initKeyChars()
727 for (int i = indexStart; i < indexEnd; ++i) { in initKeyChars()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2008 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2009 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2008 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2009 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2028 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2029 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2036 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2037 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2023 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2024 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2008 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2009 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp1702 GLuint indexEnd = op.indexData->indexCount - op.indexData->indexStart; in _render() local
1703 …((polyMode == GL_FILL) ? primType : polyMode, op.indexData->indexStart, indexEnd, op.indexData->in… in _render()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2025 size_t indexEnd = db->FoToCoderUnpackSizes[folderIndex + 1]; in Update() local
2026 for (; indexStart < indexEnd; indexStart++) in Update()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/symbolizer/
H A DDwarf.cpp1130 auto indexEnd = readULEB(debugRnglists); in isAddrInRangeList() local
1136 debugAddr_.subpiece(*cu.addrBase + indexEnd * sizeof(uint64_t)); in isAddrInRangeList()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DGeometry.cpp1691 unsigned int indexEnd = startindex+drawArray->getCount(); in fixDeprecatedData() local
1693 vindex<indexEnd; in fixDeprecatedData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DGeometry.cpp1538 unsigned int indexEnd = startindex+drawArray->getCount(); in fixDeprecatedData() local
1540 vindex<indexEnd; in fixDeprecatedData()
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dio.hpp725 size_t &indexEnd); // throw(ParsingException)
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DEditor.py4209 indexEnd = indexTo - self.indentationWidth()
4210 if indexEnd < 0:
4211 indexEnd = 0
4212 self.setSelection(lineFrom, indexStart, lineTo, indexEnd)
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DCmdExt.java3187 int indexEnd = (int) (isFloatParameter(i + 1) ? floatParameter(++i) in navigate() local
3191 new int[] { indexStart, indexEnd } }); in navigate()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/sql/
H A Dmymoneystoragesql_p.h2609 for (MyMoneyDbTable::index_iterator i = t.indexBegin(); i != t.indexEnd(); ++i) { in alterTable()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1616643 (WebCore::ComplexTextController::ComplexTextRun::indexEnd):

123456