Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp34 bp.InIndex = mixerBp.InIndex; in ConvertBindInfoToFolderItemInfo()
350 bindPair.InIndex = numInStreams + coderStreamsInfo.NumInStreams; in EncoderConstr()
372 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream; in EncoderConstr()
398 inIndex = _bindInfo.BindPairs[binder].InIndex; in EncoderConstr()
418 bindPair.InIndex = numInStreams + i; in EncoderConstr()
D7zItem.h34 CNum InIndex; member
55 if (BindPairs[i].InIndex == inStreamIndex) in FindBindPairForInStream()
D7zDecode.cpp24 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex; in ConvertFolderItemInfoToBindInfo()
57 return (a1.InIndex == a2.InIndex) && in AreBindPairsEqual()
D7zIn.cpp70 if (BoolVector_GetAndSet(v, BindPairs[i].InIndex)) in CheckStructure()
102 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]); in CheckStructure()
470 bp.InIndex = ReadNum(); in ParseFolder()
D7zOut.cpp292 WriteNumber(bindPair.InIndex); in WriteFolder()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp83 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex]; in CreateReverseBindInfo()
84 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex]; in CreateReverseBindInfo()
DCoderMixer2.h15 UInt32 InIndex; member
66 if (BindPairs[i].InIndex == inStream) in FindBinderForInStream()
DCoderMixer2MT.cpp124 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex); in Init()
/external/lzma/C/
D7zDec.c293 f->BindPairs[0].InIndex != 1 || in CheckSupportedFolder()
318 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 || in CheckSupportedFolder()
319 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 || in CheckSupportedFolder()
320 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2) in CheckSupportedFolder()
D7z.h35 UInt32 InIndex; member
D7zArcIn.c589 RINOK(SzReadNumber32(sd, &bp->InIndex)); in SzGetNextFolderItem()
590 if (bp->InIndex >= numInStreams) in SzGetNextFolderItem()
592 inStreamUsed[bp->InIndex] = True; in SzGetNextFolderItem()
/external/lzma/DOC/
D7zFormat.txt60 InIndex;
267 UINT64 InIndex;