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

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 17 unsigned left = 0, mid = _streamIndex, right = Streams.Size();
27 _streamIndex = mid;
32 _streamIndex = mid;
35 CSubStreamInfo &s = Streams[_streamIndex];
126 if (_streamIndex >= Streams.Size())
135 CSubStreamInfo &subStream = Streams[_streamIndex];
139 _streamIndex++;
164 _streamIndex++;
186 _streamIndex = 0;
MultiStream.h 17 unsigned _streamIndex;
45 _streamIndex = 0;
60 unsigned _streamIndex; // required stream
61 UInt64 _offsetPos; // offset from start of _streamIndex index
76 _streamIndex = 0;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 89 unsigned _streamIndex; // required stream
90 UInt64 _offsetPos; // offset from start of _streamIndex index
111 _streamIndex = 0;
166 if (_streamIndex >= Streams.Size())
171 name.Add_UInt32(_streamIndex + 1);
190 CAltStreamInfo &altStream = Streams[_streamIndex];
192 unsigned index = _streamIndex;
200 _streamIndex++;
227 _streamIndex++;
250 _streamIndex = 0;
    [all...]

Completed in 377 milliseconds