Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
DCopyMem.c43 CONST UINT32 *Source32; in InternalMemCopyMem() local
92 Source32 = (CONST UINT32*)SourceBuffer; in InternalMemCopyMem()
94 *(Destination32++) = *(Source32++); in InternalMemCopyMem()
100 Source8 = (CONST UINT8*)Source32; in InternalMemCopyMem()
106 Source32 = (CONST UINT32*)((UINTN)SourceBuffer + Length); in InternalMemCopyMem()
115 Source8 = (CONST UINT8*)Source32; in InternalMemCopyMem()
122 Source32 = (CONST UINT32*)Source8; in InternalMemCopyMem()
126 *(--Destination32) = *(--Source32); in InternalMemCopyMem()