Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp571 static const char multipliers[][3] = {{""}, {"Ki"}, {"Mi"}, {"Gi"}}; in format_of_size() local
574 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024); in format_of_size()
577 return std::make_pair(value, multipliers[i]); in format_of_size()
/system/core/logd/
DREADME.property66 - number - support multipliers (K or M) for convenience. Range is limited