Searched refs:vu (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dview.c131 view_display(struct view_softc *vu) argument
135 if (vu == NULL)
145 views[i].monitor == vu->monitor)
149 vu->flags |= VUF_ADDED;
150 if (vu->view) {
151 vu->view->display.x = vu->size.x;
152 vu->view->display.y = vu->size.y;
154 grf_display_view(vu
168 view_remove(struct view_softc *vu) argument
190 view_setsize(struct view_softc *vu, struct view_size *vs) argument
248 struct view_softc *vu; local
283 struct view_softc *vu; local
303 struct view_softc *vu; local
346 view_get_colormap(struct view_softc *vu, colormap_t *ucm) argument
372 view_set_colormap(struct view_softc *vu, colormap_t *ucm) argument
397 struct view_softc *vu; local
[all...]
/netbsd-current/sys/arch/atari/dev/
H A Dview.c129 view_display (struct view_softc *vu) argument
133 if (vu == NULL)
143 if (vu->view && (vu->view == views[i].view)) {
155 vu->flags |= VUF_ADDED;
156 if (vu->view) {
157 vu->view->display.x = vu->size.x;
158 vu->view->display.y = vu
175 view_remove(struct view_softc *vu) argument
196 view_setsize(struct view_softc *vu, struct view_size *vs) argument
250 view_get_colormap(struct view_softc *vu, colormap_t *ucm) argument
277 view_set_colormap(struct view_softc *vu, colormap_t *ucm) argument
309 struct view_softc *vu; local
340 struct view_softc *vu; local
358 struct view_softc *vu; local
405 struct view_softc *vu; local
[all...]
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrip.c314 const struct vrip_unit *vu; local
320 vu = &sc->sc_units[unit];
323 vu->vu_clkmask, onoff);
331 const struct vrip_unit *vu; local
336 vu = &sc->sc_units[unit];
337 ih = &sc->sc_intrhands[vu->vu_intr[line]];
342 ih->ih_unit = vu;
422 const struct vrip_unit *vu = ih->ih_unit; local
425 if (vu->vu_mlreg) {
426 DPRINTF(("level1[%d] level2 mask:", vu
444 const struct vrip_unit *vu = ih->ih_unit; local
462 const struct vrip_unit *vu = ih->ih_unit; local
[all...]
H A Dvrc4173bcu.c521 const struct vrc4173bcu_unit *vu = ih->ih_unit; local
524 if (vu->vu_mlreg) {
525 DPRINTF(("level1[%d] level2 mask:", vu->vu_intr[0]));
526 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_mlreg);
527 if (vu->vu_mhreg) {
529 vu->vu_mhreg) << 16);
541 const struct vrc4173bcu_unit *vu; local
547 vu = &sc->sc_units[unit];
550 vu->vu_clkmask, onoff);
558 const struct vrc4173bcu_unit *vu; local
624 const struct vrc4173bcu_unit *vu = ih->ih_unit; local
639 const struct vrc4173bcu_unit *vu = ih->ih_unit; local
[all...]
/netbsd-current/sys/dev/usb/
H A Duvideo.c879 struct uvideo_unit *vu; local
884 vu = kmem_zalloc(sizeof(*vu), KM_SLEEP);
885 err = uvideo_unit_init(vu, desc);
889 kmem_free(vu, sizeof(*vu));
893 return vu;
897 uvideo_unit_init(struct uvideo_unit *vu, const uvideo_descriptor_t *desc) argument
920 ct = &vu->u.vu_camera;
928 uvideo_unit_alloc_controls(vu, camer
983 uvideo_unit_free(struct uvideo_unit *vu) argument
991 uvideo_unit_alloc_sources(struct uvideo_unit *vu, uint8_t nsrcs, const uint8_t *src_ids) argument
1008 uvideo_unit_free_sources(struct uvideo_unit *vu) argument
1021 uvideo_unit_alloc_controls(struct uvideo_unit *vu, uint8_t size, const uint8_t *controls) argument
1034 uvideo_unit_free_controls(struct uvideo_unit *vu) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d618 ushort* vu = cast(ushort*)(&x);
622 int exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
623 const int sign = (vu[F.EXPPOS_SHORT] >> 15) & 1;
630 exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
662 const vu = cast(ushort*)(&x);
665 const sign = (vu[F.EXPPOS_SHORT] >> 15) & 1;
666 if ((vu[F.EXPPOS_SHORT] & F.EXPMASK) - (F.EXPBIAS + 1) > 63)
679 const exp = (vu[F.EXPPOS_SHORT] & F.EXPMASK) - (F.EXPBIAS + 1);
907 ushort[T.sizeof/2] vu;
925 int exp = ((y.vu[
[all...]
H A Dexponential.d2148 ushort* vu = cast(ushort*)&vf;
2156 ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
2169 else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
2178 vu[F.EXPPOS_SHORT] = (0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE;
2191 ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
2193 vu[F.EXPPOS_SHORT] = ((-1 - F.EXPMASK) & vu[F.EXPPOS_SHORT]) | 0x3FFE;
2211 else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
2219 vu[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d473 ushort[T.sizeof/2] vu;
491 int exp = ((y.vu[F.EXPPOS_SHORT] >> 4) & 0x7ff) - 0x3ff;
500 int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
509 int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
551 y.vu[pos++] = 0;
553 y.vu[pos--] = 0;
559 y.vu[pos] &= 0xffff ^ ((1 << exp) - 1);
2644 ushort* vu = cast(ushort*)&vf;
2652 ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
2664 else if (vu[
[all...]
/netbsd-current/lib/libedit/
H A Dchared.c64 c_undo_t *vu = &el->el_chared.c_undo; local
70 vu->len = (ssize_t)size;
71 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer);
72 (void)memcpy(vu->buf, el->el_line.buffer, size * sizeof(*vu->buf));
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dscsireg.h226 uint8_t vu: 4, /* vendor unique */
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_calendar.c158 const uint32_t vu)
167 v = (int32_t)vu;
176 if (vu > INT32_MAX)
177 v = -(int32_t)(~vu) - 1;
179 v = (int32_t)vu;
157 uint32_2cpl_to_int32( const uint32_t vu) argument
/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsireg.h251 u_char vu: 4, /* vendor unique */
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c3150 int64_t vu, cu; local
3152 vu = (vs->vs_alloc * 100) / (vs->vs_space + 1);
3168 mg->mg_bias = ((cu - vu) *
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2305 3OfEJFXrFBvoWJmTeD68Hx+RN4hVxTQLNsy5lzZCVY6cmyWV5vMh/vu/+dU//93P
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c184873 sqlite_uint64 vu = v; local
[all...]

Completed in 967 milliseconds