Lines Matching refs:scale
222 static int scale; variable
594 scale = 1024; in parse_options()
1187 int scale) in number_to_scaled_string() argument
1207 number = (number / (unsigned long long)scale) * in number_to_scaled_string()
1211 (unsigned long long)scale; in number_to_scaled_string()
1220 while ((number >= scale) && (*uom != 'E')) { in number_to_scaled_string()
1223 number = (number + (scale / 2)) / scale; in number_to_scaled_string()
1226 if (save && ((save / scale) < 10)) { in number_to_scaled_string()
1228 float fnum = (float)save / scale; in number_to_scaled_string()
1494 total_blocks, fsp->f_frsize, scale), in k_output()
1496 used_blocks, fsp->f_frsize, scale), in k_output()
1498 available_blocks, fsp->f_frsize, scale), in k_output()