MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / memcpy

Function memcpy

Library/IntrinsicLib/CopyMem.c:20–23  ·  view source on GitHub ↗

Copies bytes between buffers */

Source from the content-addressed store, hash-verified

18
19/* Copies bytes between buffers */
20void * memcpy (void *dest, const void *src, unsigned int count)
21{
22 return CopyMem(dest, src, (UINTN)count);
23}

Callers 15

calcSumFunction · 0.50
fat32LayoutFunction · 0.50
MallocCopyFunction · 0.50
UnpackDevicePathFunction · 0.50
readbinFunction · 0.50
ParseFvInfFunction · 0.50
AddPadFileFunction · 0.50
AddFileFunction · 0.50
GenerateFvImageFunction · 0.50
FfsRebaseFunction · 0.50
GenerateCapImageFunction · 0.50

Calls 1

CopyMemFunction · 0.50

Tested by 15

mainFunction · 0.40
cfb64_testFunction · 0.40
mainFunction · 0.40
cfb_testFunction · 0.40
cfb64_testFunction · 0.40
ede_cfb64_testFunction · 0.40
mainFunction · 0.40
cfb64_testFunction · 0.40
testFunction · 0.40
test_rc4_init_keyFunction · 0.40
mainFunction · 0.40
cfb64_testFunction · 0.40