Home
last modified time | relevance | path

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

/linux-2.6.39/net/netfilter/
Dxt_time.c63 static inline bool is_leap(unsigned int y) in is_leap() function
137 if (is_leap(year)) { in localtime_3()
/linux-2.6.39/drivers/char/
Defirtc.c55 #define is_leap(year) \ macro
73 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1; in compute_yday()
92 ndays += 365 + (is_leap(y) ? 1 : 0); in compute_wday()