Searched refs:xs (Results 1 - 25 of 211) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030314-1.c7 static inline bar(const short int xs, const short int xe) argument
9 if (xe && (xs < xe))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dssefn-1.c14 static float xs (void) function
21 return xs () * a;
H A Dssefn-2.c13 static float xs (void) function
20 return xs () * a;
H A Dssefn-3.c12 static float xs (void) function
19 return xs () * a;
35 assert (ys (1) == xs ());
36 assert (ys (2) == xs () * 2);
H A Dssefn-4.c12 static float xs (void) function
19 return xs () * a;
35 assert (ys (1) == xs ());
36 assert (ys (2) == xs () * 2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030314-1.c7 static inline bar(const short int xs, const short int xe) argument
9 if (xe && (xs < xe))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dssefn-1.c12 static float xs (void) function
19 return xs () * a;
H A Dssefn-2.c12 static float xs (void) function
19 return xs () * a;
H A Dssefn-3.c9 static float xs (void) function
16 return xs () * a;
37 assert (ys (1) == xs ());
38 assert (ys (2) == xs () * 2);
H A Dssefn-4.c9 static float xs (void) function
16 return xs () * a;
37 assert (ys (1) == xs ());
38 assert (ys (2) == xs () * 2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20030627-1.c6 void test_inout (char *bd, int xd, char *bs, int xs) argument
8 *(long long *)(bd + xd + 4093) = *(long long *)(bs + xs + 4093);
11 void test_in (char *bd, int xd, char *bs, int xs) argument
13 *(long long *)(bd + xd) = *(long long *)(bs + xs + 4093);
16 void test_out (char *bd, int xd, char *bs, int xs) argument
18 *(long long *)(bd + xd + 4093) = *(long long *)(bs + xs);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20030627-1.c6 void test_inout (char *bd, int xd, char *bs, int xs) argument
8 *(long long *)(bd + xd + 4093) = *(long long *)(bs + xs + 4093);
11 void test_in (char *bd, int xd, char *bs, int xs) argument
13 *(long long *)(bd + xd) = *(long long *)(bs + xs + 4093);
16 void test_out (char *bd, int xd, char *bs, int xs) argument
18 *(long long *)(bd + xd + 4093) = *(long long *)(bs + xs);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexpand.h11 XString xs;
14 Xinit(xs, xp, 128, ATEMP); /* allocate initial string */
16 Xcheck(xs, xp); /* expand string if necessary */
17 Xput(xs, xp, c); /* add character */
19 return Xclose(xs, xp); /* resize string */
37 #define Xinit(xs, xp, length, area) do { \
38 (xs).len = length; \
39 (xs).areap = (area); \
40 (xs).beg = alloc((xs)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.h52 struct scsipi_xfer *xs; local
54 if ((xs = scsipi_get_xs(periph, flags)) == NULL)
61 memcpy(&xs->cmdstore, cmd, cmdlen);
62 xs->cmd = &xs->cmdstore;
63 xs->cmdlen = cmdlen;
64 xs->data = data_addr;
65 xs->datalen = datalen;
66 xs->xs_retries = retries;
67 xs
[all...]
H A Datapi_base.c58 atapi_interpret_sense(struct scsipi_xfer *xs) argument
60 struct scsipi_periph *periph = xs->xs_periph;
72 error = (*periph->periph_switch->psw_error)(xs);
80 if (xs->error == XS_SENSE)
81 return (scsipi_interpret_sense(xs));
83 key = (xs->sense.atapi_sense & 0xf0) >> 4;
88 if (xs->resid == xs->datalen)
89 xs->resid = 0; /* not short read */
95 if ((xs
209 atapi_scsipi_cmd(struct scsipi_xfer *xs) argument
[all...]
H A Dscsipi_base.c322 scsipi_get_tag(struct scsipi_xfer *xs) argument
324 struct scsipi_periph *periph = xs->xs_periph;
353 xs->xs_tag_id = tag;
364 scsipi_put_tag(struct scsipi_xfer *xs) argument
366 struct scsipi_periph *periph = xs->xs_periph;
369 word = xs->xs_tag_id >> 5;
370 bit = xs->xs_tag_id & 0x1f;
386 struct scsipi_xfer *xs; local
454 xs = pool_get(&scsipi_xfer_pool,
456 if (xs
494 scsipi_put_xs(struct scsipi_xfer *xs) argument
763 scsipi_interpret_sense(struct scsipi_xfer *xs) argument
1258 scsipi_done(struct scsipi_xfer *xs) argument
1408 scsipi_complete(struct scsipi_xfer *xs) argument
1621 scsipi_request_sense(struct scsipi_xfer *xs) argument
1679 scsipi_enqueue(struct scsipi_xfer *xs) argument
1746 struct scsipi_xfer *xs; local
1856 scsipi_execute_xs(struct scsipi_xfer *xs) argument
2033 struct scsipi_xfer *xs; local
2384 struct scsipi_xfer *xs, *xs_next; local
2569 show_scsipi_xs(struct scsipi_xfer *xs) argument
2589 show_scsipi_cmd(struct scsipi_xfer *xs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dicpsp.c132 struct scsipi_xfer *xs; local
145 xs = arg;
146 periph = xs->xs_periph;
147 flags = xs->xs_control;
153 xs->error = XS_DRIVER_STUFFUP;
154 scsipi_done(xs);
159 if (xs->cmdlen > sizeof(rc->rc_cdb))
167 xs->error = XS_RESOURCE_SHORTAGE;
168 scsipi_done(xs);
183 memcpy(rc->rc_cdb, xs
272 struct scsipi_xfer *xs; local
[all...]
H A Disp_netbsd.h218 #define XS_CHANNEL(xs) \
219 ((int) (xs)->xs_periph->periph_channel->chan_channel)
220 #define XS_ISP(xs) \
221 device_private((xs)->xs_periph->periph_channel->chan_adapter->adapt_dev)
222 #define XS_LUN(xs) ((int) (xs)->xs_periph->periph_lun)
223 #define XS_TGT(xs) ((int) (xs)->xs_periph->periph_target)
224 #define XS_CDBP(xs) ((uint8_t *) (xs)
[all...]
H A Duha.c320 struct scsipi_xfer *xs = mscp->xs; local
322 SC_DEBUG(xs->xs_periph, SCSIPI_DB2, ("uha_done\n"));
332 if (xs->datalen) {
335 (xs->xs_control & XS_CTL_DATA_IN) ? BUS_DMASYNC_POSTREAD :
349 if (xs->error == XS_NOERROR) {
353 xs->error = XS_SELTIMEOUT;
358 xs->error = XS_DRIVER_STUFFUP;
364 s2 = &xs->sense.scsi_sense;
366 xs
400 struct scsipi_xfer *xs; local
576 struct scsipi_xfer *xs = mscp->xs; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsiop.c97 struct scsi_xfer *xs)
102 htoc32((adp->clock_div << 24) | (xs->target << 16));
105 if (xs->cmd->opcode == SCSI_REQUEST_SENSE)
106 xfer->siop_tables.msg_out[0] = MSG_IDENTIFY(xs->lun, 0);
108 xfer->siop_tables.msg_out[0] = MSG_IDENTIFY(xs->lun, 1);
114 xfer->siop_tables.cmd.count = htoc32(xs->cmdlen);
115 xfer->siop_tables.cmd.addr = htoc32(local_to_PCI((u_long)xs->cmd));
116 if (xs->datalen != 0) {
117 xfer->siop_tables.data[0].count = htoc32(xs->datalen);
119 htoc32(local_to_PCI((u_long)xs
96 siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs) argument
124 siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs) argument
145 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs, int offset) argument
199 siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs, int offset) argument
234 struct scsi_xfer *xs = NULL; local
469 siop_scsicmd_end(struct siop_adapter *adp, struct scsi_xfer *xs) argument
504 siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs) argument
601 siop_start(struct siop_adapter *adp, struct scsi_xfer *xs) argument
772 struct scsi_xfer xs; local
801 scsi_request_sense(struct siop_adapter *adp, struct scsi_xfer *xs) argument
863 scsi_interpret_sense(struct siop_adapter *adp, struct scsi_xfer *xs) argument
1093 struct scsi_xfer xs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dvararg2.c35 #define _gnu_keep(xs...) xs
36 #define _gnu_discard(xs...)
37 #define _gnu_split_r(n,xs...) _gnu_split_rd (n,_gnu_keep,_gnu_discard xs)
38 #define _gnu_split_d(n,xs...) _gnu_split_rd (n,_gnu_discard,_gnu_keep xs)
39 #define _gnu_split_rd(n,xs...) _gnu_split_##n (xs)
40 #define _gnu_split_0(a,b,xs
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dvararg2.c35 #define _gnu_keep(xs...) xs
36 #define _gnu_discard(xs...)
37 #define _gnu_split_r(n,xs...) _gnu_split_rd (n,_gnu_keep,_gnu_discard xs)
38 #define _gnu_split_d(n,xs...) _gnu_split_rd (n,_gnu_discard,_gnu_keep xs)
39 #define _gnu_split_rd(n,xs...) _gnu_split_##n (xs)
40 #define _gnu_split_0(a,b,xs
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Drandom2.c27 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp) argument
33 xn = ABS (xs);
55 SIZ(x) = xs < 0 ? -xn : xn;
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_exec_xout.c109 struct xseg *xs; local
113 if (segsize > 16 * sizeof(*xs))
117 xs = (struct xseg *)malloc(segsize, M_TEMP, M_WAITOK);
118 error = vn_rdwr(UIO_READ, epp->ep_vp, (void *)xs,
124 free(xs, M_TEMP);
128 for (nseg = segsize / sizeof(*xs), i = 0; i < nseg; i++) {
129 switch (xs[i].xs_type) {
133 xs[i].xs_rbase, xs[i].xs_psize,
134 xs[
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusscanner.c439 struct scsipi_xfer *xs = sc->sc_xs; local
440 struct scsipi_periph *periph = xs->xs_periph;
448 sense_cmd.length = sizeof xs->sense;
459 xs->error = XS_DRIVER_STUFFUP;
494 struct scsipi_xfer *xs = sc->sc_xs; local
507 xs->resid = xs->datalen - len;
511 if (xs->xs_control & XS_CTL_DATA_IN)
512 memcpy(xs->data, sc->sc_data_buffer, len);
513 xs
536 struct scsipi_xfer *xs = sc->sc_xs; local
571 struct scsipi_xfer *xs = sc->sc_xs; local
591 struct scsipi_xfer *xs = sc->sc_xs; local
636 struct scsipi_xfer *xs = sc->sc_xs; local
698 struct scsipi_xfer *xs; local
[all...]

Completed in 327 milliseconds

123456789