Searched refs:hex_p (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/gdb/include/ |
| D | libiberty.h | 259 #define hex_p(c) (hex_value (c) != _hex_bad) macro
|
| /freebsd-10-stable/contrib/binutils/include/ |
| D | libiberty.h | 351 #define hex_p(c) (hex_value (c) != _hex_bad) macro
|
| /freebsd-10-stable/contrib/gcclibs/include/ |
| D | libiberty.h | 344 #define hex_p(c) (hex_value (c) != _hex_bad) macro
|
| D | ChangeLog-9103 | 1880 * libiberty.h (hex_p): Fix sense of test. 1885 hex_p, hex_value): New macros and declarations, for hex.c.
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-score.c | 1015 validate_immediate (int val, unsigned int data_type, int hex_p) in validate_immediate() argument 1044 if (hex_p == 1) in validate_immediate() 1063 if (hex_p == 1) in validate_immediate() 1110 int hex_p = 0; in data_op2() local 1151 hex_p = 1; in data_op2() 1244 value = validate_immediate (inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p); in data_op2() 1255 value = validate_immediate (inst.reloc.exp.X_add_number, data_type, hex_p); in data_op2()
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | expr.c | 777 for (s = input_line_pointer; hex_p (*s); s++) in operand() 1099 if (DOLLAR_AMBIGU && hex_p (*input_line_pointer)) in operand()
|
| D | read.c | 4504 while (hex_p (*input_line_pointer) || *input_line_pointer == '_') in hex_float() 4525 if (hex_p (*input_line_pointer)) in hex_float()
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ihex.c | 136 #define ISHEX(x) (hex_p (x))
|
| D | tekhex.c | 92 #define ISHEX(x) hex_p(x)
|
| D | srec.c | 121 #define ISHEX(x) hex_p(x)
|
| D | ChangeLog-9495 | 4126 hex_init, hex_p, and hex_value.
|
| /freebsd-10-stable/contrib/gcclibs/libcpp/ |
| D | charset.c | 1138 if (! hex_p (c)) in convert_hex()
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | functions.texi | 405 call to @code{hex_p} or @code{hex_value}. If you fail to call it, a 411 @deftypefn Extension int hex_p (int @var{c})
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | functions.texi | 421 call to @code{hex_p} or @code{hex_value}. If you fail to call it, a 427 @deftypefn Extension int hex_p (int @var{c})
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2001 | 5740 * cpplex.c (hex_digit_value): Use hex_p/hex_value. 5742 * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
|