Home
last modified time | relevance | path

Searched refs:hexdigit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c161 static int hexdigit(int);
3539 d = hexdigit(c); in scanhex()
3572 d = hexdigit(c); in scanhex()
3581 d = hexdigit(c); in scanhex()
3599 static int hexdigit(int c) in hexdigit() function