| /netbsd-src/games/hack/ |
| H A D | hack.objnam.c | 185 Strcpy(buf, (obj->spe < 0 && obj->known) in xname() 300 obj->olet, obj->olet, obj->otyp, obj->spe); in xname() 364 strlcat(prefix, sitoa(obj->spe), sizeof(prefix)); in doname() 371 Snprintf(bp+bppos, bpmax-bppos, " (%d)", obj->spe); in doname() 380 strlcat(prefix, sitoa(obj->spe), sizeof(prefix)); in doname() 453 int cnt, spe, spesgn, typ, heavy; in readobjnam() local 457 cnt = spe = spesgn = typ = heavy = 0; in readobjnam() 485 spe = atoi(bp); in readobjnam() 498 spe = atoi(p); in readobjnam() 502 spe = 0; in readobjnam() [all …]
|
| H A D | hack.mkobj.c | 130 otmp->spe = rnd(3); in mksobj() 133 otmp->spe = -rnd(3); in mksobj() 142 otmp->spe = rnd(...); in mksobj() 160 otmp->spe = rnd(3); in mksobj() 162 otmp->spe = -rnd(3); in mksobj() 168 otmp->spe = 3; in mksobj() 170 otmp->spe = rn1(5, in mksobj() 177 otmp->spe = -rnd(2); in mksobj() 179 otmp->spe = rnd(2); in mksobj()
|
| H A D | hack.do_wear.c | 314 u.ustr += otmp->spe; in dowearring() 315 u.ustrmax += otmp->spe; in dowearring() 323 u.udaminc += otmp->spe; in dowearring() 354 u.ustr -= obj->spe; in ringoff() 355 u.ustrmax -= obj->spe; in ringoff() 363 u.udaminc -= obj->spe; in ringoff() 383 uac -= uleft->spe; in find_ac() 385 uac -= uright->spe; in find_ac() 448 otmph->spe--; in corrode_armor()
|
| H A D | hack.engrave.c | 227 if (otmp && otmp->otyp == WAN_FIRE && otmp->spe) { in doengrave() 229 otmp->spe--; in doengrave() 256 if ((int) otmp->spe <= -3) { in doengrave() 291 otmp->spe++; in doengrave() 304 int len2 = (otmp->spe + 3) * 2 + 1; in doengrave() 310 otmp->spe = -3; in doengrave() 313 otmp->spe -= len / 2; in doengrave()
|
| H A D | hack.wield.c | 126 uwep->spe--; in corrode_weapon() 153 if (amount > 0 && uwep->spe > 5 && rn2(3)) { in chwepon() 166 uwep->spe += amount; in chwepon()
|
| H A D | hack.wizard.c | 98 if (otmp->olet == AMULET_SYM && !otmp->spe) { in amulet() 113 mtmp->minvent->spe == 0) { in wiz_hit() 123 if (otmp->olet == AMULET_SYM && !otmp->spe) { in wiz_hit()
|
| H A D | hack.mhitu.c | 313 (int) uarmh->spe >= -1) { in mhitu() 315 uarmh->spe--; in mhitu() 318 (int) uarm->spe >= -1) { in mhitu() 320 uarm->spe--; in mhitu()
|
| H A D | hack.zap.c | 173 if (obj->spe && obj->olet != AMULET_SYM) { in bhito() 175 obj->spe = 0; in bhito() 209 if (obj->spe < 0 || (obj->spe == 0 && rn2(121))) { in dozap() 213 if (obj->spe == 0) in dozap() 217 obj->spe--; in dozap()
|
| H A D | hack.read.c | 116 if (otmp->spe > 3 && rn2(otmp->spe)) { in doread() 125 otmp->spe++; in doread() 207 uball->spe = 0; in doread() 516 uball->spe = 1; /* special ball (see save) */ in doread()
|
| H A D | hack.bones.c | 137 if (otmp->olet == AMULET_SYM && !otmp->spe) { in savebones() 138 otmp->spe = -1; /* no longer the actual amulet */ in savebones()
|
| H A D | def.objclass.h | 82 #define ARM_BONUS(obj) ((10 - objects[obj->otyp].a_ac) + obj->spe)
|
| H A D | def.obj.h | 75 schar spe; /* quality of weapon, armor or ring (+ or -) member
|
| H A D | hack.potion.c | 443 if (obj->spe < 7) in dodip() 444 obj->spe++; /* %% */ in dodip()
|
| H A D | hack.fight.c | 243 tmp += obj->spe; in hmon() 392 tmp += uwep->spe; in attack()
|
| H A D | hack.do.c | 419 tmp += uwep->spe; in dothrow() 423 tmp += obj->spe; in dothrow()
|
| H A D | hack.steal.c | 221 uball->spe = 0; in steal()
|
| H A D | hack.save.c | 217 if (otmp->olet == BALL_SYM && otmp->spe) in dorecover()
|
| H A D | hack.end.c | 264 i = (otmp->spe < 0) ? 2 : 5000; in done() 269 if (otmp->spe >= 0) { in done()
|
| H A D | hack.invent.c | 912 obj->spe == otmp->spe && in merged()
|
| H A D | hack.u_init.c | 347 obj->spe = trop->trspe; in ini_inv()
|
| H A D | hack.c | 477 if (!obj->spe) in pickup() 478 obj->spe = 1; in pickup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | AArch64TargetParser.def | 90 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| H A D | fvp-base-revc.dts | 150 spe-pmu {
|
| /netbsd-src/lib/libintl/ |
| H A D | plural_parser.c | 448 const struct parser_element *spe) in copy_parser_element() argument 450 memcpy(dpe, spe, sizeof *dpe); in copy_parser_element()
|
| /netbsd-src/sys/arch/powerpc/conf/ |
| H A D | files.powerpc | 67 file arch/powerpc/booke/spe.c ppc_booke
|