Lines Matching refs:numPackStreams
92 p->NumPackStreams = 0;
444 RINOK(SzReadNumber32(sd, &p->NumPackStreams));
447 MY_ALLOC(UInt64, p->PackPositions, (size_t)p->NumPackStreams + 1, alloc);
451 UInt32 numPackStreams = p->NumPackStreams;
452 for (i = 0; i < numPackStreams; i++)
473 RINOK(SkipBitUi32s(sd, p->NumPackStreams));
493 UInt32 numCoders, numBindPairs, numPackStreams, i;
571 f->NumPackStreams = numPackStreams = numInStreams - numBindPairs;
572 if (numPackStreams > SZ_NUM_PACK_STREAMS_IN_FOLDER_MAX)
608 if (numPackStreams == 1)
618 for (i = 0; i < numPackStreams; i++)
753 UInt32 numPackStreams = 1;
783 numPackStreams = numInStreams - numBindPairs;
785 if (numPackStreams != 1)
786 for (i = 0; i < numPackStreams; i++)
809 packStreamIndex += numPackStreams;
810 if (packStreamIndex < numPackStreams)
812 if (packStreamIndex > p->NumPackStreams)