Searched refs:GIGA (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h135 #define GIGA ((uint64_t)(MEGA * 1000)) macro
136 #define TERA ((uint64_t)(GIGA * 1000))
H A Dpoolstat.c535 } else if (v < GIGA * 10) {
536 pv = (double)v / GIGA;
538 } else if (v < GIGA * 100) {
539 pv = (double)v / GIGA;
541 } else if (v < GIGA * 1000) {
542 pv = (double)v / GIGA;
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c269 #define GIGA (MEGA * KILO) macro
270 #define TERA ((uint64_t)((uint64_t)GIGA * (uint64_t)KILO))

Completed in 65 milliseconds