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

  /src/games/hack/
hack.mkmaze.c 84 int zx, zy; local
94 zx = 2 * (COLNO / 4) - 1;
96 for (x = zx - 2; x < zx + 4; x++)
99 (y == zy - 2 || y == zy + 2 || x == zx - 2 || x == zx + 3) ? POOL :
100 (y == zy - 1 || y == zy + 1 || x == zx - 1 || x == zx + 2) ? HWALL :
103 (void) mkobj_at(AMULET_SYM, zx, zy);
105 walkfrom(zx + 4, zy)
    [all...]
hack.search.c 76 xchar zx, zy; local
89 for (zx = lx; zx <= hx; zx++) {
90 if (levl[zx][zy].typ == SDOOR) {
91 levl[zx][zy].typ = DOOR;
92 atl(zx, zy, '+');
94 } else if (levl[zx][zy].typ == SCORR) {
95 levl[zx][zy].typ = CORR;
96 atl(zx, zy, CORR_SYM)
    [all...]
hack.read.c 419 int num, zx, zy; local
425 for (zx = 0; zx < COLNO; zx++) {
428 lev = &(levl[zx][zy]);
446 newsym(zx, zy);
448 on_scr(zx, zy);
455 int zx, zy; local
458 for (zx = 0; zx < COLNO; zx++
546 int num, zx, zy; local
    [all...]
hack.zap.c 204 xchar zx, zy; local
300 zx = u.ux + u.dx;
305 if (!isok(zx, zy))
307 room = &levl[zx][zy];
308 Tmp_at(zx, zy);
310 if (zx < 3 || zx > COLNO - 3 ||
326 mnewsym(zx, zy);
327 zx += u.dx;
330 mnewsym(zx, zy); /* not always necessary *
    [all...]
  /src/share/man/man4/man4.sparc/
Makefile 8 tslot.4 xd.4 xy.4 zx.4
  /src/lib/libc/gdtoa/
g_ddfmt.c 45 ULong *L, bits0[4], *bits, *zx; local
149 bits = zx = z->x;
150 for(i = 0; !*zx; zx++)
152 i += lo0bits(zx);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 71 # include <lib/zx/channel.h>
72 # include <lib/zx/port.h>
73 # include <lib/zx/process.h>
74 # include <lib/zx/socket.h>
834 zx::process child_process_;
835 zx::channel exception_channel_;
836 zx::socket stderr_socket_;
887 zx::port port;
888 status_zx = zx::port::create(0, &port);
911 status_zx = port.wait(zx::time::infinite(), &packet)
    [all...]
  /src/sys/dev/sbus/
zx.c 1 /* $NetBSD: zx.c,v 1.47 2021/08/07 16:19:15 thorpej Exp $ */
33 * Driver for the Sun ZX display adapter. This would be called 'leo', but
45 __KERNEL_RCSID(0, "$NetBSD: zx.c,v 1.47 2021/08/07 16:19:15 thorpej Exp $");
132 CFATTACH_DECL_NEW(zx, sizeof(struct zx_softc),
250 aprint_error_dev(self, "can't map zx\n");
326 * avoid problems in case no zx is the console
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 8591 3aalOhzso7PbgpJbb4uhQAM+AAQAxX1h/LH+6Q1djJfL8YjI74JZsK4lh+zx/4zS
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 8591 3aalOhzso7PbgpJbb4uhQAM+AAQAxX1h/LH+6Q1djJfL8YjI74JZsK4lh+zx/4zS
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt 14275 3aalOhzso7PbgpJbb4uhQAM+AAQAxX1h/LH+6Q1djJfL8YjI74JZsK4lh+zx/4zS

Completed in 96 milliseconds