/third_party/musl/src/stdio/ |
D | vfwprintf.c | 102 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 240 else if (f) pop_arg(&arg, st, ap); in wprintf_core() 327 pop_arg(nl_arg+i, nl_type[i], ap); in wprintf_core()
|
D | vfprintf.c | 109 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function 525 else if (f) pop_arg(&arg, st, ap); in printf_core() 644 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
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()
|
D | hb-cff2-interp-cs.hh | 122 const blend_arg_t& pop_arg () in pop_arg() function
|
D | hb-cff-interp-common.hh | 652 ARG& pop_arg () in pop_arg() function
|
/third_party/harfbuzz/src/ |
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()
|
D | hb-cff2-interp-cs.hh | 122 const blend_arg_t& pop_arg () in pop_arg() function
|
D | hb-cff-interp-common.hh | 623 ARG& pop_arg () { return argStack.pop (); } in pop_arg() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
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()
|
D | hb-cff2-interp-cs.hh | 122 const blend_arg_t& pop_arg () in pop_arg() function
|
D | hb-cff-interp-common.hh | 623 ARG& pop_arg () { return argStack.pop (); } in pop_arg() function
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | vfprintf.c | 109 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() 659 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
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/liteos_a/kernel/src/stdio/ |
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/liteos_m/kernel/src/stdio/ |
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()
|