Lines Matching refs:UInt64
13 const UInt64 rem = _size - _pos; in Read()
41 const UInt64 rem = _size - _virtPos; in Read()
45 UInt64 newPos = _startOffset + _virtPos; in Read()
59 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
76 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **r… in CreateLimitedInStream()
95 UInt64 rem = Size - _virtPos; in Read()
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()
133 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
144 if (_virtPos != (UInt64)offset) in Seek()
175 UInt64 phyPos = extent.Phy + (_virtPos - extent.Virt); in Read()
183 UInt64 rem = Extents[left + 1].Virt - _virtPos; in Read()
195 STDMETHODIMP CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
250 STDMETHODIMP CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
258 UInt64 pos = 0; in Seek()
287 UInt64 rem = _size - _virtPos; in Read()
291 UInt64 newPos = _startOffset + _virtPos; in Read()
292 UInt64 offsetInCache = newPos - _cachePhyPos; in Read()
317 STDMETHODIMP CLimitedCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
346 STDMETHODIMP CTailOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
363 STDMETHODIMP CTailOutStream::SetSize(UInt64 newSize) in SetSize()