Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c151 static int hexdigit(int);
3236 d = hexdigit(c); in scanhex()
3269 d = hexdigit(c); in scanhex()
3278 d = hexdigit(c); in scanhex()
3296 static int hexdigit(int c) in hexdigit() function