Home
last modified time | relevance | path

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

/kernel/time/
Dtimeconv.c49 u32 u32tmp, day_of_century, year_of_century, day_of_year, month, day; in time64_to_tm() local
121 day = ((u16) u32tmp) / 2141; in time64_to_tm()
132 day = day + 1; in time64_to_tm()
138 result->tm_mday = (int) day; in time64_to_tm()
Dtime.c432 const unsigned int day, const unsigned int hour, in mktime64() argument
444 (year/4 - year/100 + year/400 + 367*mon/12 + day) + in mktime64()