HomeSort by relevance Sort by last modified time
    Searched refs:PackStreams (Results 1 - 9 of 9) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 42 CObjArray2<CNum> PackStreams;
68 FOR_VECTOR(i, PackStreams)
69 if (PackStreams[i] == inStreamIndex)
7zDecode.cpp 43 bindInfo.InStreams.ClearAndSetSize(folder.PackStreams.Size());
44 for (i = 0; i < folder.PackStreams.Size(); i++)
45 bindInfo.InStreams[i] = (UInt32)folder.PackStreams[i];
127 for (unsigned j = 0; j < folderInfo.PackStreams.Size(); j++)
7zIn.cpp 66 BoolVector_Fill_False(v, BindPairs.Size() + PackStreams.Size());
72 for (i = 0; i < PackStreams.Size(); i++)
73 if (BoolVector_GetAndSet(v, PackStreams[i]))
477 folder.PackStreams.SetSize(numPackStreams);
483 folder.PackStreams[0] = i;
491 folder.PackStreams[i] = ReadNum();
802 inByte->ReadNum(); // PackStreams
    [all...]
7zEncode.cpp 47 folder.PackStreams.SetSize(bindInfo.InStreams.Size());
49 folder.PackStreams[i] = bindInfo.InStreams[i];
7zOut.cpp 295 if (folder.PackStreams.Size() > 1)
296 for (i = 0; i < folder.PackStreams.Size(); i++)
298 WriteNumber(folder.PackStreams[i]);
7zUpdate.cpp 1079 for (unsigned j = 0; j < folder.PackStreams.Size(); j++)
    [all...]
  /external/lzma/C/
7zDec.c 279 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0)
291 f->PackStreams[0] != 0 ||
313 f->PackStreams[0] != 2 ||
314 f->PackStreams[1] != 6 ||
315 f->PackStreams[2] != 1 ||
316 f->PackStreams[3] != 0 ||
7z.h 50 UInt32 PackStreams[SZ_NUM_PACK_STREAMS_IN_FOLDER_MAX];
7zArcIn.c 615 f->PackStreams[0] = i;
620 RINOK(SzReadNumber32(sd, f->PackStreams + i));
    [all...]

Completed in 213 milliseconds