MCPcopy 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}
43void hex32(u32 c)
44{
45 hex16((u16)(c >> 16));
46 hex16((u16)c);
47}

Callers 1

mainFunction · 0.85

Calls 1

hex16Function · 0.85

Tested by

no test coverage detected