HomeSort by relevance Sort by last modified time
    Searched defs:va_end (Results 1 - 25 of 46) sorted by null

1 2

  /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
16 and must be passed to the va_end macro prior to any further reference to ap.
19 functions. The va_start and va_end macros must be invoked in the
38 macros va_start, va_arg, and va_end.
51 The va_start macro initializes ap for subsequent use by va_arg and va_end.
106 The va_end macro facillitates a normal return from the function whose
110 Synopsys: void va_end(va_list ap);
112 The va_end macro may modify ap so that it is no longer usable (without an
114 invocation of the va_start macro, or if the va_end macro is not invoked
121 #define va_end macro
123 #define va_end macro
    [all...]
  /external/syslinux/efi32/include/efi/
efistdarg.h 30 #define va_end(ap) ( ap = (va_list)0 ) macro
  /external/syslinux/efi64/include/efi/
efistdarg.h 30 #define va_end(ap) ( ap = (va_list)0 ) macro
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efistdarg.h 30 #define va_end(ap) ( ap = (va_list)0 ) macro
  /external/syslinux/gpxe/src/include/
stdarg.h 9 #define va_end( ap ) __builtin_va_end ( ap ) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 24 #ifndef va_end
25 #define va_end _crt_va_end macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdarg.h 58 #define va_end(ap) \ macro
69 #define va_end(ap) macro
  /external/clang/lib/Headers/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 34 #define va_end(ap) __builtin_va_end(ap) macro

Completed in 1489 milliseconds

1 2