Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dctype.c24 _P,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U, /* 64-71 */
28 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
/openbmc/u-boot/include/linux/
H A Dctype.h15 #define _X 0x40 /* hex digit */ macro
32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)