Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ IsHexDigit
Function
IsHexDigit
rEFIt_UEFI/Platform/Utils.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
BOOLEAN IsHexDigit (CHAR8 c) {
57
return (IS_DIGIT(c) || (IS_HEX(c)))?TRUE:FALSE;
58
}
59
60
//out value is a number of byte. out = len
61
Callers
2
hex2bin
Function · 0.70
nsvg__parseColorHex
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected