HomeSort by relevance Sort by last modified time
    Searched refs:VA_LIST (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiStdArg.h 23 VA_LIST - typedef for argument list.
24 VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
25 VA_END (VA_LIST Marker) - Clear Marker
26 VA_ARG (VA_LIST Marker, var arg size) - Use Marker to get an argumnet from
37 VA_LIST Marker;
80 typedef int *va_list[1]; typedef
81 #define VA_LIST va_list
83 typedef struct __va_list { void *__ap; } va_list; typedef in typeref:struct:__va_list
84 #define VA_LIST va_list
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
SwitchStack.c 45 @param Marker VA_LIST marker for the variable argument list.
55 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.c 19 VA_LIST Marker;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
SwitchStack.c 38 @param Marker A VA_LIST marker for the variable argument list.
48 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 94 VA_LIST Marker;
109 IN VA_LIST Marker
116 VA_LIST is used this rountine allows the nesting of Vararg routines. Thus
StdErr.c 90 VA_LIST Marker;
165 VA_LIST Marker;
227 VA_LIST Marker;
269 VA_LIST Marker;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Protocol/
Print.h 30 a Null-terminated Unicode format string and a VA_LIST argument list.
56 @param Marker VA_LIST marker for the variable argument list.
68 IN VA_LIST Marker
73 based on a Null-terminated Unicode format string and a VA_LIST argument list, and fills into
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePrintLib.h 53 a Null-terminated Unicode format string and a VA_LIST argument list
79 @param Marker VA_LIST marker for the variable argument list.
91 IN VA_LIST Marker
137 ASCII format string and a VA_LIST argument list
162 @param Marker VA_LIST marker for the variable argument list.
174 IN VA_LIST Marker
270 ASCII format string and a VA_LIST argument list.
294 @param Marker VA_LIST marker for the variable argument list.
306 IN VA_LIST Marker
351 ASCII format string and a VA_LIST argument list.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SwitchStack.c 59 VA_LIST Marker;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Print/
Print.h 37 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
InternalSwitchStack.c 38 @param Marker VA_LIST marker for the variable argument list.
48 IN VA_LIST Marker
  /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;
10 The type va_list is a type suitable for holding information needed by the
13 in these descriptions) having type va_list. The object ap may be passed as
37 The type va_list is a type suitable for holding information needed by the
43 typedef __builtin_va_list va_list; typedef
45 #define va_list VA_LIST macro
53 Synopsys: void va_start(va_list ap, paramN);
55 @param ap An object of type va_list that is to be initialized such
78 va_list ap initialized by va_start. Each invocation of va_arg modifies ap
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 46 IN VA_LIST Marker
74 IN VA_LIST Marker
102 IN VA_LIST Marker
130 IN VA_LIST Marker
158 IN VA_LIST Marker
186 IN VA_LIST Marker
214 IN VA_LIST Marker
244 IN VA_LIST Marker
274 IN VA_LIST Marker
308 IN VA_LIST Marker
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLib.c 19 // Declare a VA_LIST global variable that is used in calls to BasePrintLibSPrintMarker()
20 // when the BASE_LIST parameter is valid and the VA_LIST parameter is ignored.
21 // A NULL VA_LIST can not be passed into BasePrintLibSPrintMarker() because some
22 // compilers define VA_LIST to be a structure.
24 VA_LIST gNullVaList;
30 a Null-terminated Unicode format string and a VA_LIST argument list
56 @param Marker VA_LIST marker for the variable argument list.
68 IN VA_LIST Marker
167 VA_LIST Marker;
178 ASCII format string and a VA_LIST argument list
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PrintLib.h 208 a Null-terminated Unicode format string and a VA_LIST argument list.
234 @param Marker VA_LIST marker for the variable argument list.
246 IN VA_LIST Marker
337 ASCII format string and a VA_LIST argument list
362 @param Marker VA_LIST marker for the variable argument list.
374 IN VA_LIST Marker
514 ASCII format string and a VA_LIST argument list.
538 @param Marker VA_LIST marker for the variable argument list.
550 IN VA_LIST Marker
638 Unicode format string and a VA_LIST argument list.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
PrintWidth.h 38 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
PrintWidth.h 38 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
PrintWidth.h 38 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 90 VA_LIST Marker;
165 VA_LIST Marker;
227 VA_LIST Marker;
269 VA_LIST Marker;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
PrintWidth.h 38 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
InternalSwitchStack.c 46 @param Marker VA_LIST marker for the variable argument list.
56 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
InternalSwitchStack.c 40 @param Marker VA_LIST marker for the variable argument list.
50 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
SmmScriptLib.c 42 IN VA_LIST Marker
76 IN VA_LIST Marker
110 IN VA_LIST Marker
144 IN VA_LIST Marker
178 IN VA_LIST Marker
212 IN VA_LIST Marker
238 IN VA_LIST Marker
262 IN VA_LIST Marker
313 VA_LIST Marker;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
InternalSwitchStack.c 64 @param Marker A VA_LIST marker for the variable argument list.
74 IN VA_LIST Marker
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
InternalSwitchStack.c 38 @param Marker VA_LIST marker for the variable argument list.
48 IN VA_LIST Marker

Completed in 258 milliseconds

1 2 3 4 5 6 7