Searched refs:put_dec_full9 (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dvsprintf.c55 char *put_dec_full9(char *buf, unsigned q) function
101 * always call put_dec_full9() instead when the number has 9 decimal digits.
160 buf = put_dec_full9(buf, do_div(n, 1000*1000*1000));
162 return put_dec_full9(buf, n);

Completed in 312 milliseconds