Searched defs:Source8 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/
H A DCopyMem.c46 CONST UINT8 *Source8; local
50 Source8 = (CONST UINT8*)SourceBuffer;
52 *(Destination8++) = *(Source8++);
56 Source8 = (CONST UINT8*)SourceBuffer + Length;
58 *(--Destination8) = *(--Source8);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c52 CHAR8 *Source8; local
55 Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);
56 if (Destination8 != Source8) {
57 CopyMem (Destination8, Source8, *ReadSize);
86 CHAR8 *Source8; local
90 Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);
91 if (Destination8 != Source8) {
94 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c87 CHAR8 *Source8; local
90 Source8 = Source;
92 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c2705 CHAR8 *Source8; local
2709 Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);
2712 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c819 CHAR8 *Source8; local
823 Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);
826 *(Destination8++) = *(Source8++);

Completed in 62 milliseconds