Home | History | Annotate | Download | only in Common

Lines Matching full:uint64

11   UInt32 sizeToRead = (UInt32)MyMin((_size - _pos), (UInt64)size);

31 UInt64 rem = _size - _virtPos;
34 UInt64 newPos = _startOffset + _virtPos;
48 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
75 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
84 UInt64 rem = Size - _virtPos;
99 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
101 UInt64 newVirtPos = offset;
118 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream)