Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CloverHackyColor/CloverBootloader
/ SetMem
Function
SetMem
Xcode/cpp_tests/src/Platform.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void SetMem(void *Destination, UINTN Length, char c)
170
{
171
memset(Destination, c, (size_t)Length);
172
}
173
174
void CopyMem(void *Destination, void *Source, UINTN Length)
175
{
Callers
15
BaseMemoryLib.h
File · 0.85
SetMemWrapper.c
File · 0.85
ReadPTLen
Function · 0.85
ReadCLen
Function · 0.85
UefiTianoDecompress
Function · 0.85
DebugLib.c
File · 0.85
SetMemWrapper.c
File · 0.85
DebugLib.c
File · 0.85
DebugLib.c
File · 0.85
DebugLib.c
File · 0.85
SetMemWrapper.c
File · 0.85
SetMemWrapper.c
File · 0.85
Calls
1
memset
Function · 0.50
Tested by
2
PlatformBdsShowProgress
Function · 0.68
BdsMemoryTest
Function · 0.68