Home
last modified time | relevance | path

Searched refs:diff400 (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/tzcode/
H A Dzdump.c695 intmax_t diff400 = (y - myy) / 400; in yeartot() local
696 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
698 seconds = diff400 * SECSPER400YEARS; in yeartot()
699 years = diff400 * 400; in yeartot()
711 intmax_t diff400 = (myy - y) / 400; in yeartot() local
712 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
714 seconds = diff400 * SECSPER400YEARS; in yeartot()
715 years = diff400 * 400; in yeartot()