Searched refs:LEAPS_THRU_END_OF (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1820 #define LEAPS_THRU_END_OF(y) ((y) >= 0 ? _LEAPS_THRU_END_OF(y) : _LEAPS_THRU_END_OF((y) + 1) - 1) macro
1822 #define LEAPS_THRU_END_OF(y) _LEAPS_THRU_END_OF(y) macro
1831 LEAPS_THRU_END_OF(newy - 1) -
1832 LEAPS_THRU_END_OF(y - 1);

Completed in 118 milliseconds