Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzdump.c687 intmax_t diff400 = (y - myy) / 400; in yeartot() local
688 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
690 seconds = diff400 * SECSPER400YEARS; in yeartot()
691 years = diff400 * 400; in yeartot()
703 intmax_t diff400 = (myy - y) / 400; in yeartot() local
704 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
706 seconds = diff400 * SECSPER400YEARS; in yeartot()
707 years = diff400 * 400; in yeartot()