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

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 41 CRecordVector<CNum> PackStreams;
82 for(int i = 0; i < PackStreams.Size(); i++)
83 if (PackStreams[i] == inStreamIndex)
7zDecode.cpp 40 for (i = 0; i < folder.PackStreams.Size(); i++)
41 bindInfo.InStreams.Add((UInt32)folder.PackStreams[i]);
115 for (int j = 0; j < folderInfo.PackStreams.Size(); j++)
7zIn.cpp 54 BoolVector_Fill_False(v, BindPairs.Size() + PackStreams.Size());
60 for (i = 0; i < PackStreams.Size(); i++)
61 if (BoolVector_GetAndSet(v, PackStreams[i]))
448 folder.PackStreams.Reserve(numPackStreams);
454 folder.PackStreams.Add(i);
457 if (folder.PackStreams.Size() != 1)
462 folder.PackStreams.Add(ReadNum());
853 for (int j = 0; j < folder.PackStreams.Size(); j++)
1076 startPos += (CNum)Folders[i].PackStreams.Size();
    [all...]
7zEncode.cpp 29 folder.PackStreams.Clear();
49 folder.PackStreams.Add(bindInfo.InStreams[i]);
7zIn.h 79 for (int i = 0; i < folder.PackStreams.Size(); i++)
7zOut.cpp 313 if (folder.PackStreams.Size() > 1)
314 for (i = 0; i < folder.PackStreams.Size(); i++)
316 WriteNumber(folder.PackStreams[i]);
7zHandler.cpp 366 folderInfo.PackStreams.Size() > (int)(propID - kpidPackedSize0))
7zUpdate.cpp 916 for (int j = 0; j < folder.PackStreams.Size(); j++)
  /external/lzma/C/
7zDec.c 277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0)
288 f->PackStreams[0] != 0 ||
310 f->PackStreams[0] != 2 ||
311 f->PackStreams[1] != 6 ||
312 f->PackStreams[2] != 1 ||
313 f->PackStreams[3] != 0 ||
7z.h 67 UInt32 *PackStreams;
7zIn.c 32 p->PackStreams = 0;
50 IAlloc_Free(alloc, p->PackStreams);
627 MY_ALLOC(UInt32, folder->PackStreams, (size_t)numPackStreams, alloc);
636 folder->PackStreams[0] = i;
641 RINOK(SzReadNumber32(sd, folder->PackStreams + i));
    [all...]

Completed in 70 milliseconds