Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c159 static int hexdigit(int);
3520 d = hexdigit(c); in scanhex()
3553 d = hexdigit(c); in scanhex()
3562 d = hexdigit(c); in scanhex()
3580 static int hexdigit(int c) in hexdigit() function