Home
last modified time | relevance | path

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

/dports/astro/swe/swisseph-2.10.1/
H A Dswedate.c274 #define NLEAP_SECONDS 27 // ignoring end mark '0' macro
321 tabsiz = NLEAP_SECONDS; in init_leapsec()
322 ndat_last = leap_seconds[NLEAP_SECONDS - 1]; in init_leapsec()
325 return NLEAP_SECONDS; in init_leapsec()
341 if (tabsiz > NLEAP_SECONDS) leap_seconds[tabsiz] = 0; /* end mark */ in init_leapsec()