Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfprintf.c223 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function
286 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp()
414 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp()
428 char *s = fmt_u(*d, buf+9); in fmt_fp()
435 char *s = fmt_u(*d, buf+9); in fmt_fp()
443 char *s = fmt_u(*d, buf+9); in fmt_fp()
612 a = fmt_u(arg.i, z); in printf_core()