HomeSort by: relevance | last modified time | path
    Searched refs:is_leap_year (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/sys/
clock.h 76 is_leap_year(uint64_t year) function
90 return is_leap_year(year) ? DAYS_PER_LEAP_YEAR : DAYS_PER_COMMON_YEAR;
  /src/sys/arch/mvme68k/stand/libsa/
chiptotime.c 41 if (is_leap_year(yr) && mon > 2)
clock.c 44 if (is_leap_year(yr) && mon > 2)
  /src/external/bsd/nsd/dist/simdzone/src/generic/
time.h 19 static uint64_t is_leap_year(uint64_t year) function
61 uint64_t leap_year = is_leap_year(year);
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
time.h 23 static inline uint32_t is_leap_year(uint32_t year) { function
101 bool is_leap_yr = (bool)is_leap_year((uint32_t)yr);
  /src/sys/arch/mvmeppc/stand/libsa/
clock.c 47 if (is_leap_year(yr) && mon > 2)
  /src/sys/arch/x68k/stand/libsa/
clock.c 72 if (is_leap_year(y) && mon > 2)
  /src/sys/dev/
clock_subr.c 96 if (is_leap_year(year) && dt->dt_mon > FEBRUARY)
187 if (i == 1 && is_leap_year(dt->dt_year))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strptime.c 167 is_leap_year (int year) function
182 ret = (ret + (is_leap_year (year) ? 366 : 365)) % 7;
  /src/sys/arch/hp300/stand/common/
clock.c 172 if (is_leap_year(year) && month > FEBRUARY)
  /src/external/bsd/unbound/dist/sldns/
parseutil.c 52 is_leap_year(int year) function
84 if (tm->tm_mon > 1 && is_leap_year(year)) {
104 while (days < 0 || days >= (int64_t) (is_leap_year(year) ? 366 : 365)) {
123 const int *mon_lengths = is_leap_year(result->tm_year) ?
  /src/share/man/man9/
Makefile 289 clock.9 is_leap_year.9 \

Completed in 33 milliseconds