Home
last modified time | relevance | path

Searched refs:LineBuffer (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbSymbol.c176 CHAR8 *LineBuffer; in EdbLoadSymbolEntryByIec() local
189 LineBuffer = AsciiStrGetNewTokenLine (Buffer, "\n\r"); in EdbLoadSymbolEntryByIec()
194 while (LineBuffer != NULL) { in EdbLoadSymbolEntryByIec()
195 FieldBuffer = AsciiStrGetNewTokenField (LineBuffer, " "); in EdbLoadSymbolEntryByIec()
383 LineBuffer = AsciiStrGetNextTokenLine ("\n\r"); in EdbLoadSymbolEntryByIec()
1180 CHAR8 *LineBuffer; in EdbLoadCodBySymbolByIec() local
1193 LineBuffer = AsciiStrGetNewTokenLine (Buffer, "\n\r"); in EdbLoadCodBySymbolByIec()
1202 while (LineBuffer != NULL) { in EdbLoadCodBySymbolByIec()
1208 if (AsciiStrCmp (LineBuffer, "; mark_begin;") == 0) { in EdbLoadCodBySymbolByIec()
1211 LineBuffer = AsciiStrGetNextTokenLine ("\n\r"); in EdbLoadCodBySymbolByIec()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
DModifyInf.c33 char *LineBuffer, in ReadLine() argument
56 Line = LineBuffer; in ReadLine()
308 char LineBuffer[256]; in main() local
330 while (ReadLine (LineBuffer, fpin)) { in main()
331 ApplyPattern (LineBuffer, argv, argc); in main()
332 WriteLine (LineBuffer, fpout); in main()
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c88 if (Private->LineBuffer) { in CirrusLogic5430UgaDrawSetMode()
89 gBS->FreePool (Private->LineBuffer); in CirrusLogic5430UgaDrawSetMode()
92 Private->LineBuffer = NULL; in CirrusLogic5430UgaDrawSetMode()
93 Private->LineBuffer = AllocatePool (HorizontalResolution); in CirrusLogic5430UgaDrawSetMode()
94 if (Private->LineBuffer == NULL) { in CirrusLogic5430UgaDrawSetMode()
211 Private->LineBuffer in CirrusLogic5430UgaDrawBlt()
220 Private->LineBuffer in CirrusLogic5430UgaDrawBlt()
227 Blt->Red = (UINT8) (Private->LineBuffer[X] & 0xe0); in CirrusLogic5430UgaDrawBlt()
228 Blt->Green = (UINT8) ((Private->LineBuffer[X] & 0x1c) << 3); in CirrusLogic5430UgaDrawBlt()
229 Blt->Blue = (UINT8) ((Private->LineBuffer[X] & 0x03) << 6); in CirrusLogic5430UgaDrawBlt()
[all …]
DCirrusLogic5430GraphicsOutput.c161 if (Private->LineBuffer) { in CirrusLogic5430GraphicsOutputSetMode()
162 gBS->FreePool (Private->LineBuffer); in CirrusLogic5430GraphicsOutputSetMode()
165 Private->LineBuffer = NULL; in CirrusLogic5430GraphicsOutputSetMode()
166 Private->LineBuffer = AllocatePool (ModeData->HorizontalResolution); in CirrusLogic5430GraphicsOutputSetMode()
167 if (Private->LineBuffer == NULL) { in CirrusLogic5430GraphicsOutputSetMode()
316 Private->LineBuffer in CirrusLogic5430GraphicsOutputBlt()
325 Private->LineBuffer in CirrusLogic5430GraphicsOutputBlt()
332 Blt->Red = PIXEL_TO_RED_BYTE (Private->LineBuffer[X]); in CirrusLogic5430GraphicsOutputBlt()
333 Blt->Green = PIXEL_TO_GREEN_BYTE (Private->LineBuffer[X]); in CirrusLogic5430GraphicsOutputBlt()
334 Blt->Blue = PIXEL_TO_BLUE_BYTE (Private->LineBuffer[X]); in CirrusLogic5430GraphicsOutputBlt()
[all …]
DCirrusLogic5430.h104 UINT8 *LineBuffer; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c152 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *LineBuffer; in _IPrint() local
181 LineBuffer = NULL; in _IPrint()
187 LineBuffer = EfiLibAllocatePool (LineBufferLen); in _IPrint()
188 if (LineBuffer == NULL) { in _IPrint()
286 &LineBuffer[Index * GLYPH_WIDTH] in _IPrint()
297 &LineBuffer[Index * GLYPH_WIDTH] in _IPrint()
308 LineBuffer, in _IPrint()
321 (EFI_UGA_PIXEL *) LineBuffer, in _IPrint()
340 EfiLibSafeFreePool (LineBuffer); in _IPrint()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c29 UINT8 LineBuffer[SIZE_4KB * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)]; member
154 ASSERT (Configure->WidthInBytes < sizeof (Configure->LineBuffer)); in FrameBufferBltConfigure()
290 CopyMem (Configure->LineBuffer, &WideFill, Configure->BytesPerPixel); in FrameBufferBltLibVideoFill()
293 (Configure->LineBuffer + (IndexX * Configure->BytesPerPixel)), in FrameBufferBltLibVideoFill()
294 Configure->LineBuffer, in FrameBufferBltLibVideoFill()
301 CopyMem (Destination, Configure->LineBuffer, WidthInBytes); in FrameBufferBltLibVideoFill()
390 Destination = Configure->LineBuffer; in FrameBufferBltLibVideoToBltBuffer()
400 Uint32 = *(UINT32*) (Configure->LineBuffer + (IndexX * Configure->BytesPerPixel)); in FrameBufferBltLibVideoToBltBuffer()
503 *(UINT32*) (Configure->LineBuffer + (IndexX * Configure->BytesPerPixel)) = in FrameBufferBltLibBufferToVideo()
513 Source = Configure->LineBuffer; in FrameBufferBltLibBufferToVideo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c177 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *LineBuffer; in _IPrint() local
206 LineBuffer = NULL; in _IPrint()
212 LineBuffer = EfiLibAllocatePool (LineBufferLen); in _IPrint()
213 if (LineBuffer == NULL) { in _IPrint()
312 &LineBuffer[Index * GLYPH_WIDTH] in _IPrint()
323 &LineBuffer[Index * GLYPH_WIDTH] in _IPrint()
334 LineBuffer, in _IPrint()
347 (EFI_UGA_PIXEL *) LineBuffer, in _IPrint()
366 EfiLibSafeFreePool (LineBuffer); in _IPrint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c469 CHAR16 *LineBuffer; in IfrLibCreatePopUp() local
493 LineBuffer = EfiLibAllocateZeroPool (DimensionsWidth * sizeof (CHAR16)); in IfrLibCreatePopUp()
494 ASSERT (LineBuffer != NULL); in IfrLibCreatePopUp()
539 StringPtr = &LineBuffer[0]; in IfrLibCreatePopUp()
548 ConOut->OutputString (ConOut, LineBuffer); in IfrLibCreatePopUp()
551 StringPtr = &LineBuffer[0]; in IfrLibCreatePopUp()
573 ConOut->OutputString (ConOut, LineBuffer); in IfrLibCreatePopUp()
576 StringPtr = &LineBuffer[0]; in IfrLibCreatePopUp()
585 ConOut->OutputString (ConOut, LineBuffer); in IfrLibCreatePopUp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsole.c618 if (Private->LineBuffer != NULL) { in GraphicsConsoleControllerDriverStart()
619 FreePool (Private->LineBuffer); in GraphicsConsoleControllerDriverStart()
706 if (Private->LineBuffer != NULL) { in GraphicsConsoleControllerDriverStop()
707 FreePool (Private->LineBuffer); in GraphicsConsoleControllerDriverStop()
1319 if (Private->LineBuffer != NULL) { in GraphicsConsoleConOutSetMode()
1337 FreePool (Private->LineBuffer); in GraphicsConsoleConOutSetMode()
1357 Private->LineBuffer = NewLineBuffer; in GraphicsConsoleConOutSetMode()
DGraphicsConsole.h73 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *LineBuffer; member
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c455 BiosVideoPrivate->LineBuffer = NULL; in BiosVideoChildHandleInstall()
744 if (BiosVideoPrivate->LineBuffer != NULL) { in BiosVideoDeviceReleaseResource()
745 gBS->FreePool (BiosVideoPrivate->LineBuffer); in BiosVideoDeviceReleaseResource()
1680 if (BiosVideoPrivate->LineBuffer) { in BiosVideoGraphicsOutputSetMode()
1681 gBS->FreePool (BiosVideoPrivate->LineBuffer); in BiosVideoGraphicsOutputSetMode()
1692 BiosVideoPrivate->LineBuffer = NULL; in BiosVideoGraphicsOutputSetMode()
1696 (VOID**) &BiosVideoPrivate->LineBuffer in BiosVideoGraphicsOutputSetMode()
2693 …BiosVideoPrivate->LineBuffer[Index1] = VgaConvertColor (&BltBuffer[(SourceY + Index) * (Delta >> 2… in BiosVideoGraphicsOutputVgaBlt()
2726 &BiosVideoPrivate->LineBuffer[Index1] in BiosVideoGraphicsOutputVgaBlt()
DBiosVideo.h108 UINT8 *LineBuffer; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c38 IN OUT UINT8 *LineBuffer, in ProfileGetLine() argument
79 SetMem (LineBuffer, *LineSize, 0x0); in ProfileGetLine()
81 CopyMem (LineBuffer, Buffer, Length); in ProfileGetLine()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c626 BiosVideoPrivate->LineBuffer = NULL; in BiosVideoChildHandleInstall()
999 if (BiosVideoPrivate->LineBuffer != NULL) { in BiosVideoDeviceReleaseResource()
1000 FreePool (BiosVideoPrivate->LineBuffer); in BiosVideoDeviceReleaseResource()
1959 if (BiosVideoPrivate->LineBuffer != NULL) { in BiosVideoSetModeWorker()
1960 FreePool (BiosVideoPrivate->LineBuffer); in BiosVideoSetModeWorker()
1971 BiosVideoPrivate->LineBuffer = (UINT8 *) AllocatePool ( in BiosVideoSetModeWorker()
1974 if (NULL == BiosVideoPrivate->LineBuffer) { in BiosVideoSetModeWorker()
3089 …BiosVideoPrivate->LineBuffer[Index1] = VgaConvertColor (&BltBuffer[(SourceY + Index) * (Delta >> 2… in BiosVideoGraphicsOutputVgaBlt()
3122 &BiosVideoPrivate->LineBuffer[Index1] in BiosVideoGraphicsOutputVgaBlt()
DBiosVideo.h113 UINT8 *LineBuffer; member
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c347 IN OUT UINT8 *LineBuffer, in ProfileGetLine() argument
388 SetMem (LineBuffer, *LineSize, 0x0); in ProfileGetLine()
390 CopyMem (LineBuffer, Buffer, Length); in ProfileGetLine()
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DGenCfgOpt.py980 LineBuffer = []
999LineBuffer.append(self.CreateField (Item, Name, Item["offset"] - Offset, Offset, '', '', ''))
1011 for Each in LineBuffer:
1013 LineBuffer = []
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DGenCfgOpt.py1045 LineBuffer = []
1075LineBuffer.append(self.CreateField (Item, Name, Item["offset"] - Offset, Offset, '', '', '', ''))
1083 for Each in LineBuffer:
1085 LineBuffer = []