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

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/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-6-1-5-RELEASE/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) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D921206-1.c12 int cx, cy, gx, gy, x, y; local
13 gx = 2 > g / 3 ? 2 : g / 3;
17 int sx = 0 > cx - gx ? 0 : cx - gx;
20 for (x = sx; x <= (sxs - 1 < cx + gx ? sxs - 1 : cx + gx); x++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D921206-1.c12 int cx, cy, gx, gy, x, y; local
13 gx = 2 > g / 3 ? 2 : g / 3;
17 int sx = 0 > cx - gx ? 0 : cx - gx;
20 for (x = sx; x <= (sxs - 1 < cx + gx ? sxs - 1 : cx + gx); x++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c49 static int gx[100]; local
50 static int *hx = gx;
52 __builtin_prefetch (gx, 0, 0);
62 int gx[100]; local
63 int *hx = gx;
65 __builtin_prefetch (gx, 0, 0);
H A D990326-1.c187 struct gx { struct
197 static struct gx x = { ~1, -2, -65 };
206 static struct gx x = { ~1, -2, -1 };
215 static struct gx x = { ~1, -18, -33 };
224 static struct gx x = { ~1, 0x0020, 0x0010 };
234 static struct gx x = { ~1, 0x0200, 0x0100 };
244 static struct gx x = { ~1, 0xfe20, 0xfd10 };
254 static struct gx x = { ~1, 0xc22f, 0xc11f };
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c49 static int gx[100]; local
50 static int *hx = gx;
52 __builtin_prefetch (gx, 0, 0);
62 int gx[100]; local
63 int *hx = gx;
65 __builtin_prefetch (gx, 0, 0);
H A D990326-1.c187 struct gx { struct
197 static struct gx x = { ~1, -2, -65 };
206 static struct gx x = { ~1, -2, -1 };
215 static struct gx x = { ~1, -18, -33 };
224 static struct gx x = { ~1, 0x0020, 0x0010 };
234 static struct gx x = { ~1, 0x0200, 0x0100 };
244 static struct gx x = { ~1, 0xfe20, 0xfd10 };
254 static struct gx x = { ~1, 0xc22f, 0xc11f };
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/jpake/
H A Djpake.c52 p->gx = BN_new();
59 BN_free(p->gx);
176 hashbn(&sha, p->gx);
184 * Note that p->gx has already been calculated
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
250 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
381 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
H A Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon596
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dam7930.c72 * gx, gr & stg gains. this table must contain 256 elements with
291 uint16_t ger, gr, gx, stgr; local
297 gx = gx_coeff[sc->sc_rlevel];
329 AM7930_IWRITE16(sc, AM7930_IREG_MAP_GX, gx);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/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-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.c2066 mp_int gx, xc, yc, u, v, A, B, C, D; local
2079 if((res = mp_init(&gx)) != MP_OKAY) goto CLEANUP;
2080 clean[++last] = &gx;
2096 mp_set(&gx, 1);
2102 if((res = s_mp_mul_2(&gx)) != MP_OKAY)
2159 if((res = mp_mul(&gx, &v, g)) != MP_OKAY) goto CLEANUP;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dpod2man.pl730 } {I<$1>}gx;
738 } {I<$1>\\|$2}gx;
803 } {the C<$2> entry in the I<$1> manpage}gx;
/netbsd-6-1-5-RELEASE/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); \

Completed in 308 milliseconds

12