Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp35 bindPair.InIndex = bindInfo.BindPairs[i].InIndex; in ConvertBindInfoToFolderItemInfo()
330 bindPair.InIndex = numInStreams + coderStreamsInfo.NumInStreams; in EncoderConstr()
352 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream; in EncoderConstr()
378 inIndex = _bindInfo.BindPairs[binder].InIndex; in EncoderConstr()
398 bindPair.InIndex = numInStreams + i; in EncoderConstr()
D7zDecode.cpp23 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex; in ConvertFolderItemInfoToBindInfo()
53 return (a1.InIndex == a2.InIndex) && in AreBindPairsEqual()
D7zItem.h33 CNum InIndex; member
69 if (BindPairs[i].InIndex == inStreamIndex) in FindBindPairForInStream()
D7zIn.cpp58 if (BoolVector_GetAndSet(v, BindPairs[i].InIndex)) in CheckStructure()
90 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]); in CheckStructure()
440 bp.InIndex = ReadNum(); in GetNextFolderItem()
D7zUpdate.cpp103 RINOZ_COMP(b1.InIndex, b2.InIndex); in CompareBindPairs()
D7zOut.cpp310 WriteNumber(bindPair.InIndex); in WriteFolder()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h15 UInt32 InIndex; member
66 if (BindPairs[i].InIndex == inStream) in FindBinderForInStream()
DCoderMixer2.cpp74 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex]; in CreateReverseBindInfo()
75 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex]; in CreateReverseBindInfo()
DCoderMixer2MT.cpp146 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex); in Init()
/external/lzma/C/
D7zDec.c290 f->BindPairs[0].InIndex != 1 || 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.h59 UInt32 InIndex; member
D7zIn.c68 if (p->BindPairs[i].InIndex == inStreamIndex) in SzFolder_FindBindPairForInStream()
619 RINOK(SzReadNumber32(sd, &bp->InIndex)); in SzGetNextFolderItem()
/external/lzma/
D7zFormat.txt60 InIndex;
269 UINT64 InIndex;