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

  /src/games/dab/
board.h 52 size_t nx(void) const { return _nx; } function in class:BOARD
main.cc 104 size_t ny, nx, nn = 1, wt = 0; local in function:main
134 ny = nx = 3;
138 ny = nx = atoi(argv[optind]);
142 nx = atoi(argv[optind]);
172 sc = TTYSCRN::create(acs, &ny, &nx);
176 BOARD b(ny, nx, sc);
  /src/lib/libm/src/
e_rem_pio2.c 63 int32_t e0,i,j,nx,n,ix,hx; local in function:__ieee754_rem_pio2
147 nx = 3;
148 while(tx[nx-1]==zero) nx--; /* skip zero term */
149 n = __kernel_rem_pio2(tx,y,e0,nx,2);
e_rem_pio2f.c 96 int32_t e0,i,j,nx,n,ix,hx; local in function:__ieee754_rem_pio2f
176 nx = 3;
177 while(tx[nx-1]==zero) nx--; /* skip zero term */
178 n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
e_rem_pio2l.h 68 int e0,ex,i,j,nx; local in function:__ieee754_rem_pio2l
127 nx = 5;
128 while(tx[nx-1]==zero) nx--; /* skip zero term */
129 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
  /src/sys/dev/wscons/
wscons_rops.c 151 int y, srcx, dstx, nx; local in function:rcons_copycols
156 nx = rc->rc_font->width * ncols;
159 nx, rc->rc_font->height, RAS_SRC,
170 int y, startx, nx, op; local in function:rcons_erasecols
174 nx = rc->rc_font->width * ncols;
180 nx, rc->rc_font->height, op,
  /src/lib/libm/ld128/
e_rem_pio2l.h 70 int e0,ex,i,j,nx; local in function:__ieee754_rem_pio2l
131 nx = 5;
132 while(tx[nx-1]==zero) nx--; /* skip zero term */
133 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
  /src/lib/libm/ld80/
e_rem_pio2l.h 81 int e0,ex,i,j,nx,n; local in function:__ieee754_rem_pio2l
139 nx = 3;
140 while(tx[nx-1]==zero) nx--; /* skip zero term */
141 n = __kernel_rem_pio2(tx,ty,e0,nx,2);
  /src/games/hack/
hack.dog.c 192 int nx, ny, omx, omy, appr, nearer, j; local in function:dog_move
364 nx = poss[i].x;
367 mtmp2 = m_at(nx, ny);
384 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) {
394 if (obj->ox != nx || obj->oy != ny)
406 nix = nx;
430 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
438 nearer = GDIST(nx, ny);
446 nix = nx;
hack.vault.c 269 int x, y, dx, dy, gx, gy, nx, ny, typ; local in function:gd_move
286 for (nx = x - 1; nx <= x + 1; nx++)
288 if (nx == x || ny == y)
289 if (nx != x || ny != y)
290 if (isok(nx, ny))
291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) {
294 if (egd->fakecorr[i].fx == nx &&
297 if ((i = inroom(nx, ny)) >= 0 && rooms[i].rtype == VAULT
    [all...]
hack.mon.c 320 int nx, ny, omx, omy, appr, nearer, cnt, i, j; local in function:m_move
471 nx = poss[i].x;
474 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
480 int d1 = DIST(nx, ny, gx, gy);
485 nearer = (DIST(nx, ny, gx, gy) < DIST(nix, niy, gx, gy));
490 nix = nx;
578 int x, y, nx, ny, cnt = 0, ntyp; local in function:mfndpos
594 for (nx = x - 1; nx <= x + 1; nx++
    [all...]
hack.shk.c 942 xchar gx, gy, omx, omy, nx, ny, nix, niy; local in function:shk_move
1049 nx = poss[i].x;
1051 if (levl[nx][ny].typ == ROOM
1058 if (uondoor && (ib = sobj_at(ICE_BOX, nx, ny))) {
1059 nix = nx;
1068 (appr && (zz = GDIST(nix, niy)) && zz > GDIST(nx, ny))
1070 (appr && GDIST(nx, ny) < GDIST(nix, niy))
1073 nix = nx;
  /src/sys/arch/acorn32/podulebus/
esc.c 490 struct nexus *nx; local in function:esc_save_pointers
492 nx = dev->sc_cur_nexus;
493 if (nx) {
494 nx->cur_link = dev->sc_cur_link;
495 nx->max_link = dev->sc_max_link;
496 nx->buf = dev->sc_buf;
497 nx->len = dev->sc_len;
498 nx->dma_len = dev->sc_dma_len;
499 nx->dma_buf = dev->sc_dma_buf;
500 nx->dma_blk_flg = dev->sc_dma_blk_flg
512 struct nexus *nx; local in function:esc_restore_pointers
    [all...]
sfas.c 490 struct nexus *nx; local in function:sfas_save_pointers
492 nx = dev->sc_cur_nexus;
493 if (nx) {
494 nx->cur_link = dev->sc_cur_link;
495 nx->max_link = dev->sc_max_link;
496 nx->buf = dev->sc_buf;
497 nx->len = dev->sc_len;
498 nx->dma_len = dev->sc_dma_len;
499 nx->dma_buf = dev->sc_dma_buf;
500 nx->dma_blk_flg = dev->sc_dma_blk_flg
512 struct nexus *nx; local in function:sfas_restore_pointers
    [all...]
  /src/sys/dev/pci/
tga.c 919 int y, srcx, dstx, nx; local in function:tga_copycols
924 nx = ri->ri_font->fontwidth * ncols;
927 nx, ri->ri_font->fontheight, RAS_SRC,
  /src/usr.bin/deroff/
deroff.c 85 * Deroff follows .so and .nx commands, removes contents of macro
221 static int nx(pacmac);
1181 nx(pacmac unused) function in typeref:typename:int
1633 M(NONE, 'n','x', nx), /* go to next file */

Completed in 26 milliseconds