Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c132 static int hexdigit(int);
2622 d = hexdigit(c); in scanhex()
2655 d = hexdigit(c); in scanhex()
2664 d = hexdigit(c); in scanhex()
2682 static int hexdigit(int c) in hexdigit() function