HomeSort by: relevance | last modified time | path
    Searched refs:wres (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/avr/
interp.c 1456 word wres; local
1461 wres = wr - wk;
1464 if (wres == 0)
1466 if (wres & 0x8000)
1468 if (wres & ~wr & 0x8000)
1470 if (~wres & wr & 0x8000)
1472 if (((~wres & wr) ^ wres) & 0x8000)
1474 write_word (d, wres);
1482 word wres; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/avr/
interp.c 1456 word wres; local
1461 wres = wr - wk;
1464 if (wres == 0)
1466 if (wres & 0x8000)
1468 if (wres & ~wr & 0x8000)
1470 if (~wres & wr & 0x8000)
1472 if (((~wres & wr) ^ wres) & 0x8000)
1474 write_word (d, wres);
1482 word wres; local
    [all...]
  /src/sys/arch/hpc/stand/libsa/
winblk.c 117 DWORD wres; local
166 NULL, 0, &wres, NULL)) {
  /src/sys/arch/hpcmips/stand/libsa/
winblk.c 116 DWORD wres; local
165 NULL, 0, &wres, NULL)) {
  /src/sys/dev/ieee1394/
firewire.h 166 } wres; member in union:fw_pkt::__anon3069
sbp.c 1980 sfp->mode.wres.dst = rfp->mode.wreqb.src;
1981 xfer->dst = sfp->mode.wres.dst;
1985 sfp->mode.wres.tlrt = rfp->mode.wreqb.tlrt;
1986 sfp->mode.wres.tcode = FWTCODE_WRES;
1987 sfp->mode.wres.rtcode = 0;
1988 sfp->mode.wres.pri = 0;
firewire.c 174 "WREQQ", "WREQB", "WRES", "undef",
1106 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 5368 widest2_int wres; local
5371 case PLUS_EXPR: wres = wi::add (warg0, warg1); break;
5372 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break;
5373 case MULT_EXPR: wres = wi::mul (warg0, warg1); break;
5377 if (sign == UNSIGNED && wi::neg_p (wres))
5379 return wi::min_precision (wres, sign) > TYPE_PRECISION (type);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 3381 ssize_t wpos = 0, wsize = 0, wres; local
3446 wres = pwritev(env->me_fd, iov, n, wpos);
3449 wres = pwrite(env->me_fd, iov[0].iov_base, wsize, wpos);
3459 wres = writev(env->me_fd, iov, n);
3462 if (wres != wsize) {
3463 if (wres < 0) {
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 5444 widest2_int wres; local
5447 case PLUS_EXPR: wres = wi::add (warg0, warg1); break;
5448 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break;
5449 case MULT_EXPR: wres = wi::mul (warg0, warg1); break;
5453 if (sign == UNSIGNED && wi::neg_p (wres))
5455 return wi::min_precision (wres, sign) > TYPE_PRECISION (type);

Completed in 114 milliseconds