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