Searched defs:secs_part (Results 1 – 3 of 3) sorted by relevance
187 let secs_part = self.num_seconds() * MILLIS_PER_SEC; in num_milliseconds() localVariable195 let secs_part = try_opt!(self.num_seconds().checked_mul(MICROS_PER_SEC)); in num_microseconds() localVariable203 let secs_part = try_opt!(self.num_seconds().checked_mul(NANOS_PER_SEC as i64)); in num_nanoseconds() localVariable
80 auto secs_part = duration_cast<file_time_type::duration>(Sec(ts.tv_sec)); in ConvertFromTimeSpec() local
82 auto secs_part = duration_cast<file_time_type::duration>(Sec(ts.tv_sec)); in ConvertFromTimeSpec() local