Searched defs:isleap (Results 1 – 13 of 13) sorted by relevance
54 #define isleap(y) (((y) % 4) == 0 && \ macro
33 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
41 #define isleap(y) ((((y) % 4) == 0) && \ macro
65 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
89 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
966 ntpcal_split_yeardays(int32_t eyd,int isleap) ntpcal_split_yeardays() argument
64 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
253 #define isleap(yr) (((yr) & 3) == 0 && (((yr) % 100) != 0 || \ in ATF_TC_BODY() macro
174 isleap(int y) in isleap() function
131 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
1092 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
2221 int minute, day, isleap; in wwv_tsec() local