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

/external/lzma/C/
H A D7z.h46 UInt32 NumPackStreams; member in struct:__anon15338
81 UInt32 NumPackStreams; member in struct:__anon15342
84 UInt64 *PackPositions; // NumPackStreams + 1
H A D7zDec.c307 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBonds != 0)
321 || f->NumPackStreams != 1
352 if (f->NumPackStreams != 4
H A D7zArcIn.c95 p->NumPackStreams = 0;
385 RINOK(SzReadNumber32(sd, &p->NumPackStreams));
388 MY_ALLOC(UInt64, p->PackPositions, (size_t)p->NumPackStreams + 1, alloc);
392 UInt32 numPackStreams = p->NumPackStreams;
414 RINOK(SkipBitUi32s(sd, p->NumPackStreams));
440 f->NumPackStreams = 0;
515 f->NumPackStreams = 1;
534 f->NumPackStreams = numPackStreams;
791 if (numPackStreams > p->NumPackStreams - packStreamIndex)
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h49 CNum NumPackStreams; member in struct:NArchive::N7z::CFolders
52 CObjArray<UInt64> PackPositions; // NumPackStreams + 1
90 CFolders(): NumPackStreams(0), NumFolders(0) {}
94 NumPackStreams = 0;
H A D7zIn.cpp593 f.NumPackStreams = numPackStreams;
766 if (numPackStreams > folders.NumPackStreams - packStreamIndex)
778 // if (folders.NumPackStreams != packStreamIndex) ThrowUnsupported();
1102 HeadersSize += folders.PackPositions[folders.NumPackStreams];

Completed in 194 milliseconds