Searched refs:put_dec_full4 (Results 1 - 1 of 1) sorted by relevance
/lib/ | ||
H A D | vsprintf.c | 249 void put_dec_full4(char *buf, unsigned q) function 262 * Call put_dec_full4 on x % 10000, return x / 10000. 273 put_dec_full4(buf, x - q * 10000); |
Completed in 36 milliseconds