Searched refs:fmt_x (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vfprintf.c | 162 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function 584 a = fmt_x(arg.i, z, t&32); in printf_core()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vfprintf.c | 158 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function 573 a = fmt_x(arg.i, z, t&32); in printf_core()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfprintf.c | 164 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function 578 a = fmt_x(arg.i, z, t&32); in printf_core()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfprintf.c | 158 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function 574 a = fmt_x(arg.i, z, t&32); in printf_core()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfprintf.c | 158 static char *fmt_x(uintmax_t x, char *s, int lower) in fmt_x() function 574 a = fmt_x(arg.i, z, t&32); in printf_core()
|
Completed in 6 milliseconds