Home
last modified time | relevance | path

Searched defs:ISHEX (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_utils.c107 #define ISHEX(x) ( ISDIGIT(x) || ISHEXCHAR(x) ) macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dihex.c137 #define ISHEX(x) (hex_p (x)) macro
H A Dtekhex.c93 #define ISHEX(x) hex_p(x) macro
H A Dsrec.c121 #define ISHEX(x) hex_p(x) macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dihex.c137 #define ISHEX(x) (hex_p (x)) macro
H A Dsrec.c121 #define ISHEX(x) hex_p(x) macro
H A Dtekhex.c93 #define ISHEX(x) hex_p(x) macro