Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfprintf.c211 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function
595 a = fmt_x(arg.i, z, t&32); in printf_core()