Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h131 #define KILO 1000 macro
132 #define MEGA ((uint64_t)(KILO * 1000))
H A Dpoolstat.c519 } else if (v < KILO * 10) { in bigno_f()
520 pv = (double)v / KILO; in bigno_f()
522 } else if (v < KILO * 100) { in bigno_f()
523 pv = (double)v / KILO; in bigno_f()
525 } else if (v < KILO * 1000) { in bigno_f()
526 pv = (double)v / KILO; in bigno_f()