Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h137 #define PETA ((uint64_t)(TERA * 1000)) macro
138 #define EXA ((uint64_t)(PETA * 1000))
H A Dpoolstat.c553 } else if (v < PETA * 10) { in bigno_f()
554 pv = (double)v / PETA; in bigno_f()
556 } else if (v < PETA * 100) { in bigno_f()
557 pv = (double)v / PETA; in bigno_f()
559 } else if (v < PETA * 1000) { in bigno_f()
560 pv = (double)v / PETA; in bigno_f()