HomeSort by relevance Sort by last modified time
    Searched refs:kUnitThresholds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/text/
bytes_formatting.cc 68 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
70 static const int64 kUnitThresholds[] = {
84 int unit_index = arraysize(kUnitThresholds);
86 if (bytes >= kUnitThresholds[unit_index])
  /art/runtime/
utils.cc 440 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
441 static const size_t kUnitThresholds[] = {
450 int i = arraysize(kUnitThresholds);
452 if (byte_count >= kUnitThresholds[i]) {
    [all...]
  /external/chromium/base/
string_util.cc 629 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
631 static const int64 kUnitThresholds[] = {
643 int unit_index = arraysize(kUnitThresholds);
645 if (bytes >= kUnitThresholds[unit_index])
    [all...]

Completed in 48 milliseconds