Lines Matching refs:UInt64

13     const UInt64 rem = _size - _pos;

41 const UInt64 rem = _size - _virtPos;
45 UInt64 newPos = _startOffset + _virtPos;
59 Z7_COM7F_IMF(CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
70 _virtPos = (UInt64)offset;
76 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream)
95 UInt64 rem = Size - _virtPos;
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
133 Z7_COM7F_IMF(CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
144 if (_virtPos != (UInt64)offset)
146 _virtPos = (UInt64)offset;
148 *newPosition = (UInt64)offset;
157 const UInt64 virt = _virtPos;
183 const UInt64 rem = Extents[left + 1].Virt - virt;
200 const UInt64 phy = extent.Phy + (virt - extent.Virt);
203 _phyPos = (UInt64)0 - 1; // we don't trust seek_pos in case of error
214 _phyPos = (UInt64)0 - 1; // we don't trust seek_pos in case of error
221 Z7_COM7F_IMF(CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
232 _virtPos = (UInt64)offset;
276 Z7_COM7F_IMF(CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
284 UInt64 pos = 0;
297 _virtPos = (UInt64)offset;
313 UInt64 rem = _size - _virtPos;
317 UInt64 newPos = _startOffset + _virtPos;
318 UInt64 offsetInCache = newPos - _cachePhyPos;
343 Z7_COM7F_IMF(CLimitedCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
354 _virtPos = (UInt64)offset;
372 Z7_COM7F_IMF(CTailOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition))
383 _virtPos = (UInt64)offset;
389 Z7_COM7F_IMF(CTailOutStream::SetSize(UInt64 newSize))