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

/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1541 int leaps; local
1543 split = ntpcal_split_eradays(rd - 1, &leaps);
1544 split = ntpcal_split_yeardays(split.lo, leaps);
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_x509.c527 int day_of_year, leaps, i; local
593 leaps = (year + 3) / 4 - (year + 99) / 100 + (year + 399) / 400;
598 *days = (uint32_t)year * 365 + (uint32_t)leaps + day_of_year;

Completed in 126 milliseconds