Home
last modified time | relevance | path

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

/external/fio/lib/
Dnum2str.c18 int byte_post_index = 0, post_index, carry = 0; in num2str() local
24 for (post_index = 0; base > 1; post_index++) in num2str()
38 while (post_index < sizeof(postfix)) { in num2str()
46 post_index++; in num2str()
51 if (post_index >= ARRAY_LENGTH(postfix)) in num2str()
52 post_index = 0; in num2str()
55 postfix[post_index], byte_postfix[byte_post_index]); in num2str()
76 postfix[post_index], byte_postfix[byte_post_index]); in num2str()