Searched refs:leap (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dtime64.c247 /* Don't forget leap seconds */
279 /* The exceptional centuries without leap years cause the cycle to
305 2) Has the same leap year status.
314 It doesn't need the same leap year status since we only care about
332 /* Change non-leap xx00 years to an equivalent */
520 int leap; local
580 leap = IS_LEAP (year);
581 while (m >= (Time64_T) length_of_year[leap]) {
582 m -= (Time64_T) length_of_year[leap];
584 leap
[all...]

Completed in 3 milliseconds