Searched refs:CNum (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h18 typedef UInt32 CNum; typedef in namespace:NArchive::N7z
19 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
60 CNum resul
[all...]
H A D7zExtract.cpp22 CNum FileIndex;
23 CNum FolderIndex;
30 CNum fileIndex, CNum folderIndex):
96 CNum folderIndex = db.FileIndexToFolderIndexMap[fileIndex];
127 CNum startIndex = db.FolderStartFileIndex[folderIndex];
128 for (CNum index = efi.ExtractStatuses.Size();
182 CNum startIndex;
202 CNum folderIndex = efi.FolderIndex;
207 CNum packStreamInde
[all...]
H A D7zIn.h37 CRecordVector<CNum> FolderStartPackStreamIndex;
38 CRecordVector<CNum> FolderStartFileIndex;
39 CRecordVector<CNum> FileIndexToFolderIndexMap;
76 CNum packStreamIndex = FolderStartPackStreamIndex[folderIndex];
89 UInt64 GetFilePackSize(CNum fileIndex) const
91 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex];
116 CNum ReadNum();
161 CNum ReadNum() { return _inByteBack->ReadNum(); }
186 CRecordVector<CNum> &numUnpackStreamsInFolders,
198 CRecordVector<CNum>
[all...]
H A D7zIn.cpp79 CNum j;
233 CNum CInByte2::ReadNum()
238 return (CNum)value;
387 CNum numCoders = ReadNum();
391 CNum numInStreams = 0;
392 CNum numOutStreams = 0;
393 CNum i;
423 CNum propsSize = ReadNum();
434 CNum numBindPairs = numOutStreams - 1;
447 CNum numPackStream
[all...]
H A D7zHandler.cpp195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
236 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2)
259 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
350 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
361 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
365 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2 &&
H A D7zUpdate.cpp134 CNum NumCopyFiles;
731 CNum indexInFolder = 0;
732 CNum numCopyItems = 0;
733 CNum numUnpackStreams = db->NumUnpackStreamsVector[i];
735 for (CNum fi = db->FolderStartFileIndex[i]; indexInFolder < numUnpackStreams; fi++)
915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex];
933 CNum numUnpackStreams = db->NumUnpackStreamsVector[folderIndex];
934 CNum indexInFolder = 0;
936 for (CNum fi = db->FolderStartFileIndex[folderIndex]; indexInFolder < numUnpackStreams; fi++)
979 CNum numUnpackStream
[all...]
H A D7zOut.h92 const CRecordVector<CNum> &numUnpackStreamsInFolders,
H A D7zOut.cpp425 const CRecordVector<CNum> &numUnpackStreamsInFolders,
446 CNum index = 0;
448 for (CNum j = 0; j < numUnpackStreamsInFolders[i]; j++)
642 CNum numEmptyFiles = 0, numAntiItems = 0;

Completed in 87 milliseconds