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

  /bionic/libc/bionic/
time64.c 155 #define IS_LEAP(n) ((!(((n) + 1900) % 400) || (!(((n) + 1900) % 4) && (((n) + 1900) % 100))) != 0)
225 days += length_of_year[IS_LEAP(year)];
232 days -= length_of_year[IS_LEAP(year)];
238 days += julian_days_by_month[IS_LEAP(orig_year)][date->tm_mon];
264 assert(tm->tm_mday <= days_in_month[IS_LEAP(tm->tm_year)][tm->tm_mon]);
273 assert(tm->tm_yday <= length_of_year[IS_LEAP(tm->tm_year)]);
483 seconds += length_of_year[IS_LEAP(right_year - 1900)] * 60 * 60 * 24;
585 leap = IS_LEAP (year);
589 leap = IS_LEAP (year);
609 leap = IS_LEAP (year)
    [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 433 milliseconds