Searched refs:max_unit (Results 1 – 1 of 1) sorted by relevance
229 unsigned max_unit; in number_to_human_readable() local236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()252 max_unit = ARRAY_SIZE(temperature_units)-1; in number_to_human_readable()256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()260 max_unit = ARRAY_SIZE(percent_units)-1; in number_to_human_readable()264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()[all …]