HomeSort by: relevance | last modified time | path
    Searched defs:mx (Results 1 - 10 of 10) sorted by relevancy

  /src/games/hack/
def.monst.h 70 xchar mx,my; member in struct:monst
hack.mklev.c 781 xchar mx, my; local
807 mx = croom->hx + 1;
809 mx = croom->lx - 1;
816 mx = somex();
821 mx = mm.x;
824 mx = somex();
827 } while (m_at(mx, my) || levl[mx][my].typ == STAIRS);
828 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) {
843 mx = mm.x
    [all...]
  /src/sys/dev/ic/
ld_mlx.c 218 struct mlx_context *mx; local
222 mx = &mc->mc_mx;
223 bp = mx->mx_context;
224 sc = device_private(mx->mx_dv);
rtwphy.c 630 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
631 struct rtw_rfbus *bus = &mx->mx_bus;
643 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
644 memset(mx, 0, sizeof(*mx));
645 free(mx, M_DEVBUF);
652 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
653 struct rtw_rfbus *bus = &mx->mx_bus;
702 struct rtw_max2820 *mx; local
705 mx = (struct rtw_max2820 *)rf
724 struct rtw_max2820 *mx; local
    [all...]
  /src/games/larn/
create.c 115 static int mx, mxl, mxh, my, myl, myh, tmp2; variable
147 mx = rnd(44) + 5;
148 mxl = mx - rnd(4);
149 mxh = mx + rnd(12) + 3;
152 mx = rnd(60) + 3;
153 mxl = mx - rnd(2);
154 mxh = mx + rnd(2);
  /src/usr.bin/bthset/
bthset.c 93 static int mx; /* mixer fd */ variable
302 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0)
313 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0)
368 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgs) < 0)
381 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgm) < 0)
459 mx = open(mixer, O_WRONLY, 0);
460 if (mx < 0)
463 if (ioctl(mx, BTSCO_GETINFO, info) < 0)
469 if (ioctl(mx, AUDIO_MIXER_READ, &vgs) < 0)
474 if (ioctl(mx, AUDIO_MIXER_READ, &vgm) < 0
    [all...]
  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 352 size_t i, mx, j; local
364 mx = hasDigit ? 3 : 10;
365 if (nIn > mx * 2) {
366 for (j = mx, i = nIn - mx; i < nIn; i++, j++) {
  /src/games/snake/snake/
snake.c 589 static const int mx[8] = { variable
612 vp = d.col * mx[i] + d.line * my[i];
624 point(&d, sp->col + mx[i], sp->line + my[i]);
658 point(np, sp->col + mx[w], sp->line + my[w]);
  /src/lib/libcurses/
refresh.c 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local
284 mx = wx + maxx;
290 mx = maxx;
291 if (mx > *wlp->lastchp - swin->ch_off + 1)
292 mx = *dwlp->lastchp - dwin->ch_off + 1;
293 if (x_off + (mx - wx) > screen->__virtscr->maxx)
294 mx -= (x_off + maxx) -
299 while (wx < mx) {
  /src/sys/dev/hdaudio/
hdafg.c 2806 struct hdaudio_mixer *mx; local
2870 mx = kmem_zalloc(nmixers * sizeof(*mx), KM_SLEEP);
2875 mx[index].mx_ctl = NULL;
2876 mx[index].mx_di.index = index;
2877 mx[index].mx_di.type = AUDIO_MIXER_CLASS;
2878 mx[index].mx_di.mixer_class = i;
2879 mx[index].mx_di.prev = index > 0 ? index - 1 : 0;
2880 mx[index].mx_di.next = index + 1;
2883 strcpy(mx[index].mx_di.label.name, AudioCoutputs)
3892 struct hdaudio_mixer *mx = sc->sc_mixers; local
4155 struct hdaudio_mixer *mx; local
4211 struct hdaudio_mixer *mx; local
    [all...]

Completed in 33 milliseconds