Searched refs:gx (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dtls-tbss64.s1 .global gx
4 .type gx, @object
5 .size gx, 64
6 gx: label
H A Dtls-e-80.d58 0+10 g \.tbss 0+40 gx
78 800a0: 6fae 1800 0000 move\.d 18 <gx\+0x8>,\$r10
87 800b8: 6fae 1400 0000 move\.d 14 <gx\+0x4>,\$r10
/netbsd-current/games/hack/
H A Ddef.gen.h68 xchar gx,gy; member in struct:gen
H A Ddef.gold.h68 xchar gx,gy; member in struct:gold
H A Dhack.dog.c201 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, g
[all...]
H A Dhack.vault.c184 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 <
[all...]
H A Dhack.mon.c321 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, g
[all...]
H A Dhack.shk.c942 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
[all...]
H A Dhack.mkobj.c216 gold->gx = x;
H A Dhack.read.c347 if (gtmp->gx != u.ux || gtmp->gy != u.uy)
358 at(gtmp->gx, gtmp->gy, '$');
H A Dhack.lev.c270 while (gold->gx) {
H A Dhack.invent.c355 if (gold->gx == x && gold->gy == y)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-sigsegv.c20 int gx[OUR_SIZE]; variable
79 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
83 lower (gx, ga, gb, gc, gd, 1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-sigsegv.c23 int gx[OUR_SIZE]; variable
107 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
111 lower (gx, ga, gb, gc, gd, 1);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/extra/
H A Dupdate-copyright251 /$1$ndash$3/gx;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dupdate-copyright251 /$1$ndash$3/gx;
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dwrap_slap_ops77 %func2op = map { /(\w+) \s+ (?= .*?=>\s* (\w+))/gx } <DATA>;
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs_test.cpp385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
393 ATF_REQUIRE(fi.is_group_executable() == gx); \
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs_test.cpp394 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
402 ATF_REQUIRE(fi.is_group_executable() == gx); \
/netbsd-current/sys/dev/ic/
H A Dam7930.c73 * 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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits406 /gx;
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c501 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d3691 __gshared int gx = 0;
3729 __gshared int gx = 0;
3762 static assert( hasStaticMember!(S, "gx"));
3786 static assert( hasStaticMember!(C, "gx"));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d3980 __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 327 milliseconds