/openbsd/gnu/lib/libiberty/src/ |
H A D | floatformat.c | 59 static unsigned long get_field (const unsigned char *, 157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 255 get_field (const unsigned char *data, enum floatformat_byteorders order, in get_field() function 315 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 332 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 356 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double() 392 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
|
H A D | ChangeLog | 670 floatformat_i387_ext_is_valid, get_field, floatformat_to_double, 1551 * floatformat.c (get_field): Make "data" constant. 1559 (get_field, put_field): Correct comments. 6026 * floatformat.c (get_field, put_field): Fix off by one error in 6050 * floatformat.c (get_field): Removed unused local variable i.
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | doublest.c | 43 static unsigned long get_field (unsigned char *, 50 get_field (unsigned char *data, enum floatformat_byteorders order, in get_field() function 171 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 210 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 220 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in convert_floatformat_to_doublest() 461 return get_field (uval, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1); in floatformat_is_negative() 480 exponent = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 493 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 533 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa() 543 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa()
|
H A D | ChangeLog-1997 | 1815 (get_field, put_field): Treat floatformat_littlebyte_bigword
|
H A D | ChangeLog-1996 | 1855 * hppa-tdep.c (get_field): Ifdef out unused function.
|
H A D | ChangeLog-2000 | 7938 * utils.c (get_field, put_field): Fix buffer underruns and
|
H A D | ChangeLog-2001 | 3365 * utils.c (get_field, floatformat_to_doublest, put_field)
|
H A D | ChangeLog | 7414 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | xtensa-isa-internal.h | 57 xtensa_get_field_fn get_field; /* Get encoded value of the field. */ member
|
/openbsd/usr.sbin/tcpdump/ |
H A D | pfctl_osfp.c | 68 char *get_field(u_char **, size_t *, int *); 774 field = get_field(line, len, &fieldlen); in get_int() 858 ptr = get_field(line, len, &fieldlen); in get_str() 965 get_field(u_char **line, size_t *len, int *fieldlen) in get_field() function
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 68 char *get_field(char **, size_t *, int *); 777 field = get_field(line, len, &fieldlen); in get_int() 861 ptr = get_field(line, len, &fieldlen); in get_str() 968 get_field(char **line, size_t *len, int *fieldlen) in get_field() function
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | xtensa-isa.c | 425 return (*intop->get_field) (insn); in xtensa_operand_get_field()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | ChangeLog | 375 get_field, and set_field fields. Add name, field_id, regfile,
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ChangeLog-9297 | 2724 (get_field): Delete unused function.
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ChangeLog-9297 | 2724 (get_field): Delete unused function.
|