Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ memcpy
Function
memcpy
rEFIt_UEFI/Platform/Posix/string.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
inline void* memcpy(void *dst, const void *src, size_t len)
26
{
27
return CopyMem(dst,src,len);
28
}
29
30
inline char* strcat(char* s1, const char* s2)
31
{
Callers
15
XString_tests
Function · 0.50
IsOsxHibernated
Function · 0.50
QuickSort
Function · 0.50
nsvg_qsort
Function · 0.50
nsvg__duplicatePoints
Function · 0.50
nsvg__rasterizeShapes
Function · 0.50
nsvg__xformPremultiply
Function · 0.50
nsvg__pushAttr
Function · 0.50
nsvg__createGradient
Function · 0.50
nsvg__getLocalBounds
Function · 0.50
nsvg__addShape
Function · 0.50
nsvg__addPath
Function · 0.50
Calls
1
CopyMem
Function · 0.50
Tested by
1
XString_tests
Function · 0.40