Searched refs:day_of_century (Results 1 – 1 of 1) sorted by relevance
49 u32 u32tmp, day_of_century, year_of_century, day_of_year, month, day; in time64_to_tm() local109 day_of_century = (u32) (u64tmp / 4); in time64_to_tm()111 u32tmp = 4 * day_of_century + 3; in time64_to_tm()