/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 388 UDateFormat *def1 = NULL; in TestNewFormatAndParseAPI() local 457 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestNewFormatAndParseAPI() 463 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI() 467 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI() 472 udat_close(def1); in TestNewFormatAndParseAPI() 491 UDateFormat *def1 = NULL; in TestSampleFormatAndParseWithError() local 556 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParseWithError() 562 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError() 566 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError() 570 udat_close(def1); in TestSampleFormatAndParseWithError() [all …]
|
D | cdattst.c | 77 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; in TestDateFormat() local 133 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status); in TestDateFormat() 288 udat_applyPattern(def1, false, temp, u_strlen(temp)); in TestDateFormat() 292 resultlengthneeded=udat_toPattern(def1, false, NULL, resultlength, &status); in TestDateFormat() 298 udat_toPattern(def1, false, result, resultlength, &status); in TestDateFormat() 333 udat_set2DigitYearStart(def1 ,d1, &status); in TestDateFormat() 337 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status)) in TestDateFormat() 356 udat_setNumberFormat(def1, numformat1); in TestDateFormat() 357 numformat2=udat_getNumberFormat(def1); in TestDateFormat() 366 udat_adoptNumberFormat(def1, adoptNF); in TestDateFormat() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | cse.c | 27 const struct instruction *def1 = phi1->def; in phi_compare() local 30 if (def1->src1 != def2->src1) in phi_compare() 31 return def1->src1 < def2->src1 ? -1 : 1; in phi_compare() 32 if (def1->bb != def2->bb) in phi_compare() 33 return def1->bb < def2->bb ? -1 : 1; in phi_compare()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/export_declarations/ |
D | export_declarations_1.ts | 42 var def1 = ED1.def; variable 45 Assert.equal(def1, 1024);
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstmask.c | 36 gst_mask_compare (GstMaskDefinition * def1, GstMaskDefinition * def2) in gst_mask_compare() argument 38 return (def1->type - def2->type); in gst_mask_compare()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_helper.cpp | 255 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()
|
D | nv50_ir_build_util.cpp | 278 LValue *def1 = getSSA(); in mkSelect() local 281 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect() 283 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
|
D | nv50_ir_peephole.cpp | 3986 Value *def1[4]; in checkSplitLoad() local 4008 def1[n1] = ld1->getDef(d); in checkSplitLoad() 4009 size1 += def1[n1++]->reg.size; in checkSplitLoad() 4023 size1 -= def1[--n1]->reg.size; in checkSplitLoad() 4048 ld1->setDef(d, (d < n1) ? def1[d] : NULL); in checkSplitLoad()
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 18146 const enum_type_decl *def1 = in equals() local 18156 if (!!def1 != !!def2) in equals() 18172 if (!def1) in equals() 18173 def1 = &l; in equals() 18177 if (def1->get_underlying_type() != def2->get_underlying_type()) in equals() 18186 if (!(def1->decl_base::operator==(*def2) in equals() 18187 && def1->type_base::operator==(*def2))) in equals() 18192 if (!def1->decl_base::operator==(*def2)) in equals() 18194 if (!def1->type_base::operator==(*def2)) in equals() 18243 for(const auto &e : def1->get_enumerators()) in equals() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local 91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_memory.cpp | 89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local 91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
|
/third_party/spirv-tools/source/val/ |
D | validate_memory.cpp | 89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local 91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
|
/third_party/libuv/docs/src/ |
D | misc.rst | 431 `fe80::abc:def1:2345%en0`. 435 `fe80::abc:def1:2345%5`.
|