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

  /src/sys/dev/xmi/
xmi.c 66 const struct xmi_list *xl; local in function:xmi_print
68 for (xl = &xmi_list[0]; xl->xl_nr; xl++)
69 if (xl->xl_nr == bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0))
73 if (xl->xl_nr == 0)
77 aprint_normal(xl->xl_name);
81 return xl->xl_havedriver ? UNCONF : UNSUPP;
  /src/games/hack/
hack.save.c 248 int xl; local in function:restobjchn
250 mread(fd, &xl, sizeof(xl));
251 if (xl == -1)
253 otmp = newobj(xl);
258 mread(fd, otmp, (unsigned) xl + sizeof(struct obj));
275 int xl; local in function:restmonchn
288 mread(fd, &xl, sizeof(xl));
289 if (xl == -1
    [all...]
def.monst.h 110 #define newmonst(xl) ((struct monst *) alloc((xl) + sizeof(struct monst)))
def.obj.h 108 #define newobj(xl) ((struct obj *) alloc((xl) + sizeof(struct obj)))
hack.lev.c 145 unsigned xl; local in function:saveobjchn
150 xl = otmp->onamelth;
151 bwrite(fd, &xl, sizeof(int));
152 bwrite(fd, otmp, xl + sizeof(struct obj));
163 unsigned xl; local in function:savemonchn
171 xl = mtmp->mxlth + mtmp->mnamelth;
172 bwrite(fd, &xl, sizeof(int));
173 bwrite(fd, mtmp, xl + sizeof(struct monst));
hack.mklev.c 379 finddpos(int xl, int yl, int xh, int yh)
384 x = (xl == xh) ? xl : (xl + rn2(xh - xl + 1));
389 for (x = xl; x <= xh; x++)
394 for (x = xl; x <= xh; x++)
399 x = xl;
  /src/games/larn/
movem.c 133 static int tmpitem, xl, xh, yl, yh; variable in typeref:typename:int
150 if ((xl = i + rnd(3) - 2) < 0)
151 xl = 0;
152 if (xl >= MAXX)
153 xl = MAXX - 1;
158 if ((tmp = item[xl][yl]) != OWALL)
159 if (mitem[xl][yl] == 0)
162 mmove(i, j, xl, yl);
167 xl = tmp3 - 2;
171 vxy(&xl, &yl)
    [all...]
monster.c 292 int xl, xh, yl, yh; local in function:speldamage
362 xl = playerx - 15;
364 vxy(&xl, &yl);
367 for (j = xl; j <= xh; j++)
369 draws(xl, xh + 1, yl, yh + 1);
542 xl = playerx;
545 i = dirsub(&xl, &yl); /* get direction of sphere */
546 newsphere(xl, yl, i, rnd(20) + 11); /* make a sphere */
585 xl = item[i][j];
586 if (xl && xl != OWALL && xl != OANNIHILATION)
    [all...]
object.c 906 static int xh, yh, yl, xl; variable in typeref:typename:int
965 xl = max(playerx - 25, 0);
967 for (j = xl; j < xh; j++)
970 draws(xl, xh, yl, yh);
  /src/sbin/newbtconf/
newbtconf.sh 47 xl*) :;;
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 56 short xl; member in struct:iocs_fntbuf
  /src/lib/libcrypt/
blowfish.c 80 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
82 u_int32_t Xl;
87 Xl = *xl;
90 Xl ^= p[0];
91 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
92 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
93 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6)
    [all...]
  /src/sys/crypto/camellia/
camellia.c 105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
107 il = xl ^ kl; \
141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
144 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
146 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
148 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
150 il ^= CAMELLIA_SP4404(xl & 0xff); \
  /src/tests/usr.bin/printf/
printf.sh 1319 xl=${#bsl}
1323 if [ "${RES}" -ne "${xl}" ]
1326 "%b '${xt}' output ${RES} chars, expected ${xl}"
  /src/sys/arch/luna68k/dev/
omrasops.c 455 int xh, xl; local in function:om_putchar
490 xl = x & 0x1f;
499 mask = ALL1BITS >> xl;
500 dw = 32 - xl;
  /src/lib/libcurses/
refresh.c 2083 lineeq(__LDATA *xl, __LDATA *yl, size_t len)
2086 __LDATA *xp = xl, *yp = yl;
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 4397 # IBM XL 8.0, 9.0 on PPC and BlueGene
4732 xl* | bgxl* | bgf* | mpixl*)
4733 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
5208 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
5238 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
7033 xl* | mpixl* | bgxl*)
7034 # IBM XL 8.0 on PPC, with GNU ld
  /src/sys/external/isc/libsodium/dist/
configure 13007 xl* | bgxl* | bgf* | mpixl*)
13008 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
13653 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
13683 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself

Completed in 38 milliseconds