Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h42 UInt64 _physPos; variable
46 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
52 _physPos = startOffset; in InitAndSeek()
73 UInt64 _physPos; variable
82 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
88 _physPos = StartOffset; in InitAndSeek()
91 _physPos = StartOffset + (Vector[0] << BlockSizeLog); in InitAndSeek()
188 UInt64 _physPos; variable
197 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
212 _physPos = startOffset; in InitAndSeek()
DLimitedStreams.cpp39 if (newPos != _physPos) in Read()
41 _physPos = newPos; in Read()
47 _physPos += size; in Read()
95 if (newPos != _physPos) in Read()
97 _physPos = newPos; in Read()
112 _physPos += size; in Read()
285 if (newPos != _physPos) in Read()
287 _physPos = newPos; in Read()
291 _physPos += size; in Read()