Home | History | Annotate | Download | only in base

Lines Matching refs:unit_index

643   int unit_index = arraysize(kUnitThresholds);
644 while (--unit_index > 0) {
645 if (bytes >= kUnitThresholds[unit_index])
649 DCHECK(unit_index >= DATA_UNITS_BYTE && unit_index <= DATA_UNITS_GIBIBYTE);
650 return DataUnits(unit_index);