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 41 UInt64 _physPos;
45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
51 _physPos = startOffset;
70 UInt64 _physPos;
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
85 _physPos = StartOffset;
88 _physPos = StartOffset + (Vector[0] << BlockSizeLog);
LimitedStreams.cpp 35 if (newPos != _physPos)
37 _physPos = newPos;
43 _physPos += size;
76 if (newPos != _physPos)
78 _physPos = newPos;
93 _physPos += size;

Completed in 166 milliseconds