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

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c155 const unsigned char *ufrom = (const unsigned char *) from; local
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
306 const unsigned char *ufrom = (const unsigned char *) from;
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))
305 const unsigned char *ufrom = (const unsigned char *) from; local
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dfloatformat.c155 const unsigned char *ufrom = (const unsigned char *) from; local
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
306 const unsigned char *ufrom = (const unsigned char *) from;
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))
305 const unsigned char *ufrom = (const unsigned char *) from; local
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddoublest.c114 unsigned char *ufrom = (unsigned char *) from; local
147 swapin = ufrom;
148 ufrom = newfrom;
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))
/freebsd-12-stable/sys/dev/drm/
H A Dmach64_state.c490 const u32 __user *ufrom,
500 if (DRM_COPY_FROM_USER(from, ufrom, bytes)) {
641 const u32 __user *ufrom,
646 if (DRM_COPY_FROM_USER(to, ufrom, bytes)) {
489 copy_from_user_vertex(u32 *to, const u32 __user *ufrom, unsigned long bytes) argument
640 copy_from_user_blit(u32 *to, const u32 __user *ufrom, unsigned long bytes) argument

Completed in 100 milliseconds