Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dvfwprintf.c102 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()
Dvfprintf.c109 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/
Dhb-cff-interp-cs-common.hh468 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()
Dhb-cff2-interp-cs.hh122 const blend_arg_t& pop_arg () in pop_arg() function
Dhb-cff-interp-common.hh652 ARG& pop_arg () in pop_arg() function
/third_party/harfbuzz/src/
Dhb-cff-interp-cs-common.hh468 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()
Dhb-cff2-interp-cs.hh122 const blend_arg_t& pop_arg () in pop_arg() function
Dhb-cff-interp-common.hh623 ARG& pop_arg () { return argStack.pop (); } in pop_arg() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh468 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()
Dhb-cff2-interp-cs.hh122 const blend_arg_t& pop_arg () in pop_arg() function
Dhb-cff-interp-common.hh623 ARG& pop_arg () { return argStack.pop (); } in pop_arg() function
/third_party/musl/porting/linux/user/src/stdio/
Dvfprintf.c109 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/
Dvfprintf.c114 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/
Dvfprintf.c114 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/
Dvfprintf.c114 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()