Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfprintf.c207 static const char xdigits[16] = { variable
213 for (; x; x>>=4) *--s = xdigits[(x&15)]|lower; in fmt_x()
294 *s++=xdigits[x]|(t&32); in fmt_fp()