HomeSort by relevance Sort by last modified time
    Searched full:sistr (Results 1 - 1 of 1) sorted by null

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

Completed in 3851 milliseconds