MCPcopy 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
38void hex16(u16 c)
39{
40 hex8((u8)(c >> 8));
41 hex8((u8)c);
42}
43void hex32(u32 c)
44{
45 hex16((u16)(c >> 16));

Callers 1

hex32Function · 0.85

Calls 1

hex8Function · 0.85

Tested by

no test coverage detected