OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hex2nibble
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
main.c
629
static int
hex2nibble
(char c)
function in typeref:typename:int
649
while ((n =
hex2nibble
(*s++)) >= 0)
736
c |=
hex2nibble
(buf[i]);
796
c |=
hex2nibble
(buf[i]);
main.c
629
static int
hex2nibble
(char c)
function in typeref:typename:int
649
while ((n =
hex2nibble
(*s++)) >= 0)
736
c |=
hex2nibble
(buf[i]);
796
c |=
hex2nibble
(buf[i]);
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025