Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/games/hack/
H A Dhack.objnam.c185 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 Dhack.mkobj.c130 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 Dhack.do_wear.c314 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 Dhack.engrave.c227 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 Dhack.wield.c126 uwep->spe--; in corrode_weapon()
153 if (amount > 0 && uwep->spe > 5 && rn2(3)) { in chwepon()
166 uwep->spe += amount; in chwepon()
H A Dhack.wizard.c98 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 Dhack.mhitu.c313 (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 Dhack.zap.c173 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 Dhack.read.c116 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 Dhack.bones.c137 if (otmp->olet == AMULET_SYM && !otmp->spe) { in savebones()
138 otmp->spe = -1; /* no longer the actual amulet */ in savebones()
H A Ddef.objclass.h82 #define ARM_BONUS(obj) ((10 - objects[obj->otyp].a_ac) + obj->spe)
H A Ddef.obj.h75 schar spe; /* quality of weapon, armor or ring (+ or -) member
H A Dhack.potion.c443 if (obj->spe < 7) in dodip()
444 obj->spe++; /* %% */ in dodip()
H A Dhack.fight.c243 tmp += obj->spe; in hmon()
392 tmp += uwep->spe; in attack()
H A Dhack.do.c419 tmp += uwep->spe; in dothrow()
423 tmp += obj->spe; in dothrow()
H A Dhack.steal.c221 uball->spe = 0; in steal()
H A Dhack.save.c217 if (otmp->olet == BALL_SYM && otmp->spe) in dorecover()
H A Dhack.end.c264 i = (otmp->spe < 0) ? 2 : 5000; in done()
269 if (otmp->spe >= 0) { in done()
H A Dhack.invent.c912 obj->spe == otmp->spe && in merged()
H A Dhack.u_init.c347 obj->spe = trop->trspe; in ini_inv()
H A Dhack.c477 if (!obj->spe) in pickup()
478 obj->spe = 1; in pickup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAArch64TargetParser.def90 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
H A Dfvp-base-revc.dts150 spe-pmu {
/netbsd-src/lib/libintl/
H A Dplural_parser.c448 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 Dfiles.powerpc67 file arch/powerpc/booke/spe.c ppc_booke

1234