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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/
H A DCopyMem.c45 volatile UINT8 *Destination8; local
49 Destination8 = (UINT8*)DestinationBuffer;
52 *(Destination8++) = *(Source8++);
55 Destination8 = (UINT8*)DestinationBuffer + Length;
58 *(--Destination8) = *(--Source8);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c51 CHAR8 *Destination8; local
54 Destination8 = Buffer;
56 if (Destination8 != Source8) {
57 CopyMem (Destination8, Source8, *ReadSize);
85 volatile CHAR8 *Destination8; local
89 Destination8 = Buffer;
91 if (Destination8 != Source8) {
94 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c86 CHAR8 *Destination8; local
89 Destination8 = Destination;
92 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c2704 CHAR8 *Destination8; local
2708 Destination8 = Buffer;
2712 *(Destination8++) = *(Source8++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c818 CHAR8 *Destination8; local
822 Destination8 = Buffer;
826 *(Destination8++) = *(Source8++);

Completed in 46 milliseconds