Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c132 static int hexdigit(int);
2552 d = hexdigit(c); in scanhex()
2585 d = hexdigit(c); in scanhex()
2594 d = hexdigit(c); in scanhex()
2612 static int hexdigit(int c) in hexdigit() function