Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CloverHackyColor/CloverBootloader
/ memset
Function
memset
rEFIt_UEFI/cpp_util/memory.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#endif
21
22
void* memset(void* dst, int ch, size_t count)
23
{
24
SetMem(dst, count, (UINT8)(ch));
25
return dst;
26
}
27
//
28
//void* memcpy(void* dst, const void* src, UINT64 count)
29
//{
Callers
15
calcSum
Function · 0.50
fat32Layout
Function · 0.50
nsvg__createParser
Function · 0.50
nsvg__pushAttr
Function · 0.50
nsvg__content
Function · 0.50
memset
Method · 0.50
memsetAtPos
Method · 0.50
AddPadFile
Function · 0.50
PadFvImage
Function · 0.50
UpdateArmResetVectorIfNeeded
Function · 0.50
GenerateFvImage
Function · 0.50
FfsRebase
Function · 0.50
Calls
1
SetMem
Function · 0.85
Tested by
no test coverage detected