Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp987 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument
998 orderIndices2.Add(index); in MakeCheckOrder()
1011 orderIndices2.Add(index); in MakeCheckOrder()
1718 CIntVector orderIndices2; in OpenStream2() local
1738 orderIndices2.Add(orderIndices[i]); in OpenStream2()
1763 MakeCheckOrder(op.codecs, orderIndices, numFinded, orderIndices2, NULL, 0); in OpenStream2()
1764 … MakeCheckOrder(op.codecs, orderIndices, numFinded, orderIndices2, byteBuffer, processedSize); in OpenStream2()
1773 orderIndices2.Add(val); in OpenStream2()
1775 orderIndices = orderIndices2; in OpenStream2()