Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
UINT32 uint24ToUint32(const UINT8* ffsSize)
82
{
83
return (ffsSize[2] << 16) +
84
(ffsSize[1] << 8) +
85
ffsSize[0];
86
}
87
88
QString guidToQString(const EFI_GUID& guid)
89
{
Callers
5
sizeOfSectionHeader
Function · 0.85
parseVolume
Method · 0.85
getSectionSize
Method · 0.85
create
Method · 0.85
reconstructSection
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected