Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/zic/
H A Dzdump.c402 intmax_t diff400 = (y - myy) / 400; in yeartot() local
403 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
405 seconds = diff400 * SECSPER400YEARS; in yeartot()
406 years = diff400 * 400; in yeartot()
418 intmax_t diff400 = (myy - y) / 400; in yeartot() local
419 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
421 seconds = diff400 * SECSPER400YEARS; in yeartot()
422 years = diff400 * 400; in yeartot()