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

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SwitchStack.c 59 VA_LIST Marker;
64 VA_START (Marker, NewStack);
66 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
68 VA_END (Marker);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
SwitchStack.c 56 VA_LIST Marker;
66 VA_START (Marker, NewStack);
68 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
70 VA_END (Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Debug.c 111 VA_LIST Marker;
114 VA_START (Marker, Format);
115 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
116 VA_END (Marker);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.c 19 VA_LIST Marker;
22 VA_START (Marker, fmt);
23 NumberOfPrinted = (int)AsciiVSPrint (str, sizeOfBuffer, fmt, Marker);
24 VA_END (Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Debug.c 87 IN VA_LIST Marker
104 Marker - VarArgs
127 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
167 VA_LIST Marker;
169 VA_START (Marker, Format);
170 EfiDebugVPrint (ErrorLevel, Format, Marker);
171 VA_END (Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 87 VA_LIST Marker;
89 VA_START (Marker, Format);
90 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
91 VA_END (Marker);
101 IN VA_LIST Marker
115 Marker - Vararg list consumed by processing Format.
133 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 94 VA_LIST Marker;
96 VA_START (Marker, Format);
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
98 VA_END (Marker);
109 IN VA_LIST Marker
128 Marker - Vararg list consumed by processing Format.
151 Marker
StdErr.c 90 VA_LIST Marker;
121 VA_START (Marker, Format);
122 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
123 VA_END (Marker);
165 VA_LIST Marker;
183 VA_START (Marker, Format);
184 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
185 VA_END (Marker);
227 VA_LIST Marker;
230 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 88 VA_LIST Marker;
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
92 VA_END (Marker);
103 IN VA_LIST Marker
117 Marker - Vararg list consumed by processing Format.
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Debug.c 78 IN VA_LIST Marker
93 Marker - VarArgs
107 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
149 VA_LIST Marker;
151 VA_START (Marker, Format);
152 EfiDebugVPrint (ErrorLevel, Format, Marker);
153 VA_END (Marker);
  /dalvik/dx/tests/115-merge/testdata/
Annotated.java 6 @Annotated.Marker(a = "on class", b = {"A", "B", "C" },
11 @Annotated.Marker(a="on field")
14 @Annotated.Marker(a="on method")
15 public void method(String a, @Annotated.Marker(a="on parameter") String b) {}
18 public @interface Marker {
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DebugLib.c 53 VA_LIST Marker;
70 VA_START (Marker, Format);
71 AsciiVSPrint (AsciiBuffer, sizeof (AsciiBuffer), Format, Marker);
72 VA_END (Marker);
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
Debug.c 63 VA_LIST Marker;
65 VA_START (Marker, FormatString);
66 AsciiVSPrint (PrintBuffer, sizeof (PrintBuffer), FormatString, Marker);
67 VA_END (Marker);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Debug.c 60 VA_LIST Marker;
62 VA_START (Marker, FormatString);
63 AsciiVSPrint (PrintBuffer, sizeof (PrintBuffer), FormatString, Marker);
64 VA_END (Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 90 VA_LIST Marker;
121 VA_START (Marker, Format);
122 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
123 VA_END (Marker);
165 VA_LIST Marker;
183 VA_START (Marker, Format);
184 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
185 VA_END (Marker);
227 VA_LIST Marker;
230 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
SerialStatusCodeWorker.c 54 BASE_LIST Marker;
72 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
80 Marker
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
SerialStatusCodeWorker.c 52 BASE_LIST Marker;
70 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Marker
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
SerialStatusCodeWorker.c 57 BASE_LIST Marker;
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
83 Marker
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
SerialStatusCodeWorker.c 53 BASE_LIST Marker;
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
79 Marker

Completed in 340 milliseconds

1 2 3 4 5 6 7 8