HomeSort by relevance Sort by last modified time
    Searched refs:_physPos (Results 1 - 2 of 2) sorted by null

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

Completed in 587 milliseconds