Home
last modified time | relevance | path

Searched refs:u32tmp (Results 1 – 1 of 1) 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
111 u32tmp = 4 * day_of_century + 3; in time64_to_tm()
112 u64tmp = 2939745ULL * u32tmp; in time64_to_tm()
119 u32tmp = 2141 * day_of_year + 132377; in time64_to_tm()
120 month = u32tmp >> 16; in time64_to_tm()
121 day = ((u16) u32tmp) / 2141; in time64_to_tm()