HomeSort by relevance Sort by last modified time
    Searched refs:nl_arg (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type)
520 w = nl_arg[s[1]-'0'].i;
533 p = nl_arg[s[2]-'0'].i;
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
686 pop_arg(nl_arg+i, nl_type[i], ap);
699 union arg nl_arg[NL_ARGMAX+1]; local
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
720 union arg nl_arg[NL_ARGMAX+1]; local
739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type)
755 union arg nl_arg[NL_ARGMAX+1]; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type)
520 w = nl_arg[s[1]-'0'].i;
533 p = nl_arg[s[2]-'0'].i;
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
686 pop_arg(nl_arg+i, nl_type[i], ap);
699 union arg nl_arg[NL_ARGMAX+1]; local
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
720 union arg nl_arg[NL_ARGMAX+1]; local
739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type)
755 union arg nl_arg[NL_ARGMAX+1]; local
    [all...]

Completed in 199 milliseconds