Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c267 #define KILO (1024) macro
268 #define MEGA (KILO * KILO)
269 #define GIGA (MEGA * KILO)
270 #define TERA ((uint64_t)((uint64_t)GIGA * (uint64_t)KILO))
/titanic_44/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h133 #define KILO 1000 macro
134 #define MEGA ((uint64_t)(KILO * 1000))
H A Dpoolstat.c517 } else if (v < KILO * 10) { in bigno_f()
518 pv = (double)v / KILO; in bigno_f()
520 } else if (v < KILO * 100) { in bigno_f()
521 pv = (double)v / KILO; in bigno_f()
523 } else if (v < KILO * 1000) { in bigno_f()
524 pv = (double)v / KILO; in bigno_f()