Searched refs:secs_per_unit (Results 1 – 1 of 1) sorted by relevance
95 int64_t secs_per_unit, in to_seconds_from_above_second_time() argument98 if (time_in_units >= INT64_MAX / secs_per_unit) { in to_seconds_from_above_second_time()100 } else if (time_in_units <= INT64_MIN / secs_per_unit) { in to_seconds_from_above_second_time()103 out.tv_sec = time_in_units * secs_per_unit; in to_seconds_from_above_second_time()