Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ hex8
Function
hex8
payloads/linuxcheck/i386.c:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void hex8(u8 c)
33
{
34
hex4(c >> 4);
35
hex4(c);
36
}
37
38
void hex16(u16 c)
39
{
Callers
1
hex16
Function · 0.85
Calls
1
hex4
Function · 0.85
Tested by
no test coverage detected