Lines Matching full:uint64
52 UInt64 _offsetPos; // offset from start of _streamIndex index
53 UInt64 _absPos;
54 UInt64 _length;
61 UInt64 Pos;
62 UInt64 RealSize;
67 CRecordVector<UInt64> Sizes;
84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
85 STDMETHOD(SetSize)(UInt64 newSize);
142 UInt64 volSize = Sizes[index];
158 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - subStream.Pos);
184 STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
207 STDMETHODIMP COutMultiVolStream::SetSize(UInt64 newSize)
215 if ((UInt64)newSize < subStream.RealSize)
315 const CRecordVector<UInt64> &volumesSizes,
622 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path)
724 di.Size = (UInt64)(Int64)-1;