Home
last modified time | relevance | path

Searched refs:get_field (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dfloatformat.c59 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 DChangeLog670 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 Ddoublest.c43 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 DChangeLog-19971815 (get_field, put_field): Treat floatformat_littlebyte_bigword
H A DChangeLog-19961855 * hppa-tdep.c (get_field): Ifdef out unused function.
H A DChangeLog-20007938 * utils.c (get_field, put_field): Fix buffer underruns and
H A DChangeLog-20013365 * utils.c (get_field, floatformat_to_doublest, put_field)
H A DChangeLog7414 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
/openbsd/gnu/usr.bin/binutils/include/
H A Dxtensa-isa-internal.h57 xtensa_get_field_fn get_field; /* Get encoded value of the field. */ member
/openbsd/usr.sbin/tcpdump/
H A Dpfctl_osfp.c68 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 Dpfctl_osfp.c68 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 Dxtensa-isa.c425 return (*intop->get_field) (insn); in xtensa_operand_get_field()
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog375 get_field, and set_field fields. Add name, field_id, regfile,
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92972724 (get_field): Delete unused function.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92972724 (get_field): Delete unused function.