Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h43 UInt64 _physPos; variable
47 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
53 _physPos = startOffset; in InitAndSeek()
74 UInt64 _physPos; variable
83 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
89 _physPos = StartOffset; in InitAndSeek()
92 _physPos = StartOffset + (Vector[0] << BlockSizeLog); in InitAndSeek()
189 UInt64 _physPos; variable
198 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys()
213 _physPos = startOffset; in InitAndSeek()
DLimitedStreams.cpp46 if (newPos != _physPos) in Read()
48 _physPos = newPos; in Read()
54 _physPos += size; in Read()
110 if (newPos != _physPos) in Read()
112 _physPos = newPos; in Read()
127 _physPos += size; in Read()
303 if (newPos != _physPos) in Read()
305 _physPos = newPos; in Read()
309 _physPos += size; in Read()