Searched refs:unit_to (Results 1 – 1 of 1) sorted by relevance
1152 int unit_to) /* to units of this size */ in number_to_string() argument1157 if (unit_from == unit_to) in number_to_string()1159 else if (unit_from < unit_to) in number_to_string()1161 number / (unsigned long long)(unit_to / unit_from)); in number_to_string()1164 number * (unsigned long long)(unit_from / unit_to)); in number_to_string()