Searched refs:__isleap (Results 1 – 2 of 2) sorted by relevance
153 #ifndef __isleap154 #define __isleap(y) ( !((y) % 4) && ( ((y) % 100) || !((y) % 400) ) ) macro667 isleap = __isleap(i); in tm_isdst()1217 x[1] += 365 + __isleap(x[2]); in __XL_NPP()1222 days = 365 + __isleap(x[2]); in __XL_NPP()2265 if (__isleap(wday)) { in _time_t2tm()2366 if (__isleap(d)) { in _time_mktime_tzi()2480 return __isleap(year) ? 366 : 365; in libc_hidden_def()
326 # define __isleap(year) \ macro
Completed in 9 milliseconds