HomeSort by relevance Sort by last modified time
    Searched defs:VA_START (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiStdArg.h 24 VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
44 VA_START (Marker, NumberOfArgs);
87 #define VA_START(Marker, Parameter) __va_start(Marker, Parameter)
106 #define VA_START(Marker, Parameter) __builtin_va_start (Marker, Parameter)
116 #ifndef VA_START
140 #define VA_START(Marker, Parameter) (Marker = (VA_LIST) ((UINTN) & (Parameter) + _INT_SIZE_OF (Parameter)))
165 by using VA_START() again.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 34 VA_START(ap, var) va_start(ap, var) va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
215 #define VA_START(va_list, var) va_start(va_list
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 34 VA_START(ap, var) va_start(ap, var) va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
215 #define VA_START(va_list, var) va_start(va_list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 34 VA_START(ap, var) va_start(ap, var) va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
215 #define VA_START(va_list, var) va_start(va_list
    [all...]
system.h 944 #undef VA_START
946 VA_FIXEDARG VA_CLOSE VA_START
    [all...]
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 34 VA_START(ap, var) va_start(ap, var) va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
215 #define VA_START(va_list, var) va_start(va_list
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 73 // VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
93 // VA_START (Marker, NumberOfArgs);
111 #ifndef VA_START
114 // #define VA_START(ap, v) (ap = (VA_LIST) & (v) + _INT_SIZE_OF (v))
118 #define VA_START va_start
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 205 #ifdef VA_START
206 #undef VA_START
207 #endif /* defined(VA_START) */
213 #define VA_START(ap, last) va_start(ap, last)
217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
Base.h 144 // VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
164 // VA_START (Marker, NumberOfArgs);
183 #define VA_START(ap, v) (ap = (VA_LIST) & (v) + _INT_SIZE_OF (v))
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 408 // VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
429 // VA_START (Marker, NumberOfArgs);
468 #define VA_START(Marker, Parameter) __va_start(Marker, Parameter)
492 #define VA_START(Marker, Parameter) __builtin_va_start (Marker, Parameter)
523 #define VA_START(Marker, Parameter) (Marker = (VA_LIST) ((UINTN) & (Parameter) + _INT_SIZE_OF (Parameter)))
548 by using VA_START() again.
558 This macro initializes Dest as a copy of Start, as if the VA_START macro had been applied to Dest
    [all...]

Completed in 373 milliseconds