Searched refs:__utemp (Results 1 – 1 of 1) sorted by relevance
279 __umax_int_t __utemp = __negative?-__temp:__temp; in __write_decimal_backward() local281 for (; __utemp != 0; __utemp /= 10) in __write_decimal_backward()282 *--__ptr = (char)((int)(__utemp % 10) + '0'); in __write_decimal_backward()