Symbol: xx
crypto/libressl/crypto/bn/bn_gf2m.c
812
BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx)
crypto/libressl/crypto/bn/bn_gf2m.c
817
bn_check_top(xx);
crypto/libressl/crypto/bn/bn_gf2m.c
824
ret = BN_GF2m_mod_inv(r, xx, field, ctx);
crypto/libressl/crypto/bn/bn_gf2m.c
963
BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx,
crypto/libressl/crypto/bn/bn_gf2m.c
970
bn_check_top(xx);
crypto/libressl/crypto/bn/bn_gf2m.c
978
ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
games/hack/hack.makemon.c
179
enexto(xchar xx, xchar yy)
games/hack/hack.makemon.c
188
for (x = xx - range; x <= xx + range; x++)
games/hack/hack.makemon.c
195
for (x = xx - range; x <= xx + range; x++)
games/hack/hack.makemon.c
203
if (goodpos(xx - range, y)) {
games/hack/hack.makemon.c
204
tfoo->x = xx - range;
games/hack/hack.makemon.c
210
if (goodpos(xx + range, y)) {
games/hack/hack.makemon.c
211
tfoo->x = xx + range;
games/hack/hack.mklev.c
567
int tx, ty, xx, yy;
games/hack/hack.mklev.c
585
xx = croom->hx + 1;
games/hack/hack.mklev.c
587
cc = finddpos(xx, croom->ly, xx, croom->hy);
games/hack/hack.mklev.c
599
xx = croom->lx - 1;
games/hack/hack.mklev.c
601
cc = finddpos(xx, croom->ly, xx, croom->hy);
games/hack/hack.mklev.c
611
xx = cc.x;
games/hack/hack.mklev.c
615
if (nxcor && levl[xx + dx][yy + dy].typ)
games/hack/hack.mklev.c
617
dodoor(xx, yy, croom);
games/hack/hack.mklev.c
620
while (xx != tx || yy != ty) {
games/hack/hack.mklev.c
621
xx += dx;
games/hack/hack.mklev.c
628
if (xx == COLNO - 1 || xx == 0 || yy == 0 || yy == ROWNO - 1)
games/hack/hack.mklev.c
631
crm = &levl[xx][yy];
games/hack/hack.mklev.c
637
(void) mkobj_at(ROCK_SYM, xx, yy);
games/hack/hack.mklev.c
647
dix = abs(xx - tx);
games/hack/hack.mklev.c
652
int ddx = (xx > tx) ? -1 : 1;
games/hack/hack.mklev.c
654
crm = &levl[xx + ddx][yy];
games/hack/hack.mklev.c
663
crm = &levl[xx][yy + ddy];
games/hack/hack.mklev.c
671
crm = &levl[xx + dx][yy + dy];
games/hack/hack.mklev.c
679
crm = &levl[xx + dx][yy + dy];
games/hack/hack.mklev.c
686
dx = (tx < xx) ? -1 : 1;
games/hack/hack.mklev.c
687
crm = &levl[xx + dx][yy + dy];
games/hack/hack.mklev.c
725
int dy, xx, yy;
games/hack/hack.mklev.c
742
xx = dd.x;
games/hack/hack.mklev.c
744
if ((rm = &levl[xx][yy + dy])->typ)
games/hack/hack.mklev.c
750
ttmp = maketrap(xx, yy + dy, TELEP_TRAP);
games/hack/hack.mklev.c
752
make_engr_at(xx, yy - dy, "ad ae?ar um");
games/hack/hack.mklev.c
754
dosdoor(xx, yy, aroom, SDOOR);
games/hack/hack.mklev.c
759
dosdoor(xx, yy, aroom, rn2(5) ? SDOOR : DOOR);
games/hack/hack.mklev.c
761
mksobj_at(SCR_TELEPORTATION, xx, yy + dy);
games/hack/hack.mklev.c
763
(void) mkobj_at(0, xx, yy + dy);
games/hack/hack.pri.c
191
int xx, yy;
games/hack/hack.pri.c
200
xx = tc[cnt].x;
games/hack/hack.pri.c
202
prl(xx, yy);
games/hack/hack.pri.c
203
at(xx, yy, levl[xx][yy].scrsym);
games/larn/create.c
165
eat(int xx, int yy)
games/larn/create.c
173
if (xx <= 2) /* west */
games/larn/create.c
175
if ((item[xx - 1][yy] != OWALL) || (item[xx - 2][yy] != OWALL))
games/larn/create.c
177
item[xx - 1][yy] = item[xx - 2][yy] = 0;
games/larn/create.c
178
eat(xx - 2, yy);
games/larn/create.c
182
if (xx >= MAXX - 3) /* east */
games/larn/create.c
184
if ((item[xx + 1][yy] != OWALL) || (item[xx + 2][yy] != OWALL))
games/larn/create.c
186
item[xx + 1][yy] = item[xx + 2][yy] = 0;
games/larn/create.c
187
eat(xx + 2, yy);
games/larn/create.c
193
if ((item[xx][yy - 1] != OWALL) || (item[xx][yy - 2] != OWALL))
games/larn/create.c
195
item[xx][yy - 1] = item[xx][yy - 2] = 0;
games/larn/create.c
196
eat(xx, yy - 2);
games/larn/create.c
202
if ((item[xx][yy + 1] != OWALL) || (item[xx][yy + 2] != OWALL))
games/larn/create.c
204
item[xx][yy + 1] = item[xx][yy + 2] = 0;
games/larn/create.c
205
eat(xx, yy + 2);
games/larn/monster.c
1490
spattack(int x, int xx, int yy)
games/larn/monster.c
1497
vxy(&xx, &yy); /* verify x & y coordinates */
games/larn/monster.c
1590
disappear(xx, yy);
games/larn/monster.c
1629
return (spattack(spsel[rund(10)], xx, yy));
games/larn/monster.c
1647
disappear(xx, yy);
games/larn/monster.c
692
fullhit(int xx)
games/larn/monster.c
695
if (xx < 0 || xx > 20) /* fullhits are out of range */
games/larn/monster.c
699
i = xx * ((c[WCLASS] >> 1) + c[STRENGTH] + c[STREXTRA] - c[HARDGAME] - 12 + c[MOREDAM]);
games/larn/monster.c
700
return ((i >= 1) ? i : xx);
sys/kern/kern_nrandom.c
387
#define L_SCHEDULE(xx) \
sys/kern/kern_nrandom.c
390
L15_Swap(l15, i, (l15->stateIndex += (l15->L15_state[i] + (xx)))); \
sys/net/radix.c
760
struct radix_node *xx = x;
sys/net/radix.c
770
saved_tt = tt; x = xx;
usr.bin/window/xx.c
111
struct xx *
usr.bin/window/xx.c
114
struct xx *xp;
usr.bin/window/xx.c
120
xp = (struct xx *) malloc((unsigned) sizeof *xp);
usr.bin/window/xx.c
133
xxfree(struct xx *xp)
usr.bin/window/xx.c
142
struct xx *xp = xx_tail;
usr.bin/window/xx.c
155
struct xx *xp = xx_tail;
usr.bin/window/xx.c
173
struct xx *xp;
usr.bin/window/xx.c
186
struct xx *xp = xx_tail;
usr.bin/window/xx.c
203
struct xx *xp = xx_tail;
usr.bin/window/xx.c
220
struct xx *xp;
usr.bin/window/xx.c
230
struct xx *xp = xxalloc();
usr.bin/window/xx.c
240
struct xx *xp = xxalloc();
usr.bin/window/xx.c
250
struct xx *xp;
usr.bin/window/xx.c
84
struct xx *xp, *xq;
usr.bin/window/xx.h
49
struct xx *link;
usr.bin/window/xx.h
52
EXTERN struct xx *xx_head, *xx_tail;
usr.bin/window/xx.h
53
EXTERN struct xx *xx_freelist;
usr.bin/window/xx.h
60
struct xx *xxalloc(void);
usr.bin/window/xx.h
67
void xxflush_scroll(struct xx *);
usr.bin/window/xx.h
68
void xxfree(struct xx *);
usr.bin/window/xxflush.c
43
struct xx *xp, *xq;
usr.bin/window/xxflush.c
95
xxflush_scroll(struct xx *xp)
usr.bin/window/xxflush.c
97
struct xx *xq;