Home
last modified time | relevance | path

Searched refs:_physPos (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h41 UInt64 _physPos; variable
45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
51 _physPos = startOffset; in InitAndSeek()
70 UInt64 _physPos; variable
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
85 _physPos = StartOffset; in InitAndSeek()
88 _physPos = StartOffset + (Vector[0] << BlockSizeLog); in InitAndSeek()
DLimitedStreams.cpp35 if (newPos != _physPos) in Read()
37 _physPos = newPos; in Read()
43 _physPos += size; in Read()
76 if (newPos != _physPos) in Read()
78 _physPos = newPos; in Read()
93 _physPos += size; in Read()