| /openbmc/u-boot/post/lib_powerpc/fpu/ |
| H A D | mul-subnormal-single-1.c | 45 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) in tstmul() argument 50 if (f2u (x * y) != ur) in tstmul()
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | ep0.c | 770 struct usb_request *ur; in dwc3_ep0_complete_data() local 804 ur = &r->request; in dwc3_ep0_complete_data() 805 buf = ur->buf; in dwc3_ep0_complete_data() 816 if (ur->length > DWC3_EP0_BOUNCE_SIZE) { in dwc3_ep0_complete_data() 817 transfer_size = (ur->length / maxp) * maxp; in dwc3_ep0_complete_data() 820 ur->actual += transferred; in dwc3_ep0_complete_data() 829 transfer_size = roundup((ur->length - transfer_size), in dwc3_ep0_complete_data() 831 transferred = min_t(u32, ur->length - transferred, in dwc3_ep0_complete_data() 836 transferred = ur->length - length; in dwc3_ep0_complete_data() 839 ur->actual += transferred; in dwc3_ep0_complete_data() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
| H A D | libx86-mmap-offset.patch | 6 diff -ur libx86-1.1/lrmi.c libx86-1.1.hack/lrmi.c 18 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c 50 diff -ur libx86-1.1/x86-common.c libx86-1.1.hack/x86-common.c 184 diff -ur libx86-1.1/x86-common.h libx86-1.1.hack/x86-common.h
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | avoid-strip.patch | 10 diff -ur unzip60.orig/unix/configure unzip60/unix/configure 22 diff -ur unzip60.orig/unix/Makefile unzip60/unix/Makefile
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | hv-balloon.c | 348 struct dm_unballoon_request *ur; in hv_balloon_unballoon_rb_wait() local 349 size_t ur_size = sizeof(*ur) + sizeof(ur->range_array[0]); in hv_balloon_unballoon_rb_wait() 366 g_autofree struct dm_unballoon_request *ur = NULL; in hv_balloon_unballoon_posting() local 367 size_t ur_size = sizeof(*ur) + sizeof(ur->range_array[0]); in hv_balloon_unballoon_posting() 388 ur = g_malloc0(ur_size); in hv_balloon_unballoon_posting() 389 ur->hdr.type = DM_UNBALLOON_REQUEST; in hv_balloon_unballoon_posting() 390 ur->hdr.size = ur_size; in hv_balloon_unballoon_posting() 391 ur->hdr.trans_id = balloon->trans_id; in hv_balloon_unballoon_posting() 401 ur->range_count = 1; in hv_balloon_unballoon_posting() 402 ur->range_array[0].finfo.start_page = range.start; in hv_balloon_unballoon_posting() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/ |
| H A D | nopam.patch | 5 diff -ur vsftpd-2.0.1_org/builddefs.h vsftpd-2.0.1_patch/builddefs.h
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 342 union_float32 ua, ub, ur; in float32_gen2() local 356 ur.h = hard(ua.h, ub.h); in float32_gen2() 357 if (unlikely(f32_is_inf(ur))) { in float32_gen2() 359 } else if (unlikely(fabsf(ur.h) <= FLT_MIN) && post(ua, ub)) { in float32_gen2() 362 return ur.s; in float32_gen2() 373 union_float64 ua, ub, ur; in float64_gen2() local 387 ur.h = hard(ua.h, ub.h); in float64_gen2() 388 if (unlikely(f64_is_inf(ur))) { in float64_gen2() 390 } else if (unlikely(fabs(ur.h) <= DBL_MIN) && post(ua, ub)) { in float64_gen2() 393 return ur.s; in float64_gen2() [all …]
|
| /openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/ |
| H A D | tie.h | 92 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
|
| /openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/ |
| H A D | tie.h | 99 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 7855 Unit *ur, *uresp1; local 7859 for (ur=res->lsu, ul=lhs->lsu; ur<uresp1; ur++, ul++) *ur=*ul;
|