Home
last modified time | relevance | path

Searched refs:kUnitThresholds (Results 1 – 1 of 1) sorted by relevance

/bionic/benchmarks/
Dutils.cpp65 const uint64_t* kUnitThresholds = ((base == 2) ? kUnitThresholds2 : kUnitThresholds10); in PrettyInt() local
70 for (; kUnitThresholds[i] != 0; ++i) { in PrettyInt()
71 if (count >= kUnitThresholds[i]) { in PrettyInt()