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

  /external/lzma/C/
7z.h 71 UInt32 NumPackStreams;
117 UInt32 NumPackStreams;
7zIn.c 36 p->NumPackStreams = 0;
111 p->NumPackStreams = 0;
190 startPos += p->db.Folders[i].NumPackStreams;
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc);
195 for (i = 0; i < p->db.NumPackStreams; i++)
255 for (i = 0; i < folder->NumPackStreams; i++)
484 UInt32 *numPackStreams,
492 RINOK(SzReadNumber32(sd, numPackStreams));
496 MY_ALLOC(UInt64, *packSizes, (size_t)*numPackStreams, alloc);
498 for (i = 0; i < *numPackStreams; i++)
    [all...]
7zDec.c 277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0)
287 f->NumPackStreams != 1 ||
309 if (f->NumPackStreams != 4 ||

Completed in 64 milliseconds