HomeSort by: relevance | last modified time | path
    Searched refs:gx (Results 1 - 21 of 21) sorted by relevancy

  /src/games/hack/
def.gen.h 68 xchar gx,gy; member in struct:gen
def.gold.h 68 xchar gx,gy; member in struct:gold
hack.dog.c 201 xchar gx = 0, gy = 0, gtyp, otyp; /* current goal */ local
204 #define GDIST(x,y) ((x-gx)*(x-gx) + (y-gy)*(y-gy))
275 gx = gy = 0; /* suppress 'used before set' message */
286 DDIST(obj->ox, obj->oy) < DDIST(gx, gy))) {
287 gx = obj->ox;
294 gx = obj->ox;
302 gx = u.ux;
309 gx = gy = FAR; /* random, far away */
311 if (dist(gx, gy)
    [all...]
hack.vault.c 184 int x, y, dd, gx, gy; local
205 gx = x;
214 dx = (gx > x) ? 1 : (gx < x) ? -1 : 0;
216 if (abs(gx - x) >= abs(gy - y))
255 egd->gdx = gx;
269 int x, y, dx, dy, gx, gy, nx, ny, typ; local
314 gx = egd->gdx;
316 dx = (gx > x) ? 1 : (gx < x) ? -1 : 0
    [all...]
hack.mon.c 321 xchar gx, gy, nix, niy, chcnt; local
402 gx = u.ux;
419 gx = cp->x;
435 if ((dd = DIST(omx, omy, gold->gx, gold->gy)) < mind) {
437 gx = gold->gx;
449 gx = otmp->ox;
455 gx = u.ux;
480 int d1 = DIST(nx, ny, gx, gy);
481 int d2 = DIST(nix, niy, gx, gy)
    [all...]
hack.shk.c 942 xchar gx, gy, omx, omy, nx, ny, nix, niy; local
982 gx = ESHK(shkp)->shk.x;
984 satdoor = (gx == omx && gy == omy);
986 gx = u.ux;
995 gx = u.ux;
1001 #define GDIST(x,y) ((x-gx)*(x-gx)+(y-gy)*(y-gy))
1016 avoid = (u.uinshop && dist(gx, gy) > 8);
1025 appr = gx = gy = 0;
1029 if (omx == gx && omy == gy
    [all...]
hack.mkobj.c 216 gold->gx = x;
hack.read.c 347 if (gtmp->gx != u.ux || gtmp->gy != u.uy)
358 at(gtmp->gx, gtmp->gy, '$');
hack.lev.c 270 while (gold->gx) {
hack.invent.c 355 if (gold->gx == x && gold->gy == y)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-mpx-sigsegv.c 20 int gx[OUR_SIZE]; variable
79 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
83 lower (gx, ga, gb, gc, gd, 1);
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
update-copyright 251 /$1$ndash$3/gx;
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
update-copyright 251 /$1$ndash$3/gx;
  /src/external/bsd/openldap/dist/contrib/slapd-tools/
wrap_slap_ops 77 %func2op = map { /(\w+) \s+ (?= .*?=>\s* (\w+))/gx } <DATA>;
  /src/external/bsd/atf/dist/atf-c++/detail/
fs_test.cpp 385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
393 ATF_REQUIRE(fi.is_group_executable() == gx); \
  /src/external/bsd/atf/dist/tools/
fs_test.cpp 394 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
402 ATF_REQUIRE(fi.is_group_executable() == gx); \
  /src/sys/dev/ic/
am7930.c 73 * gx, gr & stg gains. this table must contain 256 elements with
292 uint16_t ger, gr, gx, stgr; local
298 gx = gx_coeff[sc->sc_rlevel];
330 AM7930_IWRITE16(sc, AM7930_IREG_MAP_GX, gx);
  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 406 /gx;
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 501 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
  /src/share/terminfo/
terminfo 1051 %*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'
1052 %+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'
1053 %+%c%e%gx%d%;%p3%{255}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx
1054 %{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 3980 __gshared int gx = 0;
4018 __gshared int gx = 0;
4052 static assert( hasStaticMember!(S, "gx"));
4077 static assert( hasStaticMember!(C, "gx"));
4103 static assert( hasStaticMember!(P, "gx"));

Completed in 48 milliseconds