HomeSort by relevance Sort by last modified time
    Searched refs:va_start (Results 26 - 50 of 1389) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Include/
stdarg.h 2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end;
11 macros va_start, va_arg, and va_end. If access to the varying arguments
18 The va_start and va_arg macros must be implemented as macros, not as actual
19 functions. The va_start and va_end macros must be invoked in the
38 macros va_start, va_arg, and va_end.
50 The va_start macro must be invoked before any access to the unnamed arguments.
51 The va_start macro initializes ap for subsequent use by va_arg and va_end.
53 Synopsys: void va_start(va_list ap, paramN);
69 #define va_start __builtin_va_start macro
71 #define va_start VA_START macro
    [all...]
  /external/android-clat/
logging.c 34 va_start(ap, fmt);
49 va_start(ap, fmt);
  /external/skia/src/ports/
SkDebug_win.cpp 23 va_start(args, format);
28 va_start(args, format);
  /external/skqp/src/ports/
SkDebug_win.cpp 23 va_start(args, format);
28 va_start(args, format);
  /system/keymaster/android_keymaster/
logger.cpp 33 va_start(args, fmt);
42 va_start(args, fmt);
51 va_start(args, fmt);
59 va_start(args, fmt);
67 va_start(args, fmt);
75 va_start(args, fmt);
  /external/strace/
error_prints.c 82 va_start(p, fmt);
91 va_start(p, fmt);
101 va_start(p, fmt);
113 va_start(p, fmt);
122 va_start(p, fmt);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_debug.h 71 va_start(ap, format);
84 va_start(ap, format);
98 va_start(ap, format);
  /external/clang/test/CodeGen/
ppc64-align-struct.c 64 va_start(ap, x);
87 va_start(ap, x);
110 va_start(ap, x);
129 va_start(ap, x);
149 va_start(ap, x);
173 va_start(ap, x);
struct-union-BE.c 20 va_start (ap,n);
33 va_start (ap,n);
  /external/deqp/framework/common/
tcuDefs.cpp 37 va_start(args, format);
45 va_start(args, format);
  /external/tensorflow/tensorflow/contrib/lite/
error_reporter.cc 25 va_start(args, format);
35 va_start(args, format);
  /bionic/libc/bionic/
ioctl.cpp 36 va_start(ap, request);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
err.c 39 va_start(ap, fmt);
errx.c 39 va_start(ap, fmt);
  /cts/tests/tests/graphics/jni/
NativeTestHelpers.cpp 26 va_start(args, format);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fscanf.c 62 va_start(ap, fmt);
printf.c 59 va_start(ap, fmt);
swscanf.c 42 va_start(ap, fmt);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Err/
warn_err.c 67 va_start(ap, fmt);
77 va_start(ap, fmt);
87 va_start(ap, fmt);
96 va_start(ap, fmt);
  /external/clang/test/Sema/
knr-variadic-def.c 16 va_start(ap,fmt);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.c 47 va_start(ap, string);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.c 47 va_start(ap, string);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
testfrmw.c 47 va_start(ap, string);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
testfrmw.c 47 va_start(ap, string);
  /external/pdfium/skia/ext/
google_logging.cc 20 va_start(ap, format);

Completed in 278 milliseconds

12 3 4 5 6 7 8 91011>>