Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ hex32
Function
hex32
payloads/linuxcheck/i386.c:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
hex8((u8)c);
42
}
43
void hex32(u32 c)
44
{
45
hex16((u16)(c >> 16));
46
hex16((u16)c);
47
}
Callers
1
main
Function · 0.85
Calls
1
hex16
Function · 0.85
Tested by
no test coverage detected