Searched defs:exceptions (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dtime64.c286 Year exceptions; local
291 exceptions = year_diff / 100;
292 exceptions -= year_diff / 400;
294 TRACE3("# year: %lld, exceptions: %lld, year_diff: %lld\n",
295 year, exceptions, year_diff);
297 return exceptions * 16;

Completed in 399 milliseconds