Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c37 size_t unit_bytes = bytes; in fmt_human_units() local
41 if (unit_bytes < 1024) in fmt_human_units()
44 unit_bytes /= 1024; in fmt_human_units()
46 if (unit_bytes == bytes) in fmt_human_units()
50 EC_XWORD(unit_bytes), unit_ch); in fmt_human_units()