Home
last modified time | relevance | path

Searched refs:Exts (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h52 CObjectVector<CArcExtInfo> Exts; member
63 if (Exts.IsEmpty()) in GetMainExt()
65 return Exts[0].Ext; in GetMainExt()
69 for (int i = 0; i < Exts.Size(); i++) in FindExtension()
70 if (ext.CompareNoCase(Exts[i].Ext) == 0) in FindExtension()
77 for (int i = 0; i < Exts.Size(); i++) in GetAllExtensions()
81 s += Exts[i].Ext; in GetAllExtensions()
DOpenArchive.cpp312 if (format.Exts.Size() == 0) in OpenStream()
319 const CArcExtInfo &extInfo = format.Exts[subExtIndex]; in OpenStream()
DLoadCodecs.cpp230 Exts.Add(extInfo); in AddExts()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp186 const SmallVectorImpl<Instruction *> &Exts,
2260 SmallVectorImpl<Instruction *> *Exts,
2276 SmallVectorImpl<Instruction *> *Exts,
2284 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
2287 Exts, Truncs, TLI, true); in signExtendOperandForOther()
2294 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
2297 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
2305 SmallVectorImpl<Instruction *> *Exts,
2425 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
2456 if (Exts) in promoteOperandForTruncAndAnyExt()
[all …]
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp271 for (int t = 0; t < arc.Exts.Size(); t++) in Main2()
273 const CArcExtInfo &ext = arc.Exts[t]; in Main2()