Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzdump.c635 intmax_t diff400 = (y - myy) / 400; in yeartot() local
636 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
638 seconds = diff400 * SECSPER400YEARS; in yeartot()
639 years = diff400 * 400; in yeartot()
651 intmax_t diff400 = (myy - y) / 400; in yeartot() local
652 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
654 seconds = diff400 * SECSPER400YEARS; in yeartot()
655 years = diff400 * 400; in yeartot()