/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 8 public enum SwitchType enum 20 public SwitchType Type; 26 public SwitchForm(string idString, SwitchType type, bool multi, in SwitchForm() 36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm() 40 public SwitchForm(string idString, SwitchType type, bool multi): in SwitchForm() 106 SwitchType type = switchForm.Type; in ParseString() 109 case SwitchType.PostMinus: in ParseString() 121 case SwitchType.PostChar: in ParseString() 142 case SwitchType.LimitedPostString: in ParseString() 143 case SwitchType.UnLimitedPostString: in ParseString() [all …]
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false); in Main2() 132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false); in Main2() 133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1); in Main2() 134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1); in Main2() 135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1); in Main2() 136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1); in Main2() 137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1); in Main2() 138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1); in Main2() 139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1); in Main2() 140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false); in Main2() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderSwitchTests.cpp | 66 enum SwitchType enum 89 … makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVer… in makeSwitchCase() 163 …tring(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, swit… in makeSwitchCases() 164 …ing(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, swi… in makeSwitchCases()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderSwitchTests.cpp | 83 enum SwitchType enum 106 …se (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVer… in makeSwitchCase() 205 …se(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, swit… in makeSwitchCases() 206 …(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, swi… in makeSwitchCases()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 1364 /*SwitchType*/ 32, MVT::i16,// ->2911 1378 /*SwitchType*/ 32, MVT::i32,// ->2945 1627 /*SwitchType*/ 32, MVT::i16,// ->3530 1641 /*SwitchType*/ 32, MVT::i32,// ->3564 1740 /*SwitchType*/ 30, MVT::i16,// ->3783 1753 /*SwitchType*/ 30, MVT::i32,// ->3815 1766 /*SwitchType*/ 30, MVT::i64,// ->3847 2195 /*SwitchType*/ 32, MVT::i16,// ->4874 2209 /*SwitchType*/ 32, MVT::i32,// ->4908 2308 /*SwitchType*/ 30, MVT::i16,// ->5127 [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 65 SwitchType, // Dispatch based on type. enumerator 512 : Matcher(SwitchType), Cases(cases.begin(), cases.end()) {} in SwitchTypeMatcher() 516 return N->getKind() == SwitchType; in classof()
|
D | DAGISelMatcherEmitter.cpp | 299 case Matcher::SwitchType: { in EmitMatcher() 795 case Matcher::SwitchType: OS << "OPC_SwitchType"; break; in EmitHistogram()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 62 SwitchType, // Dispatch based on type. enumerator 532 : Matcher(SwitchType), Cases(cases, cases+numcases) {} in SwitchTypeMatcher() 535 return N->getKind() == SwitchType; in classof()
|
D | DAGISelMatcherEmitter.cpp | 268 case Matcher::SwitchType: { in EmitMatcher() 758 case Matcher::SwitchType: OS << "OPC_SwitchType"; break; in EmitHistogram()
|