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

/linux-4.1.27/lib/
H A Dvsprintf.c255 put_dec_full4(char *buf, unsigned r) put_dec_full4() function
268 * Call put_dec_full4 on x % 10000, return x / 10000.
279 put_dec_full4(buf, x - q * 10000); put_dec_helper4()

Completed in 79 milliseconds