Home
last modified time | relevance | path

Searched refs:resists (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.cc142 resists = 0; in reset()
315 resists = 0; in init_pandemonium_lord()
428 resists = 0; in init_player_ghost()
429 set_resist(resists, MR_RES_FIRE, player_res_fire()); in init_player_ghost()
430 set_resist(resists, MR_RES_COLD, player_res_cold()); in init_player_ghost()
433 set_resist(resists, MR_RES_POISON, player_res_poison()); in init_player_ghost()
435 set_resist(resists, MR_RES_ACID, player_res_acid()); in init_player_ghost()
439 set_resist(resists, MR_RES_MIASMA, you.res_miasma()); in init_player_ghost()
440 set_resist(resists, MR_RES_PETRIFY, you.res_petrify()); in init_player_ghost()
694 resists = _ugly_thing_resists(very_ugly, u_att_flav); in ugly_thing_add_resistance()
[all …]
H A Dtransform.cc126 resists(fe.resists), in Form()
315 return get_resist(resists, MR_RES_FIRE); in res_fire()
323 return get_resist(resists, MR_RES_COLD); in res_cold()
331 return get_resist(resists, MR_RES_NEG); in res_neg()
339 return get_resist(resists, MR_RES_ELEC); in res_elec()
347 return get_resist(resists, MR_RES_POISON); in res_pois()
355 return get_resist(resists, MR_RES_MIASMA); in res_miasma()
363 return get_resist(resists, MR_RES_ACID); in res_acid()
371 return get_resist(resists, MR_RES_STICKY_FLAME); in res_sticky_flame()
379 return get_resist(resists, MR_RES_PETRIFY); in res_petrify()
H A Dmon-util.cc334 resists = (resists & ~(MR_RES_POISON * 7)) | (MR_RES_POISON * 3); in _apply_holiness_resists()
340 resists = (resists & ~(MR_RES_NEG * 7)) | (MR_RES_NEG * 3); in _apply_holiness_resists()
343 resists |= MR_RES_TORMENT; in _apply_holiness_resists()
345 return resists; in _apply_holiness_resists()
357 static const map<beast_facet, resists_t> resists = { in _beast_facet_resists() local
364 return lookup(resists, facet, 0); in _beast_facet_resists()
370 const resists_t resists = me ? me->resists in get_mons_class_resists() local
374 return resists; in get_mons_class_resists()
386 resists_t resists = get_mons_class_resists(mon.type); in get_mons_resists() local
389 resists |= mon.ghost->resists; in get_mons_resists()
[all …]
H A Dghost.h40 resists_t resists; variable
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dstats.c95 GtkWidget *resists[PROTECTION_BOXES_X * PROTECTION_BOXES_Y]; member
224 statwindow.resists[i] = gtk_label_new(""); in stats_init()
227 gtk_widget_show(statwindow.resists[i]); in stats_init()
656 if (redraw || cpl.stats.resists[0] != last_stats.resists[0]) { in draw_stats()
657 last_stats.resists[0] = cpl.stats.resists[0]; in draw_stats()
658 snprintf(buff, sizeof(buff), "%d", cpl.stats.resists[0]); in draw_stats()
743 if (cpl.stats.resists[sk]) { in draw_stats()
744 gtk_label_set_text(GTK_LABEL(statwindow.resists[j]), in draw_stats()
747 snprintf(buff, sizeof(buff), "%+4d", cpl.stats.resists[sk]); in draw_stats()
748 gtk_label_set_text(GTK_LABEL(statwindow.resists[j]), buff); in draw_stats()
[all …]
/dports/cad/irsim/irsim-9.7.110/lib/calibrate_spice3/
H A Dgetres55 ./findr -c $cap -n $nwith,$nlen -p $pwith,$plen spi.out |& tee resists
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/
H A Dqol.cpp138 monster_resistance resists[] = { RESIST_MAGIC, RESIST_FIRE, RESIST_LIGHTNING }; in DrawMonsterHealthBar() local
145 } else if (mon->mMagicRes & resists[i]) { in DrawMonsterHealthBar()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/json_tools/jq/
H A Darmor_stats.jq34 # add up the bash resists for the materials
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/json_tools/jq/
H A Darmor_stats.jq34 # add up the bash resists for the materials
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dattk.h37 Bitfield(resists,1); /* Defender resists */
/dports/games/avanor/avanor-0.5.8/creature/
H A Danycr.h125 static void R(const char * resists);
/dports/misc/broot/broot-1.7.0/cargo-crates/ahash-0.7.4/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/ahash-0.7.6/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/devel/texlab/texlab-3.3.0/cargo-crates/ahash-0.7.4/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/ahash-0.7.6/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/ahash-0.7.4/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ahash-0.6.3/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
H A DREADME.md4 [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) cur…
12 …d as keys in a hashmap.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/ahash-0.7.6/
H A DFAQ.md3 … or partial collisions.](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks)
9 …l crypto analysis](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks#diffe…
23 …available on [the wiki](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks).
/dports/www/suphp/suphp-0.7.2/doc/apache/
H A DCONFIG24 Do *NOT* refer to a file but to the directory the file resists in.

12345678910>>...17