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

  /src/games/warp/
bang.h 22 EXT int yy[MAXBDIST]; variable in typeref:typename:EXT int[]
  /src/sys/arch/amiga/dev/
bzivsc.c 118 uint8_t yy; member in struct:__anon09b34f460108
264 bzivsc_trace[(bzivsc_trace_ptr - 1) & 127].yy = v;
282 bzivsc_trace[bzivsc_trace_ptr].yy = bsc->sc_active;
448 bzivsc_trace[i].status, bzivsc_trace[i].xx, bzivsc_trace[i].yy);
bzsc.c 128 uint8_t yy; member in struct:__anon82f7a9c70108
272 bzsc_trace[(bzsc_trace_ptr - 1) & 127].yy = v;
290 bzsc_trace[bzsc_trace_ptr].yy = bsc->sc_active;
455 bzsc_trace[i].status, bzsc_trace[i].xx, bzsc_trace[i].yy);
bztzsc.c 124 uint8_t yy; member in struct:__anon23a470350108
268 bztzsc_trace[(bztzsc_trace_ptr - 1) & 127].yy = v;
291 bztzsc_trace[bztzsc_trace_ptr].yy = bsc->sc_active;
456 bztzsc_trace[i].status, bztzsc_trace[i].xx, bztzsc_trace[i].yy);
cbiisc.c 118 uint8_t yy; member in struct:__anonbd9433820108
260 cbiisc_trace[(cbiisc_trace_ptr - 1) & 127].yy = v;
283 cbiisc_trace[cbiisc_trace_ptr].yy = csc->sc_active;
449 cbiisc_trace[i].status, cbiisc_trace[i].xx, cbiisc_trace[i].yy);
cbsc.c 118 uint8_t yy; member in struct:__anon839a86500108
264 cbsc_trace[(cbsc_trace_ptr - 1) & 127].yy = v;
290 cbsc_trace[cbsc_trace_ptr].yy = csc->sc_active;
461 cbsc_trace[i].status, cbsc_trace[i].xx, cbsc_trace[i].yy);
  /src/lib/libm/noieee_src/
n_gamma.c 206 struct Double yy, r; local in function:small_gam
210 yy = ratfun_gam(y - x0, 0);
211 return (yy.a + yy.b);
215 yy.a = r.a - one;
217 yy.b = r.b = y - yy.a;
219 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
220 t = r.a*yy.a;
221 r.b = r.a*yy.b + y*r.b
    [all...]
  /src/lib/libm/src/
b_tgamma.c 192 struct Double yy, r; local in function:small_gam
196 yy = ratfun_gam(y - x0, 0);
197 return (yy.a + yy.b);
201 yy.a = r.a - one;
203 yy.b = r.b = y - yy.a;
205 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
206 t = r.a*yy.a;
207 r.b = r.a*yy.b + y*r.b
    [all...]
  /src/games/hack/
hack.pri.c 196 int xx, yy; local in function:Tmp_at
206 yy = tc[cnt].y;
207 prl(xx, yy);
208 at(xx, yy, levl[xx][yy].scrsym);
hack.mklev.c 572 int tx, ty, xx, yy; local in function:join
597 yy = croom->ly - 1;
598 cc = finddpos(croom->lx, yy, croom->hx, yy);
611 yy = croom->hy + 1;
613 cc = finddpos(croom->lx, yy, croom->hx, yy);
617 yy = cc.y;
620 if (nxcor && levl[xx + dx][yy + dy].typ)
622 dodoor(xx, yy, croom)
730 int dy, xx, yy; local in function:makeniche
    [all...]
  /src/tests/usr.bin/indent/
fmt_decl.c 476 yy(void) function in typeref:typename:int *
  /src/lib/libm/ld80/
b_tgammal.c 252 struct LDouble yy, r; local in function:small_gam
257 yy = ratfun_gam(y - x0, 0);
258 return (yy.a + yy.b);
262 yy.a = r.a - 1;
264 r.b = yy.b = y - yy.a;
267 for (ym1 = y - 1; ym1 > left + x0; y = ym1--, yy.a--) {
268 t = r.a * yy.a;
269 r.b = r.a * yy.b + y * r.b
    [all...]
  /src/sys/dev/pci/voyager/
voyagerfb.c 1373 int xx, yy; local in function:voyagerfb_set_curpos
1379 yy = y - sc->sc_hot_y;
1382 if (yy < 0) yy = abs(yy) | 0x800;
1384 val = (xx & 0xffff) | (yy << 16);
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 407 int xx, yy; local in function:sunxi_debe_set_curpos
412 yy = y - sc->sc_hot_y;
417 if (yy < 0) {
418 yoff -= yy;
419 yy = 0;
423 __SHIFTIN(yy, SUNXI_DEBE_HWCCTL_YCOOR) |
  /src/sys/arch/arm/ti/
omap3_dss.c 1118 int xx, yy, wi = 64, he = 64; local in function:omapfb_move_cursor
1127 yy = y - sc->sc_hot_y;
1138 if (yy < 0) {
1139 he += yy;
1140 addr -= yy * 64 * 4;
1141 yy = 0;
1146 if (yy > (sc->sc_height - 64)) {
1147 he -= (yy + 64 - sc->sc_height);
1149 pos = (yy << 16) | xx;

Completed in 46 milliseconds