Searched defs:kUnitThresholds (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_util.cc629 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
631 static const int64 kUnitThresholds[] = { local
643 int unit_index = arraysize(kUnitThresholds);
645 if (bytes >= kUnitThresholds[unit_index])

Completed in 63 milliseconds