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