Searched refs:Exts (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 54 CObjectVector<CArcExtInfo> Exts; member 90 if (Exts.IsEmpty()) in GetMainExt() 92 return Exts[0].Ext; in GetMainExt()
|
D | LoadCodecs.cpp | 120 FOR_VECTOR (i, Exts) in FindExtension() 121 if (ext.IsEqualToNoCase(Exts[i].Ext)) in FindExtension() 141 Exts.Add(extInfo); in AddExts()
|
D | OpenArchive.cpp | 2623 if (ai.Exts.Size() == 0) in OpenStream() 2630 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 189 const SmallVectorImpl<Instruction *> &Exts, 2741 SmallVectorImpl<Instruction *> *Exts, 2757 SmallVectorImpl<Instruction *> *Exts, 2765 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument 2768 Exts, Truncs, TLI, true); in signExtendOperandForOther() 2775 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument 2778 Exts, Truncs, TLI, false); in zeroExtendOperandForOther() 2786 SmallVectorImpl<Instruction *> *Exts, 2903 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument 2934 if (Exts) in promoteOperandForTruncAndAnyExt() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 563 FOR_VECTOR (t, arc.Exts) in Main2() 567 const CArcExtInfo &ext = arc.Exts[t]; in Main2()
|