Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c154 static int hexdigit(int);
3466 d = hexdigit(c); in scanhex()
3499 d = hexdigit(c); in scanhex()
3508 d = hexdigit(c); in scanhex()
3526 static int hexdigit(int c) in hexdigit() function