MCPcopy 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
169void SetMem(void *Destination, UINTN Length, char c)
170{
171 memset(Destination, c, (size_t)Length);
172}
173
174void CopyMem(void *Destination, void *Source, UINTN Length)
175{

Callers 15

BaseMemoryLib.hFile · 0.85
SetMemWrapper.cFile · 0.85
ReadPTLenFunction · 0.85
ReadCLenFunction · 0.85
UefiTianoDecompressFunction · 0.85
DebugLib.cFile · 0.85
SetMemWrapper.cFile · 0.85
DebugLib.cFile · 0.85
DebugLib.cFile · 0.85
DebugLib.cFile · 0.85
SetMemWrapper.cFile · 0.85
SetMemWrapper.cFile · 0.85

Calls 1

memsetFunction · 0.50

Tested by 2

PlatformBdsShowProgressFunction · 0.68
BdsMemoryTestFunction · 0.68