Home | History | Annotate | Download | only in logcat

Lines Matching defs:multipliers

567 static const char multipliers[][2] = { { "" }, { "K" }, { "M" }, { "G" } };
571 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024);
580 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024);
583 return multipliers[i];