HomeSort by relevance Sort by last modified time
    Searched refs:YEARSPERREPEAT (Results 1 - 10 of 10) sorted by null

  /bionic/libc/tzcode/
private.h 340 #ifndef YEARSPERREPEAT
341 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
342 #endif /* !defined YEARSPERREPEAT */
353 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 678 i = 2 * YEARSPERREPEAT;
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 274 #ifndef YEARSPERREPEAT
275 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
276 #endif /* !defined YEARSPERREPEAT */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1259 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1265 seconds *= YEARSPERREPEAT;
1279 newy -= icycles * YEARSPERREPEAT;
1280 else newy += icycles * YEARSPERREPEAT;
    [all...]
zic.c     [all...]
  /external/icu4c/tools/tzcode/
private.h 274 #ifndef YEARSPERREPEAT
275 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
276 #endif /* !defined YEARSPERREPEAT */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1259 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1265 seconds *= YEARSPERREPEAT;
1279 newy -= icycles * YEARSPERREPEAT;
1280 else newy += icycles * YEARSPERREPEAT;
    [all...]
zic.c     [all...]
  /system/core/libcutils/
private.h 344 #ifndef YEARSPERREPEAT
345 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
346 #endif /* !defined YEARSPERREPEAT */
357 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
tztime.c 612 i = 2 * YEARSPERREPEAT;
1207 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1213 seconds *= YEARSPERREPEAT;
1227 newy -= icycles * YEARSPERREPEAT;
1228 else newy += icycles * YEARSPERREPEAT;
    [all...]

Completed in 318 milliseconds