Searched refs:hex_p (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/
H A Dlibiberty.h262 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/openbsd-current/gnu/lib/libiberty/include/
H A Dlibiberty.h340 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h340 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h340 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dihex.c164 #define ISHEX(x) (hex_p (x))
H A Dsrec.c153 #define ISHEX(x) hex_p(x)
H A Dtekhex.c99 #define ISHEX(x) hex_p(x)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c136 #define ISHEX(x) (hex_p (x))
H A Dtekhex.c92 #define ISHEX(x) hex_p(x)
H A Dsrec.c121 #define ISHEX(x) hex_p(x)
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dexpr.c812 for (s = input_line_pointer; hex_p (*s); s++)
1145 if (flag_m68k_mri && hex_p (*input_line_pointer))
H A Dread.c3971 while (hex_p (*input_line_pointer) || *input_line_pointer == '_')
3992 if (hex_p (*input_line_pointer))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.c782 for (s = input_line_pointer; hex_p (*s); s++)
1109 if (DOLLAR_AMBIGU && hex_p (*input_line_pointer))
H A Dread.c4212 while (hex_p (*input_line_pointer) || *input_line_pointer == '_')
4233 if (hex_p (*input_line_pointer))
/openbsd-current/gnu/gcc/libcpp/
H A Dcharset.c1139 if (! hex_p (c))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c567 if (hex_p (c))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpplex.c1648 if (hex_p (c))

Completed in 321 milliseconds