Home
last modified time | relevance | path

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

/external/fio/lib/
Dnum2str.c21 const char *sistr[] = { "", "k", "M", "G", "T", "P" }; in num2str() local
31 compiletime_assert(sizeof(sistr) == sizeof(iecstr), "unit prefix arrays must be identical sizes"); in num2str()
40 unitprefix = sistr; in num2str()
69 while (post_index < sizeof(sistr)) { in num2str()
85 if (post_index >= ARRAY_SIZE(sistr)) in num2str()