Home
last modified time | relevance | path

Searched refs:ua (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/fpu/
H A Dsoftfloat.c342 union_float32 ua, ub, ur; in float32_gen2() local
344 ua.s = xa; in float32_gen2()
351 float32_input_flush2(&ua.s, &ub.s, s); in float32_gen2()
352 if (unlikely(!pre(ua, ub))) { in float32_gen2()
356 ur.h = hard(ua.h, ub.h); in float32_gen2()
359 } else if (unlikely(fabsf(ur.h) <= FLT_MIN) && post(ua, ub)) { in float32_gen2()
365 return soft(ua.s, ub.s, s); in float32_gen2()
373 union_float64 ua, ub, ur; in float64_gen2() local
375 ua.s = xa; in float64_gen2()
382 float64_input_flush2(&ua.s, &ub.s, s); in float64_gen2()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/
H A Dopen62541_1.3.15.bb19 …it://github.com/OPCFoundation/UA-Nodeset;name=ua-nodeset;protocol=https;branch=v1.04;destsuffix=gi…
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c535 SCSISense *ua = NULL; in scsi_fetch_unit_attention_sense() local
538 ua = &req->dev->unit_attention; in scsi_fetch_unit_attention_sense()
540 ua = &req->bus->unit_attention; in scsi_fetch_unit_attention_sense()
547 if (ua) { in scsi_fetch_unit_attention_sense()
548 scsi_req_build_sense(req, *ua); in scsi_fetch_unit_attention_sense()
549 *ua = SENSE_CODE(NO_SENSE); in scsi_fetch_unit_attention_sense()
948 SCSISense *ua; in scsi_clear_reported_luns_changed() local
951 ua = &req->dev->unit_attention; in scsi_clear_reported_luns_changed()
953 ua = &req->bus->unit_attention; in scsi_clear_reported_luns_changed()
958 if (ua->asc == SENSE_CODE(REPORTED_LUNS_CHANGED).asc && in scsi_clear_reported_luns_changed()
[all …]
H A Dlsi53c895a.c300 uint32_t ua; member
413 s->ua = 0; in lsi_soft_reset()
1313 s->ua = addr + s->dbc; in lsi_execute_script()
1841 CASE_GET_REG32(ua, 0xcc) in lsi_reg_readb()
2103 CASE_SET_REG32(ua, 0xcc) in lsi_reg_writeb()
2300 VMSTATE_UINT32(ua, LSIState),
/openbmc/u-boot/drivers/misc/
H A Dfsl_iim.c84 u32 ua; member
166 iim_write32(&regs->ua, bank << 3 | word >> 5); in direct_access()
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver118 stop) exportfs -ua
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Do-not-build-mtest.patch20 @@ -669,7 +669,6 @@ an ua:
/openbmc/qemu/libdecnumber/
H A DdecNumber.c961 const Unit *ua, *ub; /* -> operands */ in decNumberAnd() local
976 ua=lhs->lsu; /* bottom-up */ in decNumberAnd()
979 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in decNumberAnd()
983 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */ in decNumberAnd()
985 if (ua>msua) a=0; in decNumberAnd()
986 else a=*ua; in decNumberAnd()
1359 const Unit *ua, *msua; /* -> operand and its msu */ in decNumberInvert() local
1371 ua=rhs->lsu; /* bottom-up */ in decNumberInvert()
1373 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberInvert()
1376 for (; uc<=msuc; ua++, uc++) { /* Unit loop */ in decNumberInvert()
[all …]
/openbmc/qemu/accel/kvm/
H A Dtrace-events22 …t ret) "AddrSpace#%d Slot#%d flags=0x%x gpa=0x%"PRIx64 " size=0x%"PRIx64 " ua=0x%"PRIx64 " guest_m…
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-cframe-reg.c44 guint ua = GPOINTER_TO_UINT(a); in int_cmp() local
46 return (ua > ub) - (ua < ub); in int_cmp()
/openbmc/rest-dbus/resources/
H A Djquery.min.js2ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=… function
4ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.qu…
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c881 guint ua = GPOINTER_TO_UINT(a); in int_cmp() local
883 return (ua > ub) - (ua < ub); in int_cmp()
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h497 u32 ua; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1321 guint ua = GPOINTER_TO_UINT(a); in int_cmp() local
1323 return (ua > ub) - (ua < ub); in int_cmp()