Searched refs:vs (Results 1 - 25 of 242) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr25559.c4 #define vs(n) __attribute__((vector_size (n))) macro
5 int vs (-1) a; /* { dg-warning "attribute ignored" } */
6 int vs (0) b; /* { dg-error "zero vector size" } */
7 int vs (1) c; /* { dg-error "multiple of component size" } */
8 int vs (sizeof (int) / 2) d; /* { dg-error "multiple of component size" } */
9 int vs (sizeof (int)) e;
10 int vs (sizeof (int) * 2) f;
H A Denum-incomplete-1.c8 extern struct s vs;
15 vs; /* { dg-error "incomplete" } */
17 (void) vs;
19 (void) (i ? vs : vs); /* { dg-error "incomplete" } */
21 (void) (vs = vs); /* { dg-error "incomplete" } */
23 (void) vs, (void) vs;
25 p = &vs;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr25559.c4 #define vs(n) __attribute__((vector_size (n))) macro
5 int vs (-1) a; /* { dg-warning "attribute ignored" } */
6 int vs (0) b; /* { dg-error "zero vector size" } */
7 int vs (1) c; /* { dg-error "multiple of component size" } */
8 int vs (sizeof (int) / 2) d; /* { dg-error "multiple of component size" } */
9 int vs (sizeof (int)) e;
10 int vs (sizeof (int) * 2) f;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/vstring/capacity/
H A Dshrink_to_fit.cc30 __gnu_cxx::__vstring vs(100, 'a');
31 vs.push_back('b');
32 vs.push_back('b');
33 VERIFY( vs.size() < vs.capacity() );
34 vs.shrink_to_fit();
35 VERIFY( vs.size() == vs.capacity() );
H A D29134.cc28 __gnu_cxx::__vstring vs; local
30 VERIFY( vs.max_size() <= vs.get_allocator().max_size() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D941031-1.c4 f (mpt us, mpt vs) argument
10 avs = vs >= 0 ? vs : -vs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D941031-1.c4 f (mpt us, mpt vs) argument
10 avs = vs >= 0 ? vs : -vs;
/netbsd-6-1-5-RELEASE/sys/arch/arc/dev/
H A Dpccons.c159 } vs; variable in typeref:struct:video_state
587 printf(": %s\n", vs.color ? "color" : "mono");
922 char *cp0 = (char *)crtat; *cp0++ = (c); *cp0 = (at); crtat++; vs.col++; \
981 vs.color = 0;
986 vs.color = 1;
995 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow);
996 vs
[all...]
/netbsd-6-1-5-RELEASE/share/man/man4/man4.x68k/
H A DMakefile3 MAN= bmd.4 intio.4 intro.4 mfp.4 neptune.4 powsw.4 vs.4
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_print.c51 struct db_variable vs; local
56 vs = *regp;
57 vs.modif = modif;
58 db_read_variable(&vs, &value);
59 db_printf("%-12s%s", vs.name, db_num_to_str(value));
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzpool/common/
H A Dutil.c70 vdev_stat_t *vs; local
94 (uint64_t **)&vs, &c) != 0)
95 vs = &v0;
97 sec = MAX(1, vs->vs_timestamp / NANOSEC);
99 nicenum(vs->vs_alloc, used);
100 nicenum(vs->vs_space - vs->vs_alloc, avail);
101 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops);
102 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops);
103 nicenum(vs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/vstring/types/
H A D23767.cc38 __gnu_cxx::__vstring vs; local
40 T::const_iterator i = vs.begin();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/vstring/types/
H A D23767.cc47 __gnu_cxx::__vstring vs; local
49 T::const_iterator i = vs.begin();
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_status.c121 vdev_stat_t *vs; local
142 (uint64_t **)&vs, &c) == 0);
144 if (func(vs->vs_state, vs->vs_aux,
145 vs->vs_read_errors +
146 vs->vs_write_errors +
147 vs->vs_checksum_errors))
175 vdev_stat_t *vs; local
188 (uint64_t **)&vs, &vsc) == 0);
203 if (vs
[all...]
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_util.c182 while(l2sc->vs != nr)
184 NDBGL2(L2_ERROR, "nr(%d) != vs(%d)", nr, l2sc->vs);
186 M128DEC(l2sc->vs);
190 if((l2sc->ua_num != UA_EMPTY) && (l2sc->vs == l2sc->ua_num))
204 NDBGL2(L2_ERROR, "ERROR, l2sc->vs = %d, l2sc->ua_num = %d ",l2sc->vs, l2sc->ua_num);
255 l2sc->vs,
274 l2sc->vs,
312 * counter and vs
315 i4b_l2_nr_ok(int nr, int va, int vs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvideo.c299 #define video_stream_free_bufs(vs) \
300 video_stream_realloc_bufs((vs), 0)
1379 struct video_stream *vs = &sc->sc_stream_in; local
1386 vs->vs_type = req->type;
1395 err = video_stream_setup_bufs(vs,
1402 buf = vs->vs_buf[i]->vb_buf;
1419 struct video_stream *vs = &sc->sc_stream_in; local
1421 if (buf->type != vs->vs_type)
1423 if (buf->index >= vs->vs_nbufs)
1426 memcpy(buf, vs
1436 struct video_stream *vs = &sc->sc_stream_in; local
1486 struct video_stream *vs = &sc->sc_stream_in; local
1547 struct video_stream *vs = &sc->sc_stream_in; local
1572 struct video_stream *vs = &sc->sc_stream_in; local
1600 struct video_stream *vs; local
1685 struct video_stream *vs; local
2199 struct video_stream *vs; local
2236 struct video_stream *vs; local
2252 video_stream_init(struct video_stream *vs) argument
2276 video_stream_fini(struct video_stream *vs) argument
2292 video_stream_setup_bufs(struct video_stream *vs, enum video_stream_method method, uint8_t nbufs) argument
2335 video_stream_teardown_bufs(struct video_stream *vs) argument
2402 video_stream_realloc_bufs(struct video_stream *vs, uint8_t nbufs) argument
2475 video_stream_enqueue(struct video_stream *vs, struct video_buffer *vb) argument
2494 video_stream_dequeue(struct video_stream *vs) argument
2521 video_stream_write(struct video_stream *vs, const struct video_payload *payload) argument
2577 video_stream_sample_done(struct video_stream *vs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrf_cc.c189 struct view_size vs; local
206 if ((*view_cdevsw.d_ioctl)(0, VIOCGSIZE, (void *)&vs, -1, NULL)) {
207 /* XXX type of vs ? */
209 vs.width = 640;
210 vs.height = 400;
211 vs.depth = 2;
213 gi->gd_colors = 1 << vs.depth;
214 gi->gd_planes = vs.depth;
216 gi->gd_fbwidth = vs.width;
217 gi->gd_fbheight = vs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb28.C9 vector<s> vs; member in class:a
H A Deb29.C9 vector<s> vs; member in class:a
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/
H A Dconstructor.cc27 std::allocator<char>, __gnu_cxx::__sso_string_base> vs(10, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb28.C9 vector<s> vs; member in class:a
H A Deb29.C9 vector<s> vs; member in class:a
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duvideo.c353 #define uvideo_stream_probe(vs, act, data) \
354 (uvideo_stream_probe_and_commit((vs), (act), \
356 #define uvideo_stream_commit(vs, act, data) \
357 (uvideo_stream_probe_and_commit((vs), (act), \
493 struct uvideo_stream *vs; local
558 vs = uvideo_find_stream(sc, ifdesc->bInterfaceNumber);
559 if (vs == NULL) {
560 vs = uvideo_stream_alloc();
561 if (vs == NULL) {
567 err = uvideo_stream_init(vs, s
664 struct uvideo_stream *vs; local
710 struct uvideo_stream *vs; local
741 uvideo_stream_guess_format(struct uvideo_stream *vs, enum video_pixel_format pixel_format, uint32_t width, uint32_t height) argument
1034 uvideo_stream_init(struct uvideo_stream *vs, struct uvideo_softc *sc, const usb_interface_descriptor_t *ifdesc, uint8_t idx) argument
1104 uvideo_stream_init_desc(struct uvideo_stream *vs, const usb_interface_descriptor_t *ifdesc, usbd_desc_iter_t *iter) argument
1240 uvideo_stream_free(struct uvideo_stream *vs) argument
1271 uvideo_stream_init_frame_based_format(struct uvideo_stream *vs, const uvideo_descriptor_t *format_desc, usbd_desc_iter_t *iter) argument
1465 uvideo_stream_start_xfer(struct uvideo_stream *vs) argument
1640 uvideo_stream_stop_xfer(struct uvideo_stream *vs) argument
1723 uvideo_stream_recv_isoc_start(struct uvideo_stream *vs) argument
1764 uvideo_stream_recv_process(struct uvideo_stream *vs, uint8_t *buf, uint32_t len) argument
1801 struct uvideo_stream *vs; local
1849 struct uvideo_stream *vs = addr; local
1892 struct uvideo_stream *vs; local
1938 struct uvideo_stream *vs = sc->sc_stream_in; local
1963 struct uvideo_stream *vs = sc->sc_stream_in; local
1980 struct uvideo_stream *vs; local
2099 struct uvideo_stream *vs = sc->sc_stream_in; local
2115 struct uvideo_stream *vs; local
2289 uvideo_stream_probe_and_commit(struct uvideo_stream *vs, uint8_t action, uint8_t control, void *data) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-check-exported-symbols.pl46 "vs=s" => \$vs_name,
53 open (my $vs, '<', $vs_name) or die $!;
59 while(<$vs>)
101 close($vs);
120 --vs Name of version-script file
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dlineno.d4 #name: Dwarf2 line numbers vs macro opcodes

Completed in 212 milliseconds

12345678910