Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
DCopyMem.c45 CONST UINT64 *Source64; in InternalMemCopyMem() local
51 Source64 = (CONST UINT64*)SourceBuffer; in InternalMemCopyMem()
53 *(Destination64++) = *(Source64++); in InternalMemCopyMem()
59 Source8 = (CONST UINT8*)Source64; in InternalMemCopyMem()
65 Source64 = (CONST UINT64*)((UINTN)SourceBuffer + Length); in InternalMemCopyMem()
74 Source8 = (CONST UINT8*)Source64; in InternalMemCopyMem()
81 Source64 = (CONST UINT64*)Source8; in InternalMemCopyMem()
85 *(--Destination64) = *(--Source64); in InternalMemCopyMem()