Searched refs:multipliers (Results 1 – 2 of 2) sorted by relevance
431 static const char multipliers[][3] = {{""}, {"Ki"}, {"Mi"}, {"Gi"}}; in format_of_size() local434 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024); in format_of_size()437 return std::make_pair(value, multipliers[i]); in format_of_size()
65 - number - support multipliers (K or M) for convenience. Range is limited