Home
last modified time | relevance | path

Searched refs:def1 (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c387 UDateFormat *def1 = NULL; in TestNewFormatAndParseAPI() local
456 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestNewFormatAndParseAPI()
462 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI()
466 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
471 udat_close(def1); in TestNewFormatAndParseAPI()
490 UDateFormat *def1 = NULL; in TestSampleFormatAndParseWithError() local
555 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParseWithError()
561 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError()
565 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
569 udat_close(def1); in TestSampleFormatAndParseWithError()
[all …]
Dcdattst.c70 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; in TestDateFormat() local
126 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status); in TestDateFormat()
276 udat_applyPattern(def1, FALSE, temp, u_strlen(temp)); in TestDateFormat()
280 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status); in TestDateFormat()
286 udat_toPattern(def1, FALSE, result, resultlength, &status); in TestDateFormat()
321 udat_set2DigitYearStart(def1 ,d1, &status); in TestDateFormat()
325 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status)) in TestDateFormat()
344 udat_setNumberFormat(def1, numformat1); in TestDateFormat()
345 numformat2=udat_getNumberFormat(def1); in TestDateFormat()
354 udat_adoptNumberFormat(def1, adoptNF); in TestDateFormat()
[all …]
/external/clang/test/ARCMT/
Dassign-prop-with-arc-runtime.m40 @property (retain) id def1; property
50 @synthesize def1, def2, def3;
Dassign-prop-with-arc-runtime.m.result40 @property (strong) id def1;
50 @synthesize def1, def2, def3;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll115 ; def1
128 ; NaryReassociate should match use1 with def3, and use2 with def1.
131 %def1 = add i32 %a, %b
156 ; CHECK: [[t2:%[0-9]+]] = add i32 %def1, %c
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll114 ; def1
127 ; NaryReassociate should match use1 with def3, and use2 with def1.
130 %def1 = add i32 %a, %b
155 ; CHECK: [[t2:%[0-9]+]] = add i32 %def1, %c
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.cpp255 Value *def1 = bld.getSSA(); in handleLogOp() local
262 Instruction *hi = bld.mkOp1(insn->op, sTy, def1, src0[1]); in handleLogOp()
270 insn->setSrc(1, def1); in handleLogOp()
Dnv50_ir_build_util.cpp276 LValue *def1 = getSSA(); in mkSelect() local
279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
Dnv50_ir_peephole.cpp3957 Value *def1[4]; in checkSplitLoad() local
3979 def1[n1] = ld1->getDef(d); in checkSplitLoad()
3980 size1 += def1[n1++]->reg.size; in checkSplitLoad()
3994 size1 -= def1[--n1]->reg.size; in checkSplitLoad()
4019 ld1->setDef(d, (d < n1) ? def1[d] : NULL); in checkSplitLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dinline-asm.ll244 %def1 = call i32 asm sideeffect "; def $0 ", "={v0}"()
245 %add = shl i32 %def0, %def1
/external/libxml2/
Drelaxng.c3794 xmlRelaxNGCompareNameClasses(xmlRelaxNGDefinePtr def1, in xmlRelaxNGCompareNameClasses() argument
3806 if ((def1->type == XML_RELAXNG_ELEMENT) || in xmlRelaxNGCompareNameClasses()
3807 (def1->type == XML_RELAXNG_ATTRIBUTE)) { in xmlRelaxNGCompareNameClasses()
3810 if (def1->name != NULL) { in xmlRelaxNGCompareNameClasses()
3811 node.name = def1->name; in xmlRelaxNGCompareNameClasses()
3815 if (def1->ns != NULL) { in xmlRelaxNGCompareNameClasses()
3816 if (def1->ns[0] == 0) { in xmlRelaxNGCompareNameClasses()
3820 ns.href = def1->ns; in xmlRelaxNGCompareNameClasses()
3826 if (def1->nameClass != NULL) { in xmlRelaxNGCompareNameClasses()
3827 ret = xmlRelaxNGCompareNameClasses(def1->nameClass, def2); in xmlRelaxNGCompareNameClasses()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_memory.cpp89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp87 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
89 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/skqp/tools/bookmaker/
DincludeParser.cpp1712 std::sort(consts.begin(), consts.end(), [](Definition* def1, Definition* def2) { in filteredBlock() argument
1713 return def1->fLineCount < def2->fLineCount; in filteredBlock()