Searched refs:dz (Results 1 - 25 of 68) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/rand/
H A Dt-iset.c32 mpz_t sz, dz; local
37 mpz_init (dz);
42 mpz_urandomb (dz, dst, 123);
44 if (mpz_cmp (sz, dz) != 0)
49 gmp_printf (" from dst: %#Zx\n", dz);
55 mpz_clear (dz);
/netbsd-6-1-5-RELEASE/etc/etc.emips/
H A DMAKEDEV.conf14 # Serial devices: dz*.
16 # Create dz* devices as /dev/ttyD[0-3],
17 dz[0-9]*)
18 name=dz; unit=${i#dz}; chr=16
/netbsd-6-1-5-RELEASE/share/man/man4/man4.emips/
H A DMakefile4 MAN= ace.4 autoconf.4 dz.4 ebus.4 eclock.4 enic.4 intro.4
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Ddive_ui.c37 mpz_t dz; local
38 ALLOC(dz) = 2;
39 PTR(dz) = dlimbs;
40 mpz_set_ui (dz, divisor);
41 mpz_divexact (dst, src, dz);
H A Ddivis_ui.c44 mpz_t dz; local
45 ALLOC(dz) = 2;
46 PTR(dz) = dlimbs;
47 mpz_set_ui (dz, d);
48 return mpz_divisible_p (a, dz);
H A Dcong_ui.c55 mpz_t cz, dz; local
59 ALLOC(dz) = 2;
60 PTR(dz) = dlimbs;
63 mpz_set_ui (dz, du);
64 return mpz_congruent_p (a, cz, dz);
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Ddz_vsbus.c89 } *dz; variable in typeref:struct:ss_dz
92 cons_decl(dz); variable
199 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8)
208 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) | DZ_LPR_8_BIT_CHAR \
229 while ((dz->csr & 0x80) == 0)
231 rbuf = dz->rbuf;
284 dz = (void *)dz_regs;
286 dz->csr = 0; /* Disable scanning until initting is done */
287 dz->tcr = (1 << minor(cndev->cn_dev)); /* Turn on xmitter */
288 dz
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/hil/
H A Dhilms.c221 int dx, dy, dz, button; local
283 dz = *buf++;
284 dz |= (*buf++) << 8;
286 dz = (int16_t)dz;
288 dz = *buf++;
290 dz = (int8_t)dz;
293 dz = 0;
295 dy = dz
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr39002.C48 double dx, dy, dz, dw, dv; local
59 dz = p->z - r->z;
60 dw = dx * dx + dy * dy + dz * dz;
61 dv = 2.0 * dx * a1 + 2.0 * dy * b1 + 2.0 * dz * c1;
/netbsd-6-1-5-RELEASE/etc/etc.pmax/
H A DMAKEDEV.conf22 # Create dz* devices as /dev/ttyD[0-3],
23 dz[0-9]*)
24 name=dz; unit=${i#dz}; chr=16
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dconf.c96 cons_decl(dz); variable
110 cons_init(dz), /* DZ11-like serial console on VAXstations */
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dspic.c143 int dz, buttons; local
191 dz = v1 & 0x1f;
192 switch (dz) {
201 dz -= 0x20;
219 if (dz != 0 || buttons != sc->sc_buttons) {
222 printf("spic: but=0x%x dz=%d v1=0x%02x v2=0x%02x\n",
223 buttons, dz, v1, v2);
227 wsmouse_input(sc->sc_wsmousedev, buttons, 0, 0, dz, 0,
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Ddz_ibus.c156 volatile struct dzregs *dz; local
187 dz = (volatile struct dzregs *)sc->sc_ioh;
188 i = dz->tcr;
189 dz->csr = DZ_CSR_MSE | DZ_CSR_TXIE;
190 dz->tcr = 0;
193 dz->tcr = 1;
196 dz->tcr = i;
210 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
217 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
434 * If the dz ha
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Ddzms.c121 struct dz_softc *dz = device_private(parent); local
127 dz->sc_dz[daa->daa_line].dz_catch = dzms_input;
128 dz->sc_dz[daa->daa_line].dz_private = dzms;
129 ls = &dz->sc_dz[daa->daa_line];
H A Ddzkbd.c130 * kbd_match: how is this dz line configured?
151 struct dz_softc *dz = device_private(parent); local
159 dz->sc_dz[daa->daa_line].dz_catch = dzkbd_input;
160 dz->sc_dz[daa->daa_line].dz_private = dzkbd;
161 ls = &dz->sc_dz[daa->daa_line];
/netbsd-6-1-5-RELEASE/share/man/man4/man4.vax/
H A DMakefile6 ddn.4 de.4 dh.4 dhu.4 dl.4 dmc.4 dmf.4 dmz.4 dn.4 dz.4 \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic4x/
H A Ddata.d1 #objdump: -dz
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtms.c351 int dx, dy, dz, dw; local
360 dz = hid_get_data(data, &sc->sc_loc_z);
364 dz = -dz;
371 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 || buttons != sc->sc_buttons) {
377 dx, dy, dz, dw,
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpms.c497 int dx, dy, dz = 0; local
579 dz = sc->packet[3];
580 if (dz >= 128)
581 dz -= 256;
582 if (dz == -128)
583 dz = -127;
585 dz = sc->packet[3] & 0xf;
586 if (dz >= 8)
587 dz -= 16;
594 dz
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.cmd.c289 movecmd(int sym) /* also sets u.dz, but returns false for <> */
293 u.dz = 0;
298 u.dz = zdir[dp - sdir];
299 return (!u.dz);
310 if (!movecmd(dirsym) && !u.dz) {
315 if (Confusion && !u.dz)
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c919 action0.dx = action0.dy = action0.dz = 0;
962 debug("activity : buttons 0x%08x dx %d dy %d dz %d",
963 action2.button, action2.dx, action2.dy, action2.dz);
969 (int)action2.dz);
974 if (action2.dz != 0 && dbg < 2)
975 wsev(WSCONS_EVENT_MOUSE_DELTA_Z, action2.dz);
991 if ((rodent.zmap[0] > 0) && (action.dz != 0)) {
993 action.dx = action.dy = action.dz = 0;
995 debug("activity : buttons 0x%08x dx %d dy %d dz %d",
996 action2.button, action2.dx, action2.dy, action2.dz);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dbranch-misc-3.d2 #objdump: -dz
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfixed-bit.c259 DINT_C_TYPE dx, dy, dz; local
264 dz = dx * dy;
266 dz += ((DINT_C_TYPE) 1 << (FBITS - 1));
267 dz = dz >> FBITS;
269 FIXED_SATURATE1 (&dz);
271 z = (INT_C_TYPE) dz;
408 DINT_C_TYPE dx, dy, dz; local
414 dz = dx / dy;
416 FIXED_SATURATE1 (&dz);
611 DINT_C_TYPE dx, dz; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/maple/
H A Dmms.c220 int dx = 0, dy = 0, dz = 0, buttons = 0; local
233 dz = (data->axis3 & MMS_MOVEMENT_MAX) - MMS_MOVEMENT_BASE;
235 if (dx || dy || dz || buttonchg) {
247 dx, -dy, dz, 0,
/netbsd-6-1-5-RELEASE/x11/bin/xkbcomp/symbols/pc/
H A DMakefile9 de dev dk dvorak dz \

Completed in 238 milliseconds

123