Searched refs:Bonds (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zEncode.cpp | 59 folder.Bonds.SetSize(_bindInfo.Bonds.Size());
in SetFolder() 63 for (i = 0; i < _bindInfo.Bonds.Size(); i++)
in SetFolder() 65 CBond &fb = folder.Bonds[i];
in SetFolder() 66 const NCoderMixer2::CBond &mixerBond = _bindInfo.Bonds[_bindInfo.Bonds.Size() - 1 - i];
in SetFolder() 565 if (!_options.Bonds.IsEmpty())
in EncoderConstr() 593 if (_options.Bonds.IsEmpty())
in EncoderConstr() 601 _bindInfo.Bonds.Add(bond);
in EncoderConstr() 615 if (!_options.Bonds in EncoderConstr() [all...] |
H A D | 7zDecode.cpp | 33 bi.Bonds.ClearAndSetSize(folder.Bonds.Size());
in Convert_FolderInfo_to_BindInfo() 35 for (i = 0; i < folder.Bonds.Size(); i++)
in Convert_FolderInfo_to_BindInfo() 37 NCoderMixer2::CBond &bond = bi.Bonds[i];
in Convert_FolderInfo_to_BindInfo() 38 const N7z::CBond &folderBond = folder.Bonds[i];
in Convert_FolderInfo_to_BindInfo() 87 if (a1.Bonds.Size() != a2.Bonds.Size())
in AreBindInfoExEqual() 89 for (i = 0; i < a1.Bonds.Size(); i++)
in AreBindInfoExEqual() 90 if (!AreBondsEqual(a1.Bonds[i], a2.Bonds[ in AreBindInfoExEqual() [all...] |
H A D | 7zCompressionMode.h | 34 if (Bonds.Empty()), then default bonds must be created
38 Bonds don't contain bonds for filter (these bonds must be created)
43 CRecordVector<CBond2> Bonds;
member 47 FOR_VECTOR(i, Bonds)
in IsThereBond_to_Coder() 48 if (Bonds[i].InCoder == coderIndex)
in IsThereBond_to_Coder()
|
H A D | 7zItem.h | 42 CObjArray2<CBond> Bonds;
member 59 FOR_VECTOR(i, Bonds)
in FindBond_for_PackStream() 60 if (Bonds[i].PackIndex == packStream)
in FindBond_for_PackStream() 68 FOR_VECTOR(i, Bonds)
69 if (Bonds[i].UnpackIndex == unpackStream)
|
H A D | 7zUpdate.cpp | 604 s1 = f1.Bonds.Size();
605 s2 = f2.Bonds.Size();
608 RINOZ(CompareBonds(f1.Bonds[i], f2.Bonds[i]));
1185 mode.Bonds.Add(bond);
in AddBondForFilter() 1194 if (!mode.Bonds.IsEmpty())
in AddFilterBond() 1215 if (mode.Bonds.IsEmpty())
in AddBcj2Methods() 1223 mode.Bonds.Add(bond);
in AddBcj2Methods() 1233 bond.InCoder = methodIndex; bond.OutStream = 1; mode.Bonds.Add(bond);
in AddBcj2Methods() 1234 bond.InCoder = methodIndex + 1; bond.OutStream = 2; mode.Bonds in AddBcj2Methods() [all...] |
H A D | 7zHandlerOut.cpp | 76 methodMode.Bonds = _bonds;
in SetMainMethod() 98 // if (methodMode.Bonds.IsEmpty())
in SetMainMethod() 100 FOR_VECTOR (k, methodMode.Bonds)
in SetMainMethod() 102 CBond2 &bond = methodMode.Bonds[k];
in SetMainMethod()
|
H A D | 7zOut.cpp | 279 for (i = 0; i < folder.Bonds.Size(); i++)
in WriteFolder() 281 const CBond &bond = folder.Bonds[i];
in WriteFolder()
|
H A D | 7zIn.cpp | 480 folder.Bonds.SetSize(numBonds);
in ParseFolder() 483 CBond &bp = folder.Bonds[i];
in ParseFolder()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | CoderMixer2.h | 90 CRecordVector<CBond> Bonds;
94 unsigned GetNum_Bonds_and_PackStreams() const { return Bonds.Size() + PackStreams.Size(); }
98 FOR_VECTOR (i, Bonds)
99 if (Bonds[i].PackIndex == packStream)
106 FOR_VECTOR (i, Bonds)
107 if (Bonds[i].UnpackIndex == unpackStream)
165 Bonds.Clear();
|
H A D | CoderMixer2.cpp | 152 if (!CheckCoder(BindInfo->Bonds[(unsigned)bond].UnpackIndex))
in CheckCoder() 187 if (Coders.Size() - 1 != Bonds.Size())
in CalcMapsAndCheck() 255 _bi.GetCoder_for_Stream(_bi.Bonds[(unsigned)bond].PackIndex, coderIndex, coderStreamIndex);
in Is_UnpackSize_Correct_for_Coder() 257 const UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[(unsigned)bond].PackIndex];
in Is_UnpackSize_Correct_for_Coder() 274 const UInt32 nextCoder = _bi.Bonds[(unsigned)bond].UnpackIndex;
in Is_PackSize_Correct_for_Stream() 308 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[(unsigned)bond].UnpackIndex))
in IsThere_ExternalCoder_in_PackTree() 452 _bi.Bonds[(unsigned)bond].Get_OutIndex(EncodeMode), &seqInStream))
in GetInStream() 505 const UInt32 inStreamIndex = _bi.Bonds[(unsigned)bond].Get_InIndex(EncodeMode);
in GetOutStream() 617 const UInt32 inStreamIndex = _bi.Bonds[(unsigned)bond].Get_InIndex(EncodeMode);
in FinishStream() 685 ci = _bi.Bonds[(unsigne in SelectMainCoder() [all...] |
/third_party/lzma/C/ |
H A D | 7zDec.c | 353 || f->Bonds[0].InIndex != 1
in CheckSupportedFolder() 354 || f->Bonds[0].OutIndex != 0)
in CheckSupportedFolder() 394 || f->Bonds[0].InIndex != 5 || f->Bonds[0].OutIndex != 0
in CheckSupportedFolder() 395 || f->Bonds[1].InIndex != 4 || f->Bonds[1].OutIndex != 1
in CheckSupportedFolder() 396 || f->Bonds[2].InIndex != 3 || f->Bonds[2].OutIndex != 2)
in CheckSupportedFolder()
|
H A D | 7z.h | 49 CSzBond Bonds[SZ_NUM_BONDS_IN_FOLDER_MAX];
member
|
H A D | 7zArcIn.c | 560 CSzBond *bp = f->Bonds + i;
in SzGetNextFolderItem()
|
Completed in 17 milliseconds