Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c154 static int hexdigit(int);
3465 d = hexdigit(c); in scanhex()
3498 d = hexdigit(c); in scanhex()
3507 d = hexdigit(c); in scanhex()
3525 static int hexdigit(int c) in hexdigit() function