Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c153 #ifndef __isleap
154 #define __isleap(y) ( !((y) % 4) && ( ((y) % 100) || !((y) % 400) ) ) macro
667 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtime.h326 # define __isleap(year) \ macro

Completed in 7 milliseconds