Searched refs:__isleap (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/m68k/mac/
H A Dmisc.c583 #define __isleap(year) \ macro
586 while (days < 0 || days >= (__isleap (y) ? 366 : 365))
597 ip = __mon_yday[__isleap(y)];

Completed in 133 milliseconds