Home
last modified time | relevance | path

Searched refs:days_in_year (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Ddate.c20 #define days_in_year(a) (leapyear(a) ? 366 : 365) macro
/openbmc/linux/fs/fat/
H A Dmisc.c191 static long days_in_year[] = { variable
225 + days_in_year[month] + day in fat_time_fat2unix()