Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfirewire.c1780 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP) in fw_rcv()
2057 sfp->mode.wres.tcode = FWTCODE_WRES; in fw_vmaccess()
2058 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2063 sfp->mode.wres.tcode = FWTCODE_WRES; in fw_vmaccess()
2065 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2083 sfp->mode.wres.tcode = FWTCODE_RRESQ; in fw_vmaccess()
H A Dfirewire.h157 } wres; member
/dragonfly/sys/dev/disk/sbp/
H A Dsbp.c1799 sfp->mode.wres.dst = rfp->mode.wreqb.src; in sbp_recv1()
1800 xfer->dst = sfp->mode.wres.dst; in sbp_recv1()
1805 sfp->mode.wres.tlrt = rfp->mode.wreqb.tlrt; in sbp_recv1()
1806 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
1807 sfp->mode.wres.rtcode = 0; in sbp_recv1()
1808 sfp->mode.wres.pri = 0; in sbp_recv1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-fold.c3999 widest2_int wres; in arith_overflowed_p() local
4002 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4003 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4004 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
4008 if (sign == UNSIGNED && wi::neg_p (wres)) in arith_overflowed_p()
4010 return wi::min_precision (wres, sign) > TYPE_PRECISION (type); in arith_overflowed_p()