Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c151 static int hexdigit(int);
3304 d = hexdigit(c); in scanhex()
3337 d = hexdigit(c); in scanhex()
3346 d = hexdigit(c); in scanhex()
3364 static int hexdigit(int c) in hexdigit() function