Lines Matching refs:numPackStreams
404 const UInt32 numPackStreams = p->NumPackStreams;
405 for (i = 0; i < numPackStreams; i++)
534 UInt32 numBonds, numPackStreams;
543 numPackStreams = numInStreams - numBonds;
544 if (numPackStreams > SZ_NUM_PACK_STREAMS_IN_FOLDER_MAX)
546 f->NumPackStreams = numPackStreams;
584 if (numPackStreams == 1)
594 for (i = 0; i < numPackStreams; i++)
739 UInt32 numPackStreams = 1;
774 numPackStreams = numInStreams - numBonds;
776 if (numPackStreams != 1)
777 for (i = 0; i < numPackStreams; i++)
803 if (numPackStreams > p->NumPackStreams - packStreamIndex)
805 packStreamIndex += numPackStreams;