/openbsd/games/quiz/datfiles/ |
H A D | sov | 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] 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] 16 Hen[ry|] [VI|6]:15:Ed[w[ard|]|] [IV|4] 19 Rich[ard|] [III|3]:15:Hen[ry|] [VII|7] [all …]
|
/openbsd/games/trek/ |
H A D | initquad.c | 58 int rx, ry; in initquad() local 93 sector(&rx, &ry); in initquad() 96 Etc.klingon[i].y = ry; in initquad() 105 sector(&rx, &ry); in initquad() 106 Sect[rx][ry] = BASE; in initquad() 108 Etc.starbase.y = ry; in initquad() 114 sector(&rx, &ry); in initquad() 122 sector(&rx, &ry); in initquad() 123 Sect[rx][ry] = HOLE; in initquad() 129 sector(&rx, &ry); in initquad() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips16InstrFormats.td | 139 bits<3> ry; 146 let Inst{7-5} = ry; 236 bits<3> ry; 243 let Inst{7-5} = ry; 256 bits<3> ry; 278 bits<3> ry; 300 bits<3> ry; 340 bits<4> ry; 513 bits<3> ry; 537 bits<3> ry; [all …]
|
H A D | Mips16InstrInfo.td | 579 // Format: AND rx, ry MIPS16e 691 // Format: CMP rx, ry MIPS16e 719 // Format: DIV rx, ry MIPS16e 728 // Format: DIVU rx, ry MIPS16e 882 let ry = 0b000; // no 'ry' field 894 let ry = 0b000; // no 'ry' field 938 // Format: NEG rx, ry MIPS16e 945 // Format: NOT rx, ry MIPS16e 952 // Format: OR rx, ry MIPS16e 1215 // Format: SLT rx, ry MIPS16e [all …]
|
/openbsd/games/hack/ |
H A D | hack.apply.c | 433 int rx, ry, res = 0; in use_pick_axe() local 449 ry = u.uy + u.dy; in use_pick_axe() 451 (IS_ROCK(levl[rx][ry].typ) in use_pick_axe() 452 || sobj_at(ENORMOUS_ROCK, rx, ry)))) in use_pick_axe() 469 ry = u.uy + u.dy; in use_pick_axe() 470 if((mtmp = m_at(rx, ry)) && attack(mtmp)) in use_pick_axe() 472 if(!isok(rx, ry)) { in use_pick_axe() 476 lev = &levl[rx][ry]; in use_pick_axe() 481 && !sobj_at(ENORMOUS_ROCK, rx, ry)) { in use_pick_axe() 486 if(dig_pos.x != rx || dig_pos.y != ry in use_pick_axe() [all …]
|
H A D | hack.c | 228 xchar rx = u.ux+2*u.dx, ry = u.uy+2*u.dy; in domove() local 231 if (isok(rx,ry) && !IS_ROCK(levl[(int)rx][(int)ry].typ) && in domove() 233 !sobj_at(ENORMOUS_ROCK, rx, ry)) { in domove() 234 if(m_at(rx,ry)) { in domove() 239 if ((ttmp = t_at(rx,ry))) in domove() 252 if (levl[(int)rx][(int)ry].typ == POOL) { in domove() 253 levl[(int)rx][(int)ry].typ = ROOM; in domove() 254 mnewsym(rx,ry); in domove() 255 prl(rx,ry); in domove() 262 otmp->oy = ry; in domove() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats16Instr.td | 28 (outs mGPR:$rz), (ins mGPR:$rx, mGPR:$ry), !strconcat(opstr, "\t$rz, $rx, $ry"), 29 [(set mGPR:$rz, (opnode mGPR:$rx, mGPR:$ry)) ]> { 32 bits<3> ry; 36 let Inst{4 - 2} = ry; 105 AddrModeNone, (outs CARRY:$ca), (ins sGPR:$rx, sGPR:$ry), !strconcat(opstr, "\t$rx, $ry"), 107 bits<4> ry; 111 let Inst{9 - 6} = ry;
|
H A D | CSKYInstrFormats.td | 393 let Inst{25 - 21} = regs{9 - 5}; // ry 521 bits<5> ry; 524 let Inst{25 - 21} = ry; 533 // Input: GPR:rx, GPR:ry 534 // Asm string: op rz, rx, ry 539 (ins GPR:$rx, GPR:$ry), op, [(set GPR:$rz, (opnode GPR:$rx, GPR:$ry))]> { 551 bits<5> ry; 554 let Inst{25 - 21} = ry; // ry; 586 (ins GPR:$rx, GPR:$ry), 588 bits<5> ry; [all …]
|
H A D | CSKYInstrFormatsF1.td | 186 bits<5> ry; 190 let Inst{25 - 21} = ry; // ry; 207 : F_XYZ_MEM<sop, sop_su, (outs regtype:$vrz), (ins GPR:$rx, GPR:$ry, uimm2:$imm), 208 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>; 217 : F_XYZ_MEM<sop, sop_su, (outs), (ins regtype:$vrz, GPR:$rx, GPR:$ry, uimm2:$imm), 218 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>;
|
/openbsd/lib/libmenu/ |
H A D | m_driver.c | 465 int ry = event.y, rx = event.x; /* screen coordinates */ in menu_driver() local 468 if (mouse_trafo(&ry, &rx, FALSE)) in menu_driver() 470 if (ry < sub->_begy) in menu_driver() 482 else if (ry > sub->_begy + sub->_maxy) in menu_driver() 498 ry = event.y; in menu_driver() 500 if (wmouse_trafo(sub, &ry, &rx, FALSE)) in menu_driver() 512 if ((ry == y) && in menu_driver()
|
/openbsd/sys/dev/hil/ |
H A D | hilms.c | 105 int iob, rx, ry; in hilmsattach() local 116 rx = ry = 0; in hilmsattach() 128 ry = ha->ha_info[6] | in hilmsattach() 152 if (ry != 0) in hilmsattach() 153 printf("x%d", ry); in hilmsattach()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_tv.c | 67 u16 ry, gy, by, ay; member 195 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 205 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133, 215 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119, 225 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c, 235 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113, 245 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145, 255 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 265 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133, 275 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, [all …]
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | cris.md | 464 ;; move.S1 [rx=ry+rz.S],rw avoiding when rx is ry, or rw is rx 501 ;; avoiding move.S1 [ry=ry+i],rz 992 ;; [rx=ry+rz.S] 1315 ;; [rx=ry+rz.S] 1370 ;; [rx=ry+rz.S] 1661 ;; [rx=ry+i] 1771 ;; [rx=ry+i] 3044 ;; move ry,rz 3073 ;; op ry,rz 3155 ;; move ry,rz [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.md | 433 ;; move.S1 [rx=ry+rz.S],rw avoiding when rx is ry, or rw is rx 488 ;; avoiding move.S1 [ry=ry+i],rz 1061 ;; [rx=ry+rz.S] 1404 ;; [rx=ry+rz.S] 1556 ;; [rx=ry+rz.S] 1956 ;; [rx=ry+i] 2122 ;; [rx=ry+i] 4003 ;; move ry,rz 4032 ;; op ry,rz 4114 ;; move ry,rz [all …]
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2842.crt | 15 ib4eEln0xpzDjYEaDRzHNC/ry/C1GuMKvs9JtknZ4++rDTSLxQF/hNgFYH73nRkC
|
H A D | 1830.key | 24 ry+kzQKBgQCV8ZGs5vPy7z5mMmS07SP/om1hGutJpFaF/fHPfQhXYZtSviQ/fWkh
|
H A D | 2327.key | 14 BgsHcnBths9s3xkKEbmlssWLhw1Cc+J1EaKcH5oz8mJmaB1gycf+GtMR2PehO+ry
|
H A D | 933.key | 11 ry+Migo4ynmqC1wGEKtn+edC1+SEUpTlyTgNfLk/fYqYZATGmrI15vZaKtebxksx
|
H A D | 3332.key | 12 HmuAwLcP/oKdXlUPc4wWjzfY6hHwojxqHQL3pDgIQlx6iHQ81DwTzX1/ofst+9ry
|
/openbsd/regress/usr.bin/mandoc/eqn/unary/ |
H A D | bold.out_ascii | 4 uunnaarryy--bboolldd - font handling in bold boxes
|
H A D | sqrt.out_ascii | 4 uunnaarryy--ssqqrrtt - square root
|
H A D | diacrit.out_ascii | 4 uunnaarryy--ddiiaaccrriitt - diacritical marks in equations
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | lvref.t | 290 my ($rx, $ry, $rz) = \($x, $y, $z); 292 ((\$p, \(@a)) = ($rx, $ry, $rz)) = \(qw(A B C)); 298 ok ref $ry, '(\$p, \(@a) = ...) = @b; $ry is still ref'; 301 is $ry, \$y, '(\$p, \(@a) = ...) = @b; $ry is still ref to $y';
|
/openbsd/regress/usr.bin/mandoc/eqn/nullary/ |
H A D | symbol.out_ascii | 4 nnuullllaarryy--ssyymmbbooll - equation tokens for symbols
|
H A D | symbol.out_utf8 | 4 nnuullllaarryy--ssyymmbbooll – equation tokens for symbols
|