Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c123 static int hexdigit(int);
2348 d = hexdigit(c); in scanhex()
2381 d = hexdigit(c); in scanhex()
2390 d = hexdigit(c); in scanhex()
2408 static int hexdigit(int c) in hexdigit() function