/src/lib/libm/src/ |
e_rem_pio2f.h | 52 double tx[1],ty[1]; local in function:__ieee754_rem_pio2fd 77 n = __kernel_rem_pio2(tx,ty,e0,1,0); 78 if(hx<0) {*y = -ty[0]; return -n;} 79 *y = ty[0]; return n;
|
e_rem_pio2l.h | 66 double tx[5],ty[3]; local in function:__ieee754_rem_pio2l 129 n = __kernel_rem_pio2(tx,ty,e0,nx,3); 130 t = (long double)ty[2] + ty[1]; 131 r = t + ty[0]; 132 w = ty[0] - (r - t);
|
/src/games/hunt/huntd/ |
makemaze.c | 120 int tx, ty; local in function:dig_maze 128 tx = ty = 0; 140 ty = y - 2; 144 ty = y + 2; 148 ty = y; 152 ty = y; 155 if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT) 157 if (Maze[ty][tx] == SPACE) 159 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE [all...] |
/src/games/hack/ |
def.trap.h | 68 xchar tx,ty; member in struct:trap
|
hack.wizard.c | 158 schar tx, ty; local in function:inrange 168 ty = u.uy - mtmp->my; 169 if ((!tx && abs(ty) < BOLT_LIM) || (!ty && abs(tx) < BOLT_LIM) 170 || (abs(tx) == abs(ty) && abs(tx) < BOLT_LIM)) { 174 buzz(-1, mtmp->mx, mtmp->my, sgn(tx), sgn(ty)); 249 buzz(-rnd(3), mtmp->mx, mtmp->my, sgn(tx), sgn(ty));
|
hack.makemon.c | 241 int tx, ty; local in function:rloc 250 ty = rn2(ROWNO); 251 } while (!goodpos(tx, ty)); 253 mtmp->my = ty; 257 u.uy = ty;
|
hack.search.c | 158 if (trap->tx == x && trap->ty == y && 186 if (trap->tx == x && trap->ty == y && trap->tseen) {
|
hack.mklev.c | 572 int tx, ty, xx, yy; local in function:join 599 ty = troom->hy + 1; 600 tt = finddpos(troom->lx, ty, troom->hx, ty); 612 ty = troom->ly - 1; 614 tt = finddpos(troom->lx, ty, troom->hx, ty); 619 ty = tt.y - dy; 625 while (xx != tx || yy != ty) { 653 diy = abs(yy - ty); [all...] |
/src/games/dab/ |
ttyscrn.cc | 196 int tx, ty; local in function:TTYSCRN::create 201 ty = getmaxy(stdscr); 203 if (tx == ERR || ty == ERR 205 || static_cast<size_t>(ty) < *y * 2 + TTYSCRN::offsy) { 212 *y = (ty - TTYSCRN::offsy) / 2; 220 that->_ty = ty;
|
algor.cc | 105 size_t tx, ty; local in function:ALGOR::count_closure 108 while (find_closure(ty, tx, tdir, b)) { 112 y = ty; 115 if ((mv = b.domove(ty, tx, tdir, getWho())) == -1) 135 size_t tx = 0, ty = 0; /* XXX: GCC */ local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 143 maxy = ty; 243 size_t tx, ty, minx = ~0, miny = ~0; local in function:ALGOR::find_min_closure1 246 while (find_bad_turn(ty, tx, tdir, nb, last)) { 249 if ((mv = nb.domove(ty, tx, tdir, getWho())) != 0 [all...] |
box.cc | 66 else if (y == _b.ty() - 1) 73 else if (y == _b.ty() - 1) 79 else if (y == _b.ty() - 1)
|
board.h | 55 size_t ty(void) const { return _ty; } function in class:BOARD
|
/src/lib/libm/ld128/ |
e_rem_pio2l.h | 68 double tx[5],ty[3]; local in function:__ieee754_rem_pio2l 133 n = __kernel_rem_pio2(tx,ty,e0,nx,3); 134 t = (long double)ty[2] + ty[1]; 135 r = t + ty[0]; 136 w = ty[0] - (r - t);
|
/src/lib/libm/ld80/ |
e_rem_pio2l.h | 80 double tx[3],ty[2]; local in function:__ieee754_rem_pio2l 141 n = __kernel_rem_pio2(tx,ty,e0,nx,2); 142 r = (long double)ty[0] + ty[1]; 143 w = ty[1] - (r - ty[0]);
|
/src/lib/libpam/modules/pam_securetty/ |
pam_securetty.c | 66 struct ttyent *ty; local in function:pam_sm_acct_mgmt 100 if (tty != NULL && (ty = getttynam(tty)) != NULL && 101 (ty->ty_status & TTY_SECURE) != 0)
|
/src/games/larn/ |
create.c | 319 int tx, ty, xsize, ysize; local in function:treasureroom 325 ty = rnd(MAXY - 9) + 1; /* upper left corner of room */ 327 troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6); 329 troom(lv, xsize, ysize, tx, ty, rnd(9)); 339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph) 343 for (j = ty - 1; j <= ty + ysize; j++) 347 for (j = ty; j < ty + ysize; j++) 352 for (j = ty + 1; j < ty + ysize - 1; j++ [all...] |
/src/usr.bin/rpcgen/ |
rpc_util.c | 149 switch (def->def.ty.rel) { 151 return (def->def.ty.old_type); 153 return (fixit(def->def.ty.old_type, orig)); 198 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { 223 type = def->def.ty.old_type; 224 rel = def->def.ty.rel;
|
rpc_hout.c | 139 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); 425 const char *old = def->def.ty.old_type; 427 relation rel = def->def.ty.rel; 441 if (undefined2(old, name) && def->def.ty.old_prefix) { 442 s_print(prefix, "%s ", def->def.ty.old_prefix); 459 def->def.ty.array_max);
|
rpc_parse.h | 153 typedef_def ty; member in union:definition::__anon73fe6ec0010a
|
rpc_cout.c | 94 if (strcmp(def->def.ty.old_type, def->def_name) == 0) 162 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); 612 const char *prefix = def->def.ty.old_prefix; 613 const char *type = def->def.ty.old_type; 614 const char *amax = def->def.ty.array_max; 615 relation rel = def->def.ty.rel;
|
/src/bin/ps/ |
keyword.c | 80 #define LVAR(n1, n2, fl, of, ty, fm) \ 82 .off = LOFF(of), .type = ty, .fmt = fm } 83 #define PVAR(n1, n2, fl, of, ty, fm) \ 85 .off = POFF(of), .type = ty, .fmt = fm } 86 #define PUVAR(n1, n2, fl, of, ty, fm) \ 88 .off = POFF(of), .type = ty, .fmt = fm } 93 #define VAR6(n1, n2, fl, op, of, ty) \ 95 .off = of, .type = ty }
|
/src/tests/kernel/ |
t_umountstress.sh | 50 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\ 139 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
|
t_umount.sh | 51 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
|
/src/lib/libcurses/ |
ins_wstr.c | 138 int width, len, lx, sx, x, y, tx, ty, cw, pcw, newx, tn, w; local in function:wins_nwstr 403 ty = win->cury; 408 win->cury = ty;
|
/src/sbin/mount_portal/ |
conf.c | 56 #define ALLOC(ty) (xmalloc(sizeof(ty)))
|