Home
last modified time | relevance | path

Searched refs:OutIndex (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp24 bindPair.OutIndex = (UInt32)folder.BindPairs[i].OutIndex; in ConvertFolderItemInfoToBindInfo()
54 (a1.OutIndex == a2.OutIndex); in AreBindPairsEqual()
297 &folderInfo.UnpackSizes[(UInt32)folderInfo.BindPairs[bindPairIndex].OutIndex]); in Decode()
D7zEncode.cpp36 bindPair.OutIndex = bindInfo.BindPairs[i].OutIndex; in ConvertBindInfoToFolderItemInfo()
331 bindPair.OutIndex = numOutStreams; in EncoderConstr()
353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream; in EncoderConstr()
399 bindPair.OutIndex = _bindInfo.OutStreams[i]; in EncoderConstr()
D7zItem.h34 CNum OutIndex; member
76 if (BindPairs[i].OutIndex == outStreamIndex) in FindBindPairForOutStream()
D7zIn.cpp66 if (BoolVector_GetAndSet(v, BindPairs[i].OutIndex)) in CheckStructure()
90 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]); in CheckStructure()
441 bp.OutIndex = ReadNum(); in GetNextFolderItem()
D7zUpdate.cpp104 return MyCompare(b1.OutIndex, b2.OutIndex); in CompareBindPairs()
D7zOut.cpp311 WriteNumber(bindPair.OutIndex); in WriteFolder()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h16 UInt32 OutIndex; member
73 if (BindPairs[i].OutIndex == outStream) in FindBinderForOutStream()
DCoderMixer2.cpp74 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex]; in CreateReverseBindInfo()
75 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex]; in CreateReverseBindInfo()
DCoderMixer2MT.cpp147 _bindInfo.FindOutStream(bindPair.OutIndex, outCoderIndex, outCoderStreamIndex); in Init()
/external/lzma/C/
D7zDec.c291 f->BindPairs[0].OutIndex != 0) in CheckSupportedFolder()
315 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 || in CheckSupportedFolder()
316 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 || in CheckSupportedFolder()
317 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2) in CheckSupportedFolder()
D7z.h60 UInt32 OutIndex; member
D7zIn.c78 if (p->BindPairs[i].OutIndex == outStreamIndex) in SzFolder_FindBindPairForOutStream()
620 RINOK(SzReadNumber32(sd, &bp->OutIndex)); in SzGetNextFolderItem()
/external/lzma/
D7zFormat.txt61 OutIndex;
270 UINT64 OutIndex;