Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp566 static const char multipliers[][2] = { { "" }, { "K" }, { "M" }, { "G" } }; variable
570 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024); in value_of_size()
579 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024); in multiplier_of_size()
582 return multipliers[i]; in multiplier_of_size()
/system/core/logd/
DREADME.property66 - number - support multipliers (K or M) for convenience. Range is limited