Searched refs:max_unit (Results 1 – 1 of 1) sorted by relevance
227 unsigned max_unit; in number_to_human_readable() local234 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()238 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()242 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()246 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()250 max_unit = ARRAY_SIZE(temperature_units)-1; in number_to_human_readable()254 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()258 max_unit = ARRAY_SIZE(percent_units)-1; in number_to_human_readable()262 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()266 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()[all …]