Home
last modified time | relevance | path

Searched refs:ur (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c45 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 Dep0.c770 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 Dlibx86-mmap-offset.patch6 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 Davoid-strip.patch10 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 Dhv-balloon.c348 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 Dnopam.patch5 diff -ur vsftpd-2.0.1_org/builddefs.h vsftpd-2.0.1_patch/builddefs.h
/openbmc/qemu/fpu/
H A Dsoftfloat.c342 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 Dtie.h92 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 Dtie.h99 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7855 Unit *ur, *uresp1; local
7859 for (ur=res->lsu, ul=lhs->lsu; ur<uresp1; ur++, ul++) *ur=*ul;