Home
last modified time | relevance | path

Searched defs:greg (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
Dffi.c119 int greg, ireg; in ffi_prep_args() local
327 int greg; in ffi_prep_cif_machdep() local
521 int ireg, greg = 0; in ffi_closure_helper_SYSV() local
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dffi.c161 int greg; in ffi_prep_cif_machdep() local
356 int greg, freg; in ffi_closure_helper_SYSV() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DTestCase.java131 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase() local
DDangiTest.java135 GregorianCalendar greg = new GregorianCalendar(1989, Calendar.SEPTEMBER, 1); in TestZeroDOM() local
DCalendarTestFmwk.java228 GregorianCalendar greg = new GregorianCalendar(); in doLimitsTest() local
DChineseTest.java157 GregorianCalendar greg = new GregorianCalendar(1989, Calendar.SEPTEMBER, 1); in TestZeroDOM() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java130 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase() local
DDangiTest.java134 GregorianCalendar greg = new GregorianCalendar(1989, Calendar.SEPTEMBER, 1); in TestZeroDOM() local
DCalendarTestFmwk.java227 GregorianCalendar greg = new GregorianCalendar(); in doLimitsTest() local
DChineseTest.java156 GregorianCalendar greg = new GregorianCalendar(1989, Calendar.SEPTEMBER, 1); in TestZeroDOM() local
/external/valgrind/VEX/priv/
Dhost_amd64_defs.c2232 static UChar* doAMode_M ( UChar* p, HReg greg, AMD64AMode* am ) in doAMode_M()
2252 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R()
2263 static UChar* doAMode_R_reg_enc ( UChar* p, HReg greg, UInt eregEnc3210 ) in doAMode_R_reg_enc()
2305 static UChar rexAMode_M ( HReg greg, AMD64AMode* am ) in rexAMode_M()
2327 static UChar rexAMode_R ( HReg greg, HReg ereg ) in rexAMode_R()
2338 static UChar rexAMode_R_reg_enc ( HReg greg, UInt eregEnc3210 ) in rexAMode_R_reg_enc()
Dhost_x86_defs.c1974 static UChar* doAMode_M ( UChar* p, HReg greg, X86AMode* am ) in doAMode_M()
1993 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R()
Dhost_x86_isel.c3716 HReg greg = iselVecExpr(env, e->Iex.Binop.arg1); in iselVecExpr_wrk() local
Dhost_amd64_isel.c3509 HReg greg = iselVecExpr(env, e->Iex.Binop.arg1); in iselVecExpr_wrk() local
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp340 GregorianCalendar greg(status); in doLimitsTest() local
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c979 … UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode); in VerifyTranslation() local