Searched refs:s_units (Results 1 – 1 of 1) sorted by relevance
178 static const SizeUnit s_units[] = in getBestSizeUnit() local188 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_units); ++ndx) in getBestSizeUnit()190 if (value >= s_units[ndx].value) in getBestSizeUnit()191 return &s_units[ndx]; in getBestSizeUnit()