Lines Matching refs:numFolders
654 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex;
660 RINOK(SzReadNumber32(sd2, &numFolders))
661 if (numFolders > numFoldersMax)
663 p->NumFolders = numFolders;
678 MY_ALLOC(size_t, p->FoCodersOffsets, (size_t)numFolders + 1, alloc)
679 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc)
680 MY_ALLOC(UInt32, p->FoToCoderUnpackSizes, (size_t)numFolders + 1, alloc)
681 MY_ALLOC_ZE(Byte, p->FoToMainUnpackSizeIndex, (size_t)numFolders, alloc)
688 for (fo = 0; fo < numFolders; fo++)
847 RINOK(ReadBitUi32s(&sd, numFolders, &p->FolderCRCs, alloc))
875 const UInt32 numFolders = p->NumFolders;
876 UInt32 numUnpackStreams = numFolders;
888 for (i = 0; i < numFolders; i++)
910 numSubDigests = numFolders;
912 numSubDigests = numFolders - CountDefinedBits(p->FolderCRCs.Defs, numFolders);