Searched defs:_physPos (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h41 UInt64 _physPos; member in class:CLimitedInStream
45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
51 _physPos = startOffset;
70 UInt64 _physPos; member in class:CClusterInStream
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
85 _physPos = StartOffset;
88 _physPos = StartOffset + (Vector[0] << BlockSizeLog);

Completed in 52 milliseconds