Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdatePair.cpp83 unsigned numArcItems = arcItems.Size(); in GetUpdatePairInfoList() local
85 CIntArr duplicatedArcItem(numArcItems); in GetUpdatePairInfoList()
88 for (unsigned i = 0; i < numArcItems; i++) in GetUpdatePairInfoList()
93 arcIndices.ClearAndSetSize(numArcItems); in GetUpdatePairInfoList()
94 if (numArcItems != 0) in GetUpdatePairInfoList()
97 for (unsigned i = 0; i < numArcItems; i++) in GetUpdatePairInfoList()
101 for (unsigned i = 0; i + 1 < numArcItems; i++) in GetUpdatePairInfoList()
133 while (dirIndex < numDirItems || arcIndex < numArcItems) in GetUpdatePairInfoList()
151 if (arcIndex < numArcItems) in GetUpdatePairInfoList()