Home
last modified time | relevance | path

Searched refs:ufrom (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libiberty/
Dfloatformat.c155 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid() local
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()
305 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_to_double() local
313 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
330 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
354 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
390 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
410 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
/freebsd-9-stable/contrib/binutils/libiberty/
Dfloatformat.c155 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid() local
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()
305 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_to_double() local
313 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
330 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
354 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
390 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
410 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
/freebsd-9-stable/contrib/gdb/gdb/
Ddoublest.c114 unsigned char *ufrom = (unsigned char *) from; in convert_floatformat_to_doublest() local
147 swapin = ufrom; in convert_floatformat_to_doublest()
148 ufrom = newfrom; in convert_floatformat_to_doublest()
164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest()
203 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest()
213 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in convert_floatformat_to_doublest()
/freebsd-9-stable/sys/dev/drm/
Dmach64_state.c490 const u32 __user *ufrom, in copy_from_user_vertex() argument
500 if (DRM_COPY_FROM_USER(from, ufrom, bytes)) { in copy_from_user_vertex()
641 const u32 __user *ufrom, in copy_from_user_blit() argument
646 if (DRM_COPY_FROM_USER(to, ufrom, bytes)) { in copy_from_user_blit()