Searched refs:OutIndex (Results 1 - 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h35 CNum OutIndex; member in struct:NArchive::N7z::CBindPair
62 if (BindPairs[i].OutIndex == outStreamIndex)
H A D7zDecode.cpp25 bindPair.OutIndex = (UInt32)folder.BindPairs[i].OutIndex;
58 (a1.OutIndex == a2.OutIndex);
307 packSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndexStart + (UInt32)folderInfo.BindPairs[bindPairIndex].OutIndex];
H A D7zEncode.cpp35 bp.OutIndex = mixerBp.OutIndex;
351 bindPair.OutIndex = numOutStreams;
373 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream;
419 bindPair.OutIndex = _bindInfo.OutStreams[i];
H A D7zIn.cpp78 if (BoolVector_GetAndSet(v, BindPairs[i].OutIndex))
102 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]);
471 bp.OutIndex = ReadNum();
H A D7zOut.cpp293 WriteNumber(bindPair.OutIndex);
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp83 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex];
84 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex];
H A DCoderMixer2.h16 UInt32 OutIndex; member in struct:NCoderMixer::CBindPair
73 if (BindPairs[i].OutIndex == outStream)
H A DCoderMixer2MT.cpp125 _bindInfo.FindOutStream(bindPair.OutIndex, outCoderIndex, outCoderStreamIndex);
/external/lzma/C/
H A D7z.h36 UInt32 OutIndex; member in struct:__anon13422
H A D7zDec.c294 f->BindPairs[0].OutIndex != 0)
318 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 ||
319 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 ||
320 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2)
H A D7zArcIn.c593 RINOK(SzReadNumber32(sd, &bp->OutIndex));
594 if (bp->OutIndex >= numInStreams)
596 outStreamUsed[bp->OutIndex] = True;

Completed in 97 milliseconds