Home
last modified time | relevance | path

Searched refs:max_unit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c230 unsigned max_unit; in number_to_human_readable() local
237 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
241 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
245 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
249 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
253 max_unit = ARRAY_SIZE(temperature_units)-1; in number_to_human_readable()
257 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
261 max_unit = ARRAY_SIZE(percent_units)-1; in number_to_human_readable()
265 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
269 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
[all …]