Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
20
void * memcpy (void *dest, const void *src, unsigned int count)
21
{
22
return CopyMem(dest, src, (UINTN)count);
23
}
Callers
15
calcSum
Function · 0.50
fat32Layout
Function · 0.50
MallocCopy
Function · 0.50
UnpackDevicePath
Function · 0.50
readbin
Function · 0.50
ParseFvInf
Function · 0.50
AddPadFile
Function · 0.50
AddFile
Function · 0.50
UpdateArmResetVectorIfNeeded
Function · 0.50
GenerateFvImage
Function · 0.50
FfsRebase
Function · 0.50
GenerateCapImage
Function · 0.50
Calls
1
CopyMem
Function · 0.50
Tested by
15
main
Function · 0.40
cfb64_test
Function · 0.40
main
Function · 0.40
cfb_test
Function · 0.40
cfb64_test
Function · 0.40
ede_cfb64_test
Function · 0.40
main
Function · 0.40
cfb64_test
Function · 0.40
test
Function · 0.40
test_rc4_init_key
Function · 0.40
main
Function · 0.40
cfb64_test
Function · 0.40