Searched refs:pop_arg (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 102 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 246 else if (f) pop_arg(&arg, st, ap); in wprintf_core() 334 pop_arg(nl_arg+i, nl_type[i], ap); in wprintf_core()
|
H A D | vfprintf.c | 109 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 543 } else if (f) pop_arg(&arg, st, ap); in printf_core() 671 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-cs-common.hh | 468 const number_t &dy = env.pop_arg (); in rmoveto() 469 const number_t &dx = env.pop_arg (); in rmoveto() 477 pt1.move_x (env.pop_arg ()); in hmoveto() 484 pt1.move_y (env.pop_arg ()); in vmoveto()
|
H A D | hb-cff2-interp-cs.hh | 122 const blend_arg_t& pop_arg () in pop_arg() function
|
H A D | hb-cff-interp-common.hh | 623 ARG& pop_arg () { return argStack.pop (); } in pop_arg() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vfprintf.c | 114 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 539 else if (f) pop_arg(&arg, st, ap); in printf_core() 658 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfprintf.c | 109 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 543 else if (f) pop_arg(&arg, st, ap); in printf_core() 663 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfprintf.c | 114 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 540 else if (f) pop_arg(&arg, st, ap); in printf_core() 659 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfprintf.c | 114 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 540 else if (f) pop_arg(&arg, st, ap); in printf_core() 659 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
Completed in 12 milliseconds