Home
last modified time | relevance | path

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

/external/fio/lib/
Dnum2str.c27 int unit_index = 0, post_index, carry = 0; in num2str() local
42 for (post_index = 0; base > 1; post_index++) in num2str()
69 while (post_index < sizeof(sistr)) { in num2str()
77 post_index++; in num2str()
85 if (post_index >= ARRAY_SIZE(sistr)) in num2str()
86 post_index = 0; in num2str()
89 unitprefix[post_index], unitstr[unit_index]); in num2str()
112 unitprefix[post_index], unitstr[unit_index]); in num2str()