Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.c717 char *byte_unit_names[] = { "", "K", "M", "G", "T", "P", "E", "Z", "Y", "unobtainium" }; variable
733 *units = byte_unit_names[scale]; in scale_line_graph_bytes()