Home | History | Annotate | Download | only in Common

Lines Matching full:uint64

95       UInt64 rem = File.Length - VirtPos;

102 UInt64 mask2 = ~(UInt64)mask;
103 UInt64 alignedPos = VirtPos & mask2;
122 UInt64 end = VirtPos + size;
136 UInt64 realNewPosition;
146 readSize = (UInt32)MyMin(File.Length - PhyPos, (UInt64)kClusterSize);
165 UInt64 realNewPosition;
244 UInt64 *newPosition)
254 UInt64 newVirtPos = offset;
269 UInt64 realNewPosition;
286 *newPosition = (UInt64)res;
292 STDMETHODIMP CInFileStream::GetSize(UInt64 *size)
332 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
338 UInt64 realNewPosition;
350 *newPosition = (UInt64)res;
356 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize)
359 UInt64 currentPos;
363 UInt64 currentPos2;