Searched refs:Source64 (Results 1 – 2 of 2) sorted by relevance
53 CONST UINT64 *Source64; in InternalMemCopyMem() local59 Source64 = (CONST UINT64*)SourceBuffer; in InternalMemCopyMem()61 *(Destination64++) = *(Source64++); in InternalMemCopyMem()67 Source8 = (CONST UINT8*)Source64; in InternalMemCopyMem()73 Source64 = (CONST UINT64*)((UINTN)SourceBuffer + Length); in InternalMemCopyMem()82 Source8 = (CONST UINT8*)Source64; in InternalMemCopyMem()89 Source64 = (CONST UINT64*)Source8; in InternalMemCopyMem()93 *(--Destination64) = *(--Source64); in InternalMemCopyMem()
774 CONST UINT64 *Source64; in AlignedCopyMem() local778 Source64 = SourceBuffer; in AlignedCopyMem()780 *Destination64++ = *Source64++; in AlignedCopyMem()785 Source8 = (CONST UINT8 *)Source64; in AlignedCopyMem()