Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ hex2ascii
Function
hex2ascii
freebsd/sys/libkern.h:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static inline char
77
hex2ascii(int hex)
78
{
79
80
KASSERT(hex >= 0 && hex < LIBKERN_LEN_HEX2ASCII,
81
(
"invalid hex %d"
, hex));
82
return (hex2ascii_data[hex]);
83
}
84
85
static inline bool
86
validbcd(int bcd)
Callers
4
ksprintn
Function · 0.85
kvprintf
Function · 0.85
ksprintn
Function · 0.85
kvprintf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected