Searched refs:CNum (Results 1 – 8 of 8) sorted by relevance
18 typedef UInt32 CNum; typedef19 const CNum kNumMax = 0x7FFFFFFF;20 const CNum kNumNoIndex = 0xFFFFFFFF;26 CNum NumInStreams;27 CNum NumOutStreams;33 CNum InIndex;34 CNum OutIndex;41 CRecordVector<CNum> PackStreams;58 CNum GetNumOutStreams() const in GetNumOutStreams()60 CNum result = 0; in GetNumOutStreams()[all …]
22 CNum FileIndex;23 CNum FolderIndex;30 CNum fileIndex, CNum folderIndex): in CExtractFolderInfo()96 CNum folderIndex = db.FileIndexToFolderIndexMap[fileIndex]; in Extract()127 CNum startIndex = db.FolderStartFileIndex[folderIndex]; in Extract()128 for (CNum index = efi.ExtractStatuses.Size(); in Extract()182 CNum startIndex; in Extract()202 CNum folderIndex = efi.FolderIndex; in Extract()207 CNum packStreamIndex = db.FolderStartPackStreamIndex[folderIndex]; in Extract()
37 CRecordVector<CNum> FolderStartPackStreamIndex;38 CRecordVector<CNum> FolderStartFileIndex;39 CRecordVector<CNum> FileIndexToFolderIndexMap;76 CNum packStreamIndex = FolderStartPackStreamIndex[folderIndex]; in GetFolderFullPackSize()89 UInt64 GetFilePackSize(CNum fileIndex) const in GetFilePackSize()91 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize()116 CNum ReadNum();161 CNum ReadNum() { return _inByteBack->ReadNum(); } in ReadNum()186 CRecordVector<CNum> &numUnpackStreamsInFolders,198 CRecordVector<CNum> &numUnpackStreamsInFolders,
79 CNum j; in CheckStructure()233 CNum CInByte2::ReadNum() in ReadNum()238 return (CNum)value; in ReadNum()387 CNum numCoders = ReadNum(); in GetNextFolderItem()391 CNum numInStreams = 0; in GetNextFolderItem()392 CNum numOutStreams = 0; in GetNextFolderItem()393 CNum i; in GetNextFolderItem()423 CNum propsSize = ReadNum(); in GetNextFolderItem()434 CNum numBindPairs = numOutStreams - 1; in GetNextFolderItem()447 CNum numPackStreams = numInStreams - numBindPairs; in GetNextFolderItem()[all …]
195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in IsEncrypted()233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty()236 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2) in GetProperty()259 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty()350 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty()361 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty()365 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2 && in GetProperty()
134 CNum NumCopyFiles;731 CNum indexInFolder = 0; in Update()732 CNum numCopyItems = 0; in Update()733 CNum numUnpackStreams = db->NumUnpackStreamsVector[i]; in Update()735 for (CNum fi = db->FolderStartFileIndex[i]; indexInFolder < numUnpackStreams; fi++) in Update()915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex]; in Update()933 CNum numUnpackStreams = db->NumUnpackStreamsVector[folderIndex]; in Update()934 CNum indexInFolder = 0; in Update()936 … for (CNum fi = db->FolderStartFileIndex[folderIndex]; indexInFolder < numUnpackStreams; fi++) in Update()979 CNum numUnpackStreams = db->NumUnpackStreamsVector[folderIndex]; in Update()[all …]
425 const CRecordVector<CNum> &numUnpackStreamsInFolders, in WriteSubStreamsInfo()446 CNum index = 0; in WriteSubStreamsInfo()448 for (CNum j = 0; j < numUnpackStreamsInFolders[i]; j++) in WriteSubStreamsInfo()642 CNum numEmptyFiles = 0, numAntiItems = 0; in WriteHeader()
92 const CRecordVector<CNum> &numUnpackStreamsInFolders,