HomeSort by relevance Sort by last modified time
    Searched defs:def1 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 276 LValue *def1 = getSSA(); local
279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred);
281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1);
nv50_ir_peephole.cpp 3455 Value *def1[4]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 383 UDateFormat *def1; local
452 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
458 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
462 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
466 udat_close(def1);
485 UDateFormat *def1; local
546 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
552 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
579 UDateFormat *def1; local
    [all...]
cdattst.c 68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
124 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status);
274 udat_applyPattern(def1, FALSE, temp, u_strlen(temp));
278 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
284 udat_toPattern(def1, FALSE, result, resultlength, &status);
319 udat_set2DigitYearStart(def1 ,d1, &status);
323 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status))
342 udat_setNumberFormat(def1, numformat1);
343 numformat2=udat_getNumberFormat(def1);
352 udat_adoptNumberFormat(def1, adoptNF)
    [all...]
  /external/elfutils/src/
ldgeneric.c 3861 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; local
    [all...]

Completed in 335 milliseconds