Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dprintf_common.h119 #define to_char(n) ((CHAR_TYPE)((n) + '0')) macro
136 *--t = to_char(exp % 10); in exponent()
138 *--t = to_char(exp); in exponent()
148 *p++ = to_char(exp); in exponent()
Dvfwprintf.cpp544 *--cp = to_char(_umax & 7); in FUNCTION_NAME()
554 *--cp = to_char(_umax % 10); in FUNCTION_NAME()
557 *--cp = to_char(_umax); in FUNCTION_NAME()
Dvfprintf.cpp555 *--cp = to_char(_umax & 7); in FUNCTION_NAME()
565 *--cp = to_char(_umax % 10); in FUNCTION_NAME()
568 *--cp = to_char(_umax); in FUNCTION_NAME()