Home
last modified time | relevance | path

Searched refs:FIRST_DAY (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c331 #define FIRST_DAY 4 /* the first day of 1970.1.1 is Thursday. */ in DstGetDayOfMonth() macro
353 firstWeekDay = DAYSPERWEEK - (days - (DAYSPERWEEK - FIRST_DAY)) % DAYSPERWEEK; in DstGetDayOfMonth()
355 if (days > FIRST_DAY) { in DstGetDayOfMonth()
356 firstWeekDay = 1 + (days - FIRST_DAY) % DAYSPERWEEK; in DstGetDayOfMonth()
358 firstWeekDay = FIRST_DAY; in DstGetDayOfMonth()

Completed in 1 milliseconds