Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c163 static int hexdigit(int);
3536 d = hexdigit(c); in scanhex()
3569 d = hexdigit(c); in scanhex()
3578 d = hexdigit(c); in scanhex()
3596 static int hexdigit(int c) in hexdigit() function