Searched defs:year_mod_400 (Results 1 – 1 of 1) sorted by relevance
113 let mut year_mod_400 = (day_of_cycle / 365) as i64; in day_of_cycle_to_year_day_of_year() localVariable261 let year_mod_400 = ((self.year % 400 + 400) % 400) as u32; in to_protobuf_timestamp() localVariable