Searched refs:orderIndices (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp780 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2,
785 int index = orderIndices[i];
792 orderIndices[i] = -1;
805 orderIndices[i] = -1;
1315 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) argument
1317 FOR_VECTOR (i, orderIndices)
1318 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name))
1350 CIntVector orderIndices; local
1379 orderIndices.Add(formatIndex);
1410 // PrintNumber("orderIndices
779 MakeCheckOrder(CCodecs *codecs, CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, const Byte *data, size_t dataSize) argument
[all...]

Completed in 161 milliseconds