Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stat/fsstat/
H A Dfsstat.c79 #define KILO_VAL 1024 macro
161 while (n >= KILO_VAL) { in nicenum()
162 n = (n + (KILO_VAL / 2)) / KILO_VAL; /* Round up or down */ in nicenum()