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

  /bionic/libc/tzcode/
tzfile.h 148 #define TM_YEAR_BASE 1900
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 105 /** Value added to tm_year to get the full year value. TM_YEAR_BASE + 110 --> 2010 **/
106 #define TM_YEAR_BASE 1900
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 148 #define TM_YEAR_BASE 1900
zdump.c 135 #ifndef TM_YEAR_BASE
136 #define TM_YEAR_BASE 1900
137 #endif /* !defined TM_YEAR_BASE */
788 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
994 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;

Completed in 89 milliseconds