Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ hex4
Function
hex4
payloads/linuxcheck/i386.c:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void hex4(u8 c)
27
{
28
static char *hex =
"0123456789abcdef"
;
29
outb(hex[c & 0xf], 0x3f8);
30
}
31
32
void hex8(u8 c)
33
{
Callers
1
hex8
Function · 0.85
Calls
1
outb
Function · 0.50
Tested by
no test coverage detected