Lines Matching refs:numPackStreams
447 CNum numPackStreams = numInStreams - numBindPairs; in GetNextFolderItem() local
448 folder.PackStreams.Reserve(numPackStreams); in GetNextFolderItem()
449 if (numPackStreams == 1) in GetNextFolderItem()
461 for (i = 0; i < numPackStreams; i++) in GetNextFolderItem()
501 CNum numPackStreams = ReadNum(); in ReadPackInfo() local
505 packSizes.Reserve(numPackStreams); in ReadPackInfo()
506 for (CNum i = 0; i < numPackStreams; i++) in ReadPackInfo()
517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo()
524 BoolVector_Fill_False(packCRCsDefined, numPackStreams); in ReadPackInfo()
525 packCRCs.Reserve(numPackStreams); in ReadPackInfo()
527 for (CNum i = 0; i < numPackStreams; i++) in ReadPackInfo()