MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / uint24ToUint32

Function uint24ToUint32

ffs.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81UINT32 uint24ToUint32(const UINT8* ffsSize)
82{
83 return (ffsSize[2] << 16) +
84 (ffsSize[1] << 8) +
85 ffsSize[0];
86}
87
88QString guidToQString(const EFI_GUID& guid)
89{

Callers 5

sizeOfSectionHeaderFunction · 0.85
parseVolumeMethod · 0.85
getSectionSizeMethod · 0.85
createMethod · 0.85
reconstructSectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected