Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 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 …]