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

  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 282 #ifndef AVGSECSPERYEAR
283 #define AVGSECSPERYEAR 31556952L
284 #endif /* !defined AVGSECSPERYEAR */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /external/icu4c/tools/tzcode/
private.h 282 #ifndef AVGSECSPERYEAR
283 #define AVGSECSPERYEAR 31556952L
284 #endif /* !defined AVGSECSPERYEAR */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /bionic/libc/tzcode/
private.h 348 #ifndef AVGSECSPERYEAR
349 #define AVGSECSPERYEAR 31556952L
350 #endif /* !defined AVGSECSPERYEAR */
353 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /system/core/libcutils/
private.h 352 #ifndef AVGSECSPERYEAR
353 #define AVGSECSPERYEAR 31556952L
354 #endif /* !defined AVGSECSPERYEAR */
357 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)

Completed in 74 milliseconds