HomeSort by relevance Sort by last modified time
    Searched full:argtable (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 90 static int __find_arguments(const char *fmt0, va_list ap, union arg **argtable,
329 union arg *argtable; /* args, built due to positional arg */ local
438 if (argtable == NULL) { \
439 argtable = statargtable; \
440 __find_arguments(fmt0, orgap, &argtable, &argtablesiz); \
456 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
472 argtable = NULL;
564 if (argtable == NULL) {
565 argtable = statargtable
    [all...]
vfwprintf.c 87 static int __find_arguments(const wchar_t *fmt0, va_list ap, union arg **argtable,
329 union arg *argtable; /* args, built due to positional arg */ local
426 if (argtable == NULL) { \
427 argtable = statargtable; \
428 __find_arguments(fmt0, orgap, &argtable, &argtablesiz); \
444 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
460 argtable = NULL;
540 if (argtable == NULL) {
541 argtable = statargtable
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-vector-ldst.ll 10 define hidden fastcc void @t1(%type1** %argtable) nounwind {
15 %tmp1 = load %type1** %argtable, align 8
21 define hidden fastcc void @t2(%type2** %argtable) nounwind {
26 %tmp1 = load %type2** %argtable, align 8

Completed in 99 milliseconds