Home
last modified time | relevance | path

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

/external/fio/lib/
Dnum2str.c22 const char *iecstr[] = { "", "Ki", "Mi", "Gi", "Ti", "Pi" }; in num2str() local
31 compiletime_assert(sizeof(sistr) == sizeof(iecstr), "unit prefix arrays must be identical sizes"); in num2str()
38 unitprefix = iecstr; in num2str()