| /src/external/lgpl3/gmp/dist/tune/ |
| speed-ext.c | 150 mp_limb_t w, x, y, xnext, ynext, c, ret; local 164 xnext = xp[i+1]; 166 x = RSHIFT (xnext, x); 175 x = xnext;
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| uint_set.c | 67 UINT_SET_ITEM *x, *xnext; local 69 for (x = ossl_list_uint_set_head(s); x != NULL; x = xnext) { 70 xnext = ossl_list_uint_set_next(x); 127 UINT_SET_ITEM *x, *xnext, *z, *zprev, *f; local 174 for (x = ossl_list_uint_set_next(x); x != NULL; x = xnext) { 175 xnext = ossl_list_uint_set_next(x);
|
| /src/sys/external/bsd/dwc2/ |
| dwc2var.h | 45 TAILQ_ENTRY(dwc2_xfer) xnext; /* list of complete xfers */ member in struct:dwc2_xfer
|
| dwc2.c | 337 TAILQ_FOREACH_SAFE(dxfer, &sc->sc_complete, xnext, next) { 351 TAILQ_REMOVE(&sc->sc_complete, dxfer, xnext); 352 TAILQ_INSERT_TAIL(&claimed, dxfer, xnext); 362 TAILQ_REMOVE(&claimed, dxfer, xnext); 501 TAILQ_FOREACH(d, &sc->sc_complete, xnext) { 503 TAILQ_REMOVE(&sc->sc_complete, dxfer, xnext); 1499 TAILQ_INSERT_TAIL(&sc->sc_complete, dxfer, xnext);
|
| /src/sys/dev/qbus/ |
| if_qt.c | 155 int xnext; /* Next descriptor to transmit */ member in struct:qt_softc 480 sc->xnext = sc->xlast = sc->nxmit = 0; 519 rp = &sc->sc_ib->qc_t[sc->xnext]; 525 len = if_ubaput(&sc->sc_ifuba, &sc->sc_ifw[sc->xnext], m); 531 if (++sc->xnext >= NXMT) 532 sc->xnext = 0;
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 23071 rtx one, x0, e0, x1, xprev, eprev, xnext, enext, u, v; 23107 ++i, xprev = xnext, eprev = enext) { 23113 /* xnext = xprev + enext * xprev */ 23114 xnext = gen_reg_rtx (mode); 23115 rs6000_emit_madd (xnext, enext, xprev, xprev); 23027 rtx one, x0, e0, x1, xprev, eprev, xnext, enext, u, v; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 22593 rtx one, x0, e0, x1, xprev, eprev, xnext, enext, u, v; 22629 ++i, xprev = xnext, eprev = enext) { 22635 /* xnext = xprev + enext * xprev */ 22636 xnext = gen_reg_rtx (mode); 22637 rs6000_emit_madd (xnext, enext, xprev, xprev); 22549 rtx one, x0, e0, x1, xprev, eprev, xnext, enext, u, v; local
|
| /src/external/bsd/tmux/dist/ |
| configure | 4942 case "x$VERSION" in xnext*) enable_debug=yes;; esac
|