HomeSort by relevance Sort by last modified time
    Searched refs:kUnitThresholds (Results 1 - 2 of 2) 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 453 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
454 static const int64_t kUnitThresholds[] = {
467 int i = arraysize(kUnitThresholds);
469 if (byte_count >= kUnitThresholds[i]) {
    [all...]

Completed in 54 milliseconds