MCPcopy 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
22void* 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

calcSumFunction · 0.50
fat32LayoutFunction · 0.50
nsvg__createParserFunction · 0.50
nsvg__pushAttrFunction · 0.50
nsvg__contentFunction · 0.50
memsetMethod · 0.50
memsetAtPosMethod · 0.50
AddPadFileFunction · 0.50
PadFvImageFunction · 0.50
GenerateFvImageFunction · 0.50
FfsRebaseFunction · 0.50

Calls 1

SetMemFunction · 0.85

Tested by

no test coverage detected