Searched refs:get_field (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c59 static unsigned long get_field (const unsigned char *,
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
261 get_field (const unsigned char *data, enum floatformat_byteorders order,
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
260 get_field (const unsigned char *data, enum floatformat_byteorders order, function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c59 static unsigned long get_field (const unsigned char *,
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
261 get_field (const unsigned char *data, enum floatformat_byteorders order,
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
260 get_field (const unsigned char *data, enum floatformat_byteorders order, function
/freebsd-11-stable/contrib/gdb/include/
H A Dxtensa-isa-internal.h57 xtensa_get_field_fn get_field; /* Get encoded value of the field. */ member in struct:xtensa_operand_internal_struct
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.h60 ssize_t get_field(int peer, char *buffer, ssize_t size);
H A Dtftp-options.c336 i = get_field(peer, cp, size);
340 i = get_field(peer, cp, size);
H A Dtftp-utils.c105 get_field(int peer, char *buffer, ssize_t size) function
H A Dtftpd.c480 i = get_field(peer, recvbuffer, size);
490 i = get_field(peer, cp, size);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c43 static unsigned long get_field (unsigned char *,
50 get_field (unsigned char *data, enum floatformat_byteorders order, function
164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
203 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
213 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
455 return get_field (uval, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1);
474 exponent = get_field (uval, fmt->byteorder, fmt->totalsize,
487 mant = get_field (uval, fmt->byteorder, fmt->totalsize,
527 mant = get_field (uval, fmt->byteorder, fmt->totalsize,
537 mant = get_field (uva
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Doptions.c74 static char *get_field(char *string); /* chew :-delimited field off string */
146 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
147 next_opt = get_field((char *) 0);
478 /* get_field - return pointer to next field in string */
480 static char *get_field(string) function
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h106 const char *get_field(unsigned char, const char **) const;
H A Dref.cpp1003 const char *reference::get_field(unsigned char c, const char **endp) const function in class:reference
1017 return get_field('D', endp);
1037 const char *start = get_field(*f, endp);
1053 const char *start = get_field(*f, endp);
H A Dlabel.y632 const char *start = ref.get_field(name, &end);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c74 char *get_field(char **, size_t *, int *);
790 field = get_field(line, len, &fieldlen);
874 ptr = get_field(line, len, &fieldlen);
981 get_field(char **line, size_t *len, int *fieldlen) function

Completed in 291 milliseconds