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

  /external/u-boot/include/linux/
time.h 79 static _CONST int year_lengths[2] = { local
114 if (days < year_lengths[yleap])
117 days -= year_lengths[yleap];
126 days += year_lengths[yleap];
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 27 extern const int year_lengths[2];
Time.c 63 const int year_lengths[2] = { variable
158 while (days < 0 || days >= (LONG32) year_lengths[yleap = isleap(y)]) {
285 yourtm.tm_mday += year_lengths[isleap(i)];
289 yourtm.tm_mday -= year_lengths[isleap(i)];
ZoneProc.c 669 janfirst += year_lengths[isleap(year)] *
  /bionic/libc/tzcode/
localtime.c 730 static const int year_lengths[2] = { variable
1113 yearsecs = (year_lengths[isleap(year)]
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 638 static const int year_lengths[2] = { variable
1022 yearsecs = (year_lengths[isleap(year)]
    [all...]

Completed in 3070 milliseconds