leaps1 52 kernel/time/timeconv.c long leaps1 = math_div(y1 - 1, 4) - math_div(y1 - 1, 100) leaps1 56 kernel/time/timeconv.c return leaps2 - leaps1;