Home
last modified time | relevance | path

Searched refs:Destination32 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLib/
DCopyMem.c50 volatile UINT32 *Destination32; in InternalMemCopyMem() local
99 Destination32 = (UINT32*)DestinationBuffer; in InternalMemCopyMem()
102 *(Destination32++) = *(Source32++); in InternalMemCopyMem()
107 Destination8 = (UINT8*)Destination32; in InternalMemCopyMem()
113 Destination32 = (UINT32*)((UINTN)DestinationBuffer + Length); in InternalMemCopyMem()
122 Destination8 = (UINT8*)Destination32; in InternalMemCopyMem()
129 Destination32 = (UINT32*)Destination8; in InternalMemCopyMem()
134 *(--Destination32) = *(--Source32); in InternalMemCopyMem()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.c771 UINT32 *Destination32; in AlignedCopyMem() local
787 Destination32 = DestinationBuffer; in AlignedCopyMem()
790 *Destination32++ = *Source32++; in AlignedCopyMem()
794 Destination8 = (UINT8 *)Destination32; in AlignedCopyMem()