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

  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 67 RINOK(_mixerCoderSpec->SetBindInfo(_bindInfo));
164 unsigned numMethods = _bindInfo.Coders.Size();
166 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
172 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
184 if (_bindInfo.InStreams.IsEmpty())
187 _bindInfo.FindInStream(_bindInfo.InStreams[0], mainCoderIndex, mainStreamIndex);
192 for (UInt32 i = 0; i < _bindInfo.Coders[mainCoderIndex].NumInStreams; i++)
215 if (_bindInfo.OutStreams.Size() != 0)
224 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
    [all...]
7zEncode.h 30 NCoderMixer::CBindInfo _bindInfo;
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 63 _bindInfo = bindInfo;
65 FOR_VECTOR (i, _bindInfo.BindPairs)
74 const CCoderStreamsInfo &c = _bindInfo.Coders[_coders.Size()];
102 if (_coders.Size() != _bindInfo.Coders.Size())
109 const CCoderStreamsInfo &coderStreamsInfo = _bindInfo.Coders[i];
119 for (i = 0; i < _bindInfo.BindPairs.Size(); i++)
121 const CBindPair &bindPair = _bindInfo.BindPairs[i];
124 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex);
125 _bindInfo.FindOutStream(bindPair.OutIndex, outCoderIndex, outCoderStreamIndex);
142 for (i = 0; i < _bindInfo.InStreams.Size(); i++)
    [all...]
CoderMixer2MT.h 51 CBindInfo _bindInfo;
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 175 milliseconds