Lines Matching refs:CNum
49 CNum NumPackStreams;
50 CNum NumFolders;
56 CObjArray<CNum> NumUnpackStreamsVector; // NumFolders
59 CObjArray<CNum> FoToCoderUnpackSizes; // NumFolders + 1
60 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1
157 for (CNum i = 0; i < NumFolders; i++) in IsSolid()
200 CObjArray<CNum> FolderStartFileIndex;
201 CObjArray<CNum> FileIndexToFolderIndexMap;
272 UInt64 GetFolderStreamPos(CNum folderIndex, unsigned indexInFolder) const in GetFolderStreamPos()
278 UInt64 GetFolderFullPackSize(CNum folderIndex) const in GetFolderFullPackSize()
285 UInt64 GetFolderPackStreamSize(CNum folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize()
291 UInt64 GetFilePackSize(CNum fileIndex) const in GetFilePackSize()
293 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize()
326 CNum ReadNum();
376 CNum ReadNum() { return _inByteBack->ReadNum(); } in ReadNum()