Searched refs:nx (Results 1 - 25 of 111) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dcofftag.d7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec 3\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damfs_nfsx.c161 struct amfs_nfsx *nx = (struct amfs_nfsx *) vp; local
164 for (i = 0; i < nx->nx_c; i++) {
165 mntfs *m = nx->nx_v[i].n_mnt;
170 XFREE(nx->nx_v);
171 XFREE(nx);
184 struct amfs_nfsx *nx; local
187 nx = (struct amfs_nfsx *) mf->mf_private;
189 if (nx == 0) {
219 nx = ALLOC(struct amfs_nfsx);
220 mf->mf_private = (opaque_t) nx;
304 struct amfs_nfsx *nx = (struct amfs_nfsx *) mf->mf_private; local
355 struct amfs_nfsx *nx = (struct amfs_nfsx *) mf->mf_private; local
368 struct amfs_nfsx *nx = (struct amfs_nfsx *) mf->mf_private; local
441 struct amfs_nfsx *nx = (struct amfs_nfsx *) mf->mf_private; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dwritecode.c518 char nx[] = "goto next;"; variable
534 nx, 1, "bld", bit, "dst = srcb; c = (srcb>>srca)&1;", 8
538 nx, 1, "bild", bit, "dst = srcb; c = !((srcb>>srca)&1);", 8
542 nx, 1, "band", bit, "dst = srcb; c = C &&((srcb>>srca)&1);", 8
546 nx, 1, "biand", bit, "dst = srcb; c = C &&(!((srcb>>srca)&1));", 8
550 nx, 1, "bior", bit, "dst = srcb; c = C ||(!((srcb>>srca)&1));", 8
554 nx, 1, "bor", bit, "dst = srcb; c = C ||(((srcb>>srca)&1));", 8
558 nx, 1, "bixor", bit, "dst = srcb; c = C ^(!((srcb>>srca)&1));", 8
562 nx, 1, "bxor", bit, "dst = srcb; c = C ^(((srcb>>srca)&1));", 8
566 nx,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dwritecode.c518 char nx[] = "goto next;"; variable
534 nx, 1, "bld", bit, "dst = srcb; c = (srcb>>srca)&1;", 8
538 nx, 1, "bild", bit, "dst = srcb; c = !((srcb>>srca)&1);", 8
542 nx, 1, "band", bit, "dst = srcb; c = C &&((srcb>>srca)&1);", 8
546 nx, 1, "biand", bit, "dst = srcb; c = C &&(!((srcb>>srca)&1));", 8
550 nx, 1, "bior", bit, "dst = srcb; c = C ||(!((srcb>>srca)&1));", 8
554 nx, 1, "bor", bit, "dst = srcb; c = C ||(((srcb>>srca)&1));", 8
558 nx, 1, "bixor", bit, "dst = srcb; c = C ^(!((srcb>>srca)&1));", 8
562 nx, 1, "bxor", bit, "dst = srcb; c = C ^(((srcb>>srca)&1));", 8
566 nx,
[all...]
/netbsd-current/games/hack/
H A Dhack.vault.c269 int x, y, dx, dy, gx, gy, nx, ny, typ; local
286 for (nx = x - 1; nx <= x + 1; nx++)
288 if (nx == x || ny == y)
289 if (nx != x || ny != y)
290 if (isok(nx, ny))
291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) {
294 if (egd->fakecorr[i].fx == nx &&
297 if ((i = inroom(nx, n
[all...]
H A Dhack.mon.c320 int nx, ny, omx, omy, appr, nearer, cnt, i, j; local
471 nx = poss[i].x;
474 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
480 int d1 = DIST(nx, ny, gx, gy);
485 nearer = (DIST(nx, ny, gx, gy) < DIST(nix, niy, gx, gy));
490 nix = nx;
578 int x, y, nx, ny, cnt = 0, ntyp; local
594 for (nx = x - 1; nx <= x + 1; nx
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dtest1xcoff32.d20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
22 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000000 \.crazy_table
24 \[ 4\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008
26 \[ 6\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008 reference_csect_relative_symbols
28 \[ 8\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000018 dubious_references_to_default_RW_csect
30 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000028 reference_via_toc
32 \[ 12\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000040 subtract_symbols
34 \[ 14\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x0000005c load_addresses
36 \[ 16\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000068
38 \[ 18\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx
[all...]
/netbsd-current/games/dab/
H A Dmain.cc104 size_t ny, nx, nn = 1, wt = 0; local
134 ny = nx = 3;
138 ny = nx = atoi(argv[optind]);
142 nx = atoi(argv[optind]);
172 sc = TTYSCRN::create(acs, &ny, &nx);
176 BOARD b(ny, nx, sc);
H A Dalgor.cc48 _edge1 = (_b.nx() * _b.ny()) * 2;
50 _edge2 = (_b.nx() * (_b.ny() - 1)) + ((_b.nx() - 1) * _b.ny());
52 _maxedge = _b.nx() * _b.ny() * 2;
59 RANDOM rdy(b.ny()), rdx(b.nx());
63 for (x = rdx(); x < b.nx(); x = rdx()) {
83 for (size_t x = 0; x < b.nx(); x++) {
92 BOX rbox(y,_b.nx() - 1, b);
188 RANDOM rdy(b.ny()), rdx(b.nx());
192 for (x = rdx(); x < b.nx();
[all...]
H A Dhuman.cc139 _curx = (b.nx() * 2) + (_curx & 1);
140 if (_curx >= (b.nx() * 2) + 1)
/netbsd-current/external/bsd/tmux/dist/
H A Dgrid-view.c95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny, argument
101 grid_clear(gd, px, py, nx, ny, bg);
197 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) argument
209 grid_move_cells(gd, px + nx, px, py, sx - px - nx, bg);
214 grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) argument
223 grid_move_cells(gd, px, px + nx, py, sx - px - nx, bg);
224 grid_clear(gd, sx - nx, py, px + nx
229 grid_view_string_cells(struct grid *gd, u_int px, u_int py, u_int nx) argument
[all...]
H A Dtty.c1040 u_int py, u_int nx, u_int ny)
1047 if (xoff + nx <= ctx->wox || xoff >= ctx->wox + ctx->wsx ||
1056 u_int nx, u_int *i, u_int *x, u_int *rx, u_int *ry)
1060 if (!tty_is_visible(tty, ctx, px, py, nx, 1))
1064 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) {
1068 *rx = nx;
1069 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) {
1078 *rx = nx - *i;
1085 if (*rx > nx)
1086 fatalx("%s: x too big, %u > %u", __func__, *rx, nx);
1039 tty_is_visible(__unused struct tty *tty, const struct tty_ctx *ctx, u_int px, u_int py, u_int nx, u_int ny) argument
1055 tty_clamp_line(struct tty *tty, const struct tty_ctx *ctx, u_int px, u_int py, u_int nx, u_int *i, u_int *x, u_int *rx, u_int *ry) argument
1093 tty_clear_line(struct tty *tty, const struct grid_cell *defaults, u_int py, u_int px, u_int nx, u_int bg) argument
1145 tty_clear_pane_line(struct tty *tty, const struct tty_ctx *ctx, u_int py, u_int px, u_int nx, u_int bg) argument
1159 tty_clamp_area(struct tty *tty, const struct tty_ctx *ctx, u_int px, u_int py, u_int nx, u_int ny, u_int *i, u_int *j, u_int *x, u_int *y, u_int *rx, u_int *ry) argument
1221 tty_clear_area(struct tty *tty, const struct grid_cell *defaults, u_int py, u_int ny, u_int px, u_int nx, u_int bg) argument
1293 tty_clear_pane_area(struct tty *tty, const struct tty_ctx *ctx, u_int py, u_int ny, u_int px, u_int nx, u_int bg) argument
1306 u_int nx = ctx->sx, i, x, rx, ry; local
1374 tty_check_overlay_range(struct tty *tty, u_int px, u_int py, u_int nx, struct overlay_ranges *r) argument
1393 tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx, u_int atx, u_int aty, const struct grid_cell *defaults, struct colour_palette *palette) argument
1751 u_int nx = ctx->sx - ctx->ocx; local
1915 u_int px, py, nx, ny; local
1939 u_int px, py, nx, ny; local
1963 u_int px, py, nx, ny; local
[all...]
/netbsd-current/lib/libm/src/
H A De_rem_pio2l.h68 int e0,ex,i,j,nx; local
127 nx = 5;
128 while(tx[nx-1]==zero) nx--; /* skip zero term */
129 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
H A De_rem_pio2.c63 int32_t e0,i,j,nx,n,ix,hx; local
147 nx = 3;
148 while(tx[nx-1]==zero) nx--; /* skip zero term */
149 n = __kernel_rem_pio2(tx,y,e0,nx,2);
/netbsd-current/external/gpl2/groff/dist/src/preproc/grn/
H A Dhdb.cpp85 double nx; /* x holder so x is not set before orienting */ local
135 nx = xorn(x, y);
137 (void) PTMakePoint(nx, y, &plist);
138 savebounds(nx, y);
162 nx = xorn(x, y);
164 (void) PTMakePoint(nx, y, &plist);
165 savebounds(nx, y);
170 nx = xorn(x, y);
172 (void) PTMakePoint(nx, y, &plist);
173 savebounds(nx,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dpr19803.d12 .*\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 2\) \(nx 0\) 0x0+000 .*Startup.*
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.in101 --nx --batch --readnever \
/netbsd-current/lib/libm/ld128/
H A De_rem_pio2l.h70 int e0,ex,i,j,nx; local
131 nx = 5;
132 while(tx[nx-1]==zero) nx--; /* skip zero term */
133 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
/netbsd-current/lib/libm/ld80/
H A De_rem_pio2l.h81 int e0,ex,i,j,nx,n; local
139 nx = 3;
140 while(tx[nx-1]==zero) nx--; /* skip zero term */
141 n = __kernel_rem_pio2(tx,ty,e0,nx,2);
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Doddfac_1.c387 mp_size_t nx, ns; local
396 nx = SIZ (x);
398 size = nx;
400 MPN_COPY (square, PTR (x), nx);
402 size = nx << 1;
404 mpn_sqr (square, PTR (x), nx);
408 nx = size + ns;
409 px = MPZ_NEWALLOC (x, nx);
413 SIZ(x) = nx - (cy == 0);
/netbsd-current/games/hunt/huntd/
H A Dmakemaze.c101 int ny, nx;
110 nx = x + *ip;
111 if (candig(ny, nx))
112 dig(ny, nx);
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dmkdtemp105 nx=$(expr length "$template" - length "$base_template")
110 X=$(rand_bytes $nx)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgcore.in101 --nx --batch --readnever -iex 'set debuginfod enabled off' \
/netbsd-current/sys/dev/wscons/
H A Dwscons_rops.c151 int y, srcx, dstx, nx; local
156 nx = rc->rc_font->width * ncols;
159 nx, rc->rc_font->height, RAS_SRC,
170 int y, startx, nx, op; local
174 nx = rc->rc_font->width * ncols;
180 nx, rc->rc_font->height, op,
/netbsd-current/external/bsd/libfido2/dist/src/
H A Des384.c190 int nx; local
211 (nx = BN_num_bytes(x)) < 0 || (size_t)nx > sizeof(pk->x) ||
218 dx = sizeof(pk->x) - (size_t)nx;
221 if ((nx = BN_bn2bin(x, pk->x + dx)) < 0 || (size_t)nx > sizeof(pk->x) ||

Completed in 386 milliseconds

12345