Searched refs:kUnitThresholds (Results 1 – 1 of 1) sorted by relevance
65 const uint64_t* kUnitThresholds = ((base == 2) ? kUnitThresholds2 : kUnitThresholds10); in PrettyInt() local70 for (; kUnitThresholds[i] != 0; ++i) { in PrettyInt()71 if (count >= kUnitThresholds[i]) { in PrettyInt()