Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/xmon/
Dxmon.c164 static int hexdigit(int);
3532 d = hexdigit(c); in scanhex()
3565 d = hexdigit(c); in scanhex()
3574 d = hexdigit(c); in scanhex()
3592 static int hexdigit(int c) in hexdigit() function