Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c163 static int hexdigit(int);
3537 d = hexdigit(c); in scanhex()
3570 d = hexdigit(c); in scanhex()
3579 d = hexdigit(c); in scanhex()
3597 static int hexdigit(int c) in hexdigit() function