Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtimeconv.c37 static int __isleap(long year) in __isleap() function
107 while (days < 0 || days >= (__isleap(y) ? 366 : 365)) { in time64_to_tm()
120 ip = __mon_yday[__isleap(y)]; in time64_to_tm()
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dfw-emu.c79 # define __isleap(year) \ in offtime() macro
82 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) { in offtime()
92 ip = __mon_yday[__isleap(y)]; in offtime()
/Linux-v4.19/arch/m68k/mac/
Dmisc.c602 #define __isleap(year) \ in unmktime() macro
605 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()
617 ip = __mon_yday[__isleap(y)]; in unmktime()