Home
last modified time | relevance | path

Searched refs:Deaths (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/res/raw/
H A Dteam_two.hwt17 Deaths=0
25 Deaths=0
33 Deaths=0
41 Deaths=0
49 Deaths=0
57 Deaths=0
65 Deaths=0
73 Deaths=0
H A Dteam_one.hwt17 Deaths=0
25 Deaths=0
33 Deaths=0
41 Deaths=0
49 Deaths=0
57 Deaths=0
65 Deaths=0
73 Deaths=0
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/res/raw/
H A Dteam_two.hwt17 Deaths=0
25 Deaths=0
33 Deaths=0
41 Deaths=0
49 Deaths=0
57 Deaths=0
65 Deaths=0
73 Deaths=0
H A Dteam_one.hwt17 Deaths=0
25 Deaths=0
33 Deaths=0
41 Deaths=0
49 Deaths=0
57 Deaths=0
65 Deaths=0
73 Deaths=0
/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.c48 static unsigned int *Deaths = NULL; /* [NWarriors] */ variable
151 if (Deaths) { free(Deaths); Deaths = NULL; } in free_related_memory()
168 Deaths = (unsigned int*)malloc(sizeof(unsigned int*)*NWarriors); in alloc_related_memory()
180 if (!(Warriors && Positions && StartPositions && Deaths && in alloc_related_memory()
593 nalive = sim_mw( NWarriors, &StartPositions[0], &Deaths[0] ); in main()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dexhaust.c48 static unsigned int *Deaths = NULL; /* [NWarriors] */ variable
151 if (Deaths) { free(Deaths); Deaths = NULL; } in free_related_memory()
168 Deaths = (unsigned int*)malloc(sizeof(unsigned int*)*NWarriors); in alloc_related_memory()
180 if (!(Warriors && Positions && StartPositions && Deaths && in alloc_related_memory()
593 nalive = sim_mw( NWarriors, &StartPositions[0], &Deaths[0] ); in main()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_dead_letter.erl205 {array, Deaths} ->
208 is_cycle(Queue, Deaths)
211 {table, D} <- Deaths],
220 is_cycle(Queue, Deaths) ->
227 end, Deaths),
H A Drabbit_mirror_queue_coordinator.erl431 members_changed([CPid], _Births, Deaths) ->
432 ok = gen_server2:cast(CPid, {gm_deaths, Deaths}).
/dports/graphics/R-cran-dygraphs/dygraphs/inst/examples/
H A Dexamples.Rmd13 dygraph(ts, "Deaths from Lung Disease (UK)") %>%
14 dySeries("ldeaths", label = "Deaths") %>%
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DPlayerReplicationInfo.vc40 int Deaths;
49 Frags, Deaths, KillCount, ItemCount, SecretCount;
/dports/science/R-cran-Epi/Epi/man/
H A DDMepi.Rd29 ftable( addmargins( xtabs( cbind( Deaths=D.nD+D.DM,
34 # Deaths and person-years in the population of diabetes patients
36 ftable( addmargins( xtabs( cbind( Deaths=D.DM,
/dports/games/tycho/tycho/
H A Dexhaust.c53 static unsigned int *Deaths = NULL; /* [NWarriors] */ variable
152 if (Deaths) { in free_related_memory()
153 free (Deaths); in free_related_memory()
154 Deaths = NULL; in free_related_memory()
174 Deaths = (unsigned int *) malloc (sizeof (unsigned int *) * NWarriors); in alloc_related_memory()
/dports/games/species/tycho/
H A Dexhaust.c53 static unsigned int *Deaths = NULL; /* [NWarriors] */ variable
152 if (Deaths) { in free_related_memory()
153 free (Deaths); in free_related_memory()
154 Deaths = NULL; in free_related_memory()
174 Deaths = (unsigned int *) malloc (sizeof (unsigned int *) * NWarriors); in alloc_related_memory()
/dports/games/odamex/odamex-src-0.7.0/odalaunch/src/
H A Dlst_players.cpp247 else if (s.Info.Players[i].Frags >= 1 && !s.Info.Players[i].Deaths) in AddPlayersToList()
250 kdr = (float)s.Info.Players[i].Frags / (float)s.Info.Players[i].Deaths; in AddPlayersToList()
265 s.Info.Players[i].Deaths)); in AddPlayersToList()
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_playerreplicationinfo.h43 vint32 Deaths; variable
/dports/math/R/R-4.1.2/src/library/datasets/man/
H A DUSAccDeaths.Rd10 Accidental Deaths in the US 1973--1978
H A DUKLungDeaths.Rd13 Monthly Deaths from Lung Diseases in the UK
/dports/math/libRmath/R-4.1.1/src/library/datasets/man/
H A DUSAccDeaths.Rd10 Accidental Deaths in the US 1973--1978
H A DUKLungDeaths.Rd13 Monthly Deaths from Lung Diseases in the UK
/dports/science/R-cran-epicalc/epicalc/man/
H A DSO2.Rd6 Deaths in London from 1st-15th Dec 1952
/dports/games/glest-data/glest_game/data/lang/
H A Denglish.lng43 Deaths=Deaths
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dexhaust.c47 static unsigned int Deaths[MAX_WARRIORS]; variable
530 nalive = sim_mw( NWarriors, &StartPositions[0], &Deaths[0] ); in main()
/dports/deskutils/calendar-data/calendar-data-2020.10/
H A Dcalendar.lotr20 03/08 Deaths of Denethor & Theoden
/dports/games/pcgen/pcgen/data/3e/fantasy_flight_games/legends_and_lairs/school_of_illusion/
H A Dschoolillusion_equip_weap_melee_specific.lst7 Dagger of Gruesome Deaths PROFICIENCY:WEAPON|Dagger TYPE:Magic.Weapon.Simple.Melee.Ranged.Piercing.…
/dports/games/fmars/fmars-0.0.207/
H A Dexhaust.c58 static int Deaths[MAX_WARRIORS]; variable
641 accumulate_results (mars, nalive, Deaths, n); in main()

123456789