Lines Matching refs:numFolders
672 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; in ReadUnpackInfo() local
677 RINOK(SzReadNumber32(sd2, &numFolders)); in ReadUnpackInfo()
680 p->NumFolders = numFolders; in ReadUnpackInfo()
695 MY_ALLOC(size_t, p->FoCodersOffsets, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
696 MY_ALLOC(size_t, p->FoSizesOffsets, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
697 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
704 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo()
869 RINOK(ReadBitUi32s(&sd, numFolders, &p->FolderCRCs, alloc)); in ReadUnpackInfo()
892 UInt32 numFolders = p->NumFolders; in ReadSubStreamsInfo() local
893 UInt32 numUnpackStreams = numFolders; in ReadSubStreamsInfo()
904 for (i = 0; i < numFolders; i++) in ReadSubStreamsInfo()
926 numSubDigests = numFolders; in ReadSubStreamsInfo()
928 numSubDigests = numFolders - CountDefinedBits(p->FolderCRCs.Defs, numFolders); in ReadSubStreamsInfo()