Lines Matching refs:numFolders
642 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; in ReadUnpackInfo() local
648 RINOK(SzReadNumber32(sd2, &numFolders)); in ReadUnpackInfo()
649 if (numFolders > numFoldersMax) in ReadUnpackInfo()
651 p->NumFolders = numFolders; in ReadUnpackInfo()
666 MY_ALLOC(size_t, p->FoCodersOffsets, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
667 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
668 MY_ALLOC(UInt32, p->FoToCoderUnpackSizes, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
669 MY_ALLOC(Byte, p->FoToMainUnpackSizeIndex, (size_t)numFolders, alloc); in ReadUnpackInfo()
676 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo()
835 RINOK(ReadBitUi32s(&sd, numFolders, &p->FolderCRCs, alloc)); in ReadUnpackInfo()
863 UInt32 numFolders = p->NumFolders; in ReadSubStreamsInfo() local
864 UInt32 numUnpackStreams = numFolders; in ReadSubStreamsInfo()
876 for (i = 0; i < numFolders; i++) in ReadSubStreamsInfo()
898 numSubDigests = numFolders; in ReadSubStreamsInfo()
900 numSubDigests = numFolders - CountDefinedBits(p->FolderCRCs.Defs, numFolders); in ReadSubStreamsInfo()