| /netbsd/src/games/quiz/datfiles/ |
| D | sov | 2 W[illia|]m [II|2|Rufus|the Red]:11:Hen[ry|] [I|1] 3 Hen[ry|] [I|1]:12:Stephen 4 Stephen:12:Hen[ry|] [II|2] 5 Hen[ry|] [II|2]:12:Rich[ard|] [I|1] 7 John:13|12-13:Hen[ry|] [III|3] 8 Hen[ry|] [III|3]:13:Ed[w[ard|]|] [I|1] 12 Rich[ard|] [II|2]:14:Hen[ry|] [IV|4] Part 1 13 Hen[ry|] [IV|4] Part 1:15|14-15:Hen[ry|] [IV|4] Part 2 14 Hen[ry|] [IV|4] Part 2:15|14-15:Hen[ry|] [V|5] 15 Hen[ry|] [V|5]:15:Hen[ry|] [VI|6] [all …]
|
| /netbsd/src/games/trek/ |
| D | initquad.c | 65 int rx, ry; in initquad() local 98 sector(&rx, &ry); in initquad() 99 Sect[rx][ry] = KLINGON; in initquad() 101 Etc.klingon[i].y = ry; in initquad() 109 sector(&rx, &ry); in initquad() 110 Sect[rx][ry] = BASE; in initquad() 112 Etc.starbase.y = ry; in initquad() 117 sector(&rx, &ry); in initquad() 118 Sect[rx][ry] = INHABIT; in initquad() 124 sector(&rx, &ry); in initquad() [all …]
|
| /netbsd/src/lib/libm/complex/ |
| D | catrig.c | 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 348 ry = asin(B); in casinh() 350 ry = atan2(new_y, sqrt_A2my2); in casinh() 351 return (CMPLX(copysign(rx, x), copysign(ry, y))); in casinh() 381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 415 ry = creal(w) + m_ln2; in cacos() 417 ry = -ry; in cacos() 418 return (CMPLX(rx, ry)); in cacos() 431 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos() 444 ry = -ry; in cacos() [all …]
|
| D | catrigf.c | 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 199 ry = asinf(B); in casinhf() 201 ry = atan2f(new_y, sqrt_A2my2); in casinhf() 202 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf() 216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 241 ry = crealf(w) + m_ln2; in cacosf() 243 ry = -ry; in cacosf() 244 return (CMPLXF(rx, ry)); in cacosf() 255 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf() 268 ry = -ry; in cacosf() [all …]
|
| D | catrigl.c | 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 230 ry = asinl(B); in casinhl() 232 ry = atan2l(new_y, sqrt_A2my2); in casinhl() 233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local 270 ry = creall(w) + m_ln2; in cacosl() 272 ry = -ry; in cacosl() 273 return (CMPLXL(rx, ry)); in cacosl() 284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl() 297 ry = -ry; in cacosl() [all …]
|
| /netbsd/src/games/hack/ |
| D | hack.apply.c | 443 int rx, ry, res = 0; in use_pick_axe() local 459 ry = u.uy + u.dy; in use_pick_axe() 460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) && in use_pick_axe() 461 (IS_ROCK(levl[rx][ry].typ) in use_pick_axe() 462 || sobj_at(ENORMOUS_ROCK, rx, ry)))) in use_pick_axe() 478 ry = u.uy + u.dy; in use_pick_axe() 479 if ((mtmp = m_at(rx, ry)) && attack(mtmp)) in use_pick_axe() 481 if (!isok(rx, ry)) { in use_pick_axe() 485 lev = &levl[rx][ry]; in use_pick_axe() 490 && !sobj_at(ENORMOUS_ROCK, rx, ry)) { in use_pick_axe() [all …]
|
| D | hack.c | 231 xchar rx = u.ux + 2 * u.dx, ry = u.uy + 2 * u.dy; in domove() local 234 if (isok(rx, ry) && !IS_ROCK(levl[rx][ry].typ) && in domove() 235 (levl[rx][ry].typ != DOOR || !(u.dx && u.dy)) && in domove() 236 !sobj_at(ENORMOUS_ROCK, rx, ry)) { in domove() 237 if (m_at(rx, ry)) { in domove() 242 if ((ttmp = t_at(rx, ry)) != NULL) in domove() 255 if (levl[rx][ry].typ == POOL) { in domove() 256 levl[rx][ry].typ = ROOM; in domove() 257 mnewsym(rx, ry); in domove() 258 prl(rx, ry); in domove() [all …]
|
| /netbsd/src/sys/dev/hil/ |
| D | hilms.c | 101 int iob, rx, ry; in hilmsattach() local 113 rx = ry = 0; in hilmsattach() 125 ry = ha->ha_info[6] | in hilmsattach() 150 if (ry != 0) in hilmsattach() 151 aprint_normal("x%d", ry); in hilmsattach()
|
| /netbsd/src/sys/arch/hpcmips/dev/ |
| D | ucbtp.c | 635 int rx, ry, x, y, p; in ucbtp_input() local 638 ry = sc->sc_y; in ucbtp_input() 642 DPRINTFN(2, "x=%4d y=%4d p=%4d\n", rx, ry, p); in ucbtp_input() 646 if (p < UCBTS_PRESS_THRESHOLD || rx == 0x3ff || ry == 0x3ff || in ucbtp_input() 647 rx == 0 || ry == 0) { in ucbtp_input() 669 tpcalib_trans(&sc->sc_tpcalib, ry, rx, &x, &y); in ucbtp_input() 671 tpcalib_trans(&sc->sc_tpcalib, rx, ry, &x, &y); in ucbtp_input() 674 rx, x, ry, y, p); in ucbtp_input()
|
| /netbsd/src/external/bsd/libbind/dist/doc/ |
| D | resolver.cat3 | 4 …p__rreessssttaatt, rreess__hhoossttaalliiaass, rreess__ppqquueerryy, 5 …nnqquueerryy, rreess__nnsseeaarrcchh, rreess__nnqquueerryyddoommaai… 8 …ss__iissoouurrsseerrvveerr, ffpp__nnqquueerryy, pp__qquueerryy, hho… 9 …ess__qquueerryy, rreess__sseeaarrcchh, rreess__qquueerryyddoommaaii… 35 …rreess__ppqquueerryy(_c_o_n_s_t _r_e_s___s_t_a_t_e _s_t_a_t_p, _c_o… 39 …rreess__nnqquueerryy(_r_e_s___s_t_a_t_e _s_t_a_t_p, _c_o_n_s_t _c_h… 47 …rreess__nnqquueerryyddoommaaiinn(_r_e_s___s_t_a_t_e _s_t_a_t_p, _c_… 51 …rreess__nnmmkkqquueerryy(_r_e_s___s_t_a_t_e _s_t_a_t_p, _i_n_t _o_p… 113 …ffpp__nnqquueerryy(_c_o_n_s_t _u___c_h_a_r _*_m_s_g, _i_n_t _m_s_g_… 116 pp__qquueerryy(_c_o_n_s_t _u___c_h_a_r _*_m_s_g, _F_I_L_E _*_f_p); [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/ia64/ |
| D | addmul_2.asm | 101 define(`ry',`f50') 130 }{.mmi; ldf8 ry = [rp], -8 C M 182 }{.mmi; ldf8 ry = [rp], -8 C M 210 xma.l fp0b_0 = uy, v0, ry 211 xma.hu fp1a_0 = uy, v0, ry 230 L(gt4): xma.l fp0b_0 = uy, v0, ry 231 xma.hu fp1a_0 = uy, v0, ry 272 } xma.l fp0b_3 = uy, v0, ry C F 273 xma.hu fp1a_3 = uy, v0, ry C F 317 xma.l fp0b_2 = uy, v0, ry [all …]
|
| /netbsd/src/lib/libcurses/ |
| D | newwin.c | 130 int ry, maxy, maxx; in __newwin() local 137 ry = __rippedlines(screen, -1); in __newwin() 140 ry = 0; in __newwin() 142 maxy = nlines > 0 ? nlines : LINES - by - ry + nlines; in __newwin()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tty.c | 1088 u_int nx, u_int *i, u_int *x, u_int *rx, u_int *ry) in tty_clamp_line() argument 1094 *ry = ctx->yoff + py - ctx->woy; in tty_clamp_line() 1181 u_int i, x, rx, ry; in tty_clear_pane_line() local 1185 if (tty_clamp_line(tty, ctx, px, py, nx, &i, &x, &rx, &ry)) in tty_clear_pane_line() 1186 tty_clear_line(tty, &ctx->defaults, ry, x, rx, bg); in tty_clear_pane_line() 1193 u_int *ry) in tty_clamp_area() argument 1228 *ry = ny; in tty_clamp_area() 1233 *ry = ctx->wsy; in tty_clamp_area() 1238 *ry = ny - *j; in tty_clamp_area() 1243 *ry = ctx->wsy - *y; in tty_clamp_area() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | m32c-tdep.c | 84 struct m32c_reg *rx, *ry; member 347 return ((m32c_read_flg (cache) & reg->n) ? reg->ry : reg->rx); in m32c_banked_register() 480 int low_bytes = reg->ry->type->length (); in m32c_cat_read() 489 status = cache->cooked_read (reg->ry->num, buf + high_bytes); in m32c_cat_read() 495 status = cache->cooked_read (reg->ry->num, buf); in m32c_cat_read() 509 int low_bytes = reg->ry->type->length (); in m32c_cat_write() 516 cache->cooked_write (reg->ry->num, buf + high_bytes); in m32c_cat_write() 521 cache->cooked_write (reg->ry->num, buf); in m32c_cat_write() 640 struct m32c_reg *ry, in add_reg() argument 661 r->ry = ry; in add_reg()
|
| /netbsd/src/sys/arch/vax/conf/ |
| D | majors.vax | 76 device-major ry char 71 block 24 ry
|
| D | files.vax | 165 file arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 170 device ry: disk 171 attach ry at hdc
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grf_cl.c | 908 short rx, ry; in cl_setmousepos() local 921 ry = data->y - cl_cursprite.hot.y; in cl_setmousepos() 931 if (rx < 0 || ry < 0 || prx < 0 || pry < 0) { in cl_setmousepos() 932 writeshifted(sprite, rx < 0 ? -rx : 0, ry < 0 ? -ry : 0); in cl_setmousepos() 937 cl_writesprpos(ba, rx < 0 ? 0 : rx, ry < 0 ? 0 : ry); in cl_setmousepos()
|
| D | grf_et.c | 821 short rx, ry; in et_setmousepos() local 829 ry = data->y - et_cursprite.hot.y; in et_setmousepos() 837 et_writesprpos(ba, rx < 0 ? 0 : rx, ry < 0 ? 0 : ry); in et_setmousepos()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | s390.cc | 3924 int ry = view[1] & 0xf; in tls_ie_to_le() local 3929 else if (ry == 0) in tls_ie_to_le() 3931 ry = rz; in tls_ie_to_le() 3936 else if (ry == 12) in tls_ie_to_le() 3938 ry = rz; in tls_ie_to_le() 3944 view[1] = rx << 4 | ry; in tls_ie_to_le() 3959 int ry = view[1] & 0xf; in tls_ie_to_le() local 3964 else if (ry == 0) in tls_ie_to_le() 3966 ry = rz; in tls_ie_to_le() 3971 else if (ry == 12) in tls_ie_to_le() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | cortex-m4.md | 56 ;; str rx, [ry, #imm] is always one cycle.
|
| /netbsd/src/games/fortune/datfiles/ |
| D | fortunes.sp.ok | 756 Mem'ry 1458 ev'ry 1814 ry
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf64-s390.c | 2945 unsigned int insn0, insn1, ry; in elf_s390_relocate_section() local 2956 ry = (insn0 & 0x000f0000); in elf_s390_relocate_section() 2959 ry = (insn0 & 0x0000f000) << 4; in elf_s390_relocate_section() 2962 ry = (insn0 & 0x000f0000); in elf_s390_relocate_section() 2965 ry = (insn0 & 0x0000f000) << 4; in elf_s390_relocate_section() 2971 insn0 = 0xeb000000 | (insn0 & 0x00f00000) | ry; in elf_s390_relocate_section()
|
| D | elf32-s390.c | 2939 unsigned int insn, ry; in elf_s390_relocate_section() local 2944 ry = (insn & 0x000f0000); in elf_s390_relocate_section() 2947 ry = (insn & 0x0000f000) << 4; in elf_s390_relocate_section() 2950 ry = (insn & 0x000f0000); in elf_s390_relocate_section() 2953 ry = (insn & 0x0000f000) << 4; in elf_s390_relocate_section() 2959 insn = 0x18000700 | (insn & 0x00f00000) | ry; in elf_s390_relocate_section()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-s390.c | 2935 unsigned int insn, ry; in elf_s390_relocate_section() local 2940 ry = (insn & 0x000f0000); in elf_s390_relocate_section() 2943 ry = (insn & 0x0000f000) << 4; in elf_s390_relocate_section() 2946 ry = (insn & 0x000f0000); in elf_s390_relocate_section() 2949 ry = (insn & 0x0000f000) << 4; in elf_s390_relocate_section() 2955 insn = 0x18000700 | (insn & 0x00f00000) | ry; in elf_s390_relocate_section()
|
| /netbsd/src/lib/libc/nls/ |
| D | pl.msg | 77 38 Operacja na obiekcie, kt�ry nie jest gniazdem
|