Home
last modified time | relevance | path

Searched refs:PSpaces (Results 1 – 14 of 14) sorted by relevance

/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.c58 static pspace_t ** PSpaces = NULL; /* [NWarriors] */ variable
156 if (PSpaces) { free(PSpaces); PSpaces = NULL; } in free_related_memory()
178 PSpaces = (pspace_t **)malloc(sizeof(pspace_t*) * NWarriors); in alloc_related_memory()
181 Results && Results[0] && PSpaces)) in alloc_related_memory()
353 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
368 pspace_share( PSpaces[i], PSpaces[j] ); in amalgamate_pspaces()
402 ps[i] = PSpaces[(i + round) % NWarriors]; in set_starting_order()
426 result = pspace_get(PSpaces[i], 0); in accumulate_results()
H A Dsim.c236 if (PSpaces) { in free_pspaces()
238 pspace_free(PSpaces[i]); in free_pspaces()
240 free(PSpaces); in free_pspaces()
244 PSpaces = NULL; in free_pspaces()
254 PSpaces = NULL; in alloc_pspaces()
262 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
291 return PSpaces; in sim_get_pspaces()
297 return PSpaces[war_id]; in sim_get_pspace()
319 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
329 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dexhaust.c58 static pspace_t ** PSpaces = NULL; /* [NWarriors] */ variable
156 if (PSpaces) { free(PSpaces); PSpaces = NULL; } in free_related_memory()
178 PSpaces = (pspace_t **)malloc(sizeof(pspace_t*) * NWarriors); in alloc_related_memory()
181 Results && Results[0] && PSpaces)) in alloc_related_memory()
353 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
368 pspace_share( PSpaces[i], PSpaces[j] ); in amalgamate_pspaces()
402 ps[i] = PSpaces[(i + round) % NWarriors]; in set_starting_order()
426 result = pspace_get(PSpaces[i], 0); in accumulate_results()
H A Dsim.c236 if (PSpaces) { in free_pspaces()
238 pspace_free(PSpaces[i]); in free_pspaces()
240 free(PSpaces); in free_pspaces()
244 PSpaces = NULL; in free_pspaces()
254 PSpaces = NULL; in alloc_pspaces()
262 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
291 return PSpaces; in sim_get_pspaces()
297 return PSpaces[war_id]; in sim_get_pspace()
319 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
329 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dsim.c234 if (PSpaces) { in free_pspaces()
236 pspace_free(PSpaces[i]); in free_pspaces()
238 free(PSpaces); in free_pspaces()
242 PSpaces = NULL; in free_pspaces()
252 PSpaces = NULL; in alloc_pspaces()
260 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
289 return PSpaces; in sim_get_pspaces()
295 return PSpaces[war_id]; in sim_get_pspace()
317 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
327 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
H A Dexhaust.c57 static pspace_t * PSpaces[MAX_WARRIORS]; variable
291 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
306 pspace_share( PSpaces[i], PSpaces[j] ); in amalgamate_pspaces()
340 ps[i] = PSpaces[(i + round) % NWarriors]; in set_starting_order()
364 result = pspace_get(PSpaces[i], 0); in accumulate_results()
/dports/games/tycho/tycho/
H A Dsim.c275 if (PSpaces) { in free_pspaces()
277 pspace_free(PSpaces[i]); in free_pspaces()
279 free(PSpaces); in free_pspaces()
283 PSpaces = NULL; in free_pspaces()
293 PSpaces = NULL; in alloc_pspaces()
301 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
330 return PSpaces; in sim_get_pspaces()
336 return PSpaces[war_id]; in sim_get_pspace()
358 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
368 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
H A Dexhaust.c57 static pspace_t **PSpaces = NULL; /* [NWarriors] */ variable
157 if (PSpaces) { in free_related_memory()
158 free (PSpaces); in free_related_memory()
159 PSpaces = NULL; in free_related_memory()
179 PSpaces = (pspace_t **) malloc (sizeof (pspace_t *) * NWarriors); in alloc_related_memory()
347 memcpy (PSpaces, ps, sizeof (pspace_t *) * NWarriors); in save_pspaces()
359 pspace_share (PSpaces[i], PSpaces[j]); in amalgamate_pspaces()
395 ps[i] = PSpaces[(i + round) % NWarriors]; in set_starting_order()
/dports/games/tycho/species/
H A Dsim.c244 if (PSpaces) { in free_pspaces()
246 pspace_free(PSpaces[i]); in free_pspaces()
248 free(PSpaces); in free_pspaces()
252 PSpaces = NULL; in free_pspaces()
262 PSpaces = NULL; in alloc_pspaces()
270 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
299 return PSpaces; in sim_get_pspaces()
305 return PSpaces[war_id]; in sim_get_pspace()
327 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
337 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
/dports/games/species/species/
H A Dsim.c244 if (PSpaces) { in free_pspaces()
246 pspace_free(PSpaces[i]); in free_pspaces()
248 free(PSpaces); in free_pspaces()
252 PSpaces = NULL; in free_pspaces()
262 PSpaces = NULL; in alloc_pspaces()
270 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
299 return PSpaces; in sim_get_pspaces()
305 return PSpaces[war_id]; in sim_get_pspace()
327 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
337 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
/dports/games/species/tycho/
H A Dsim.c275 if (PSpaces) { in free_pspaces()
277 pspace_free(PSpaces[i]); in free_pspaces()
279 free(PSpaces); in free_pspaces()
283 PSpaces = NULL; in free_pspaces()
293 PSpaces = NULL; in alloc_pspaces()
301 PSpaces[i] = pspace_alloc(pspacesize); in alloc_pspaces()
330 return PSpaces; in sim_get_pspaces()
336 return PSpaces[war_id]; in sim_get_pspace()
358 pspace_clear(PSpaces[i]); in sim_clear_pspaces()
368 pspace_privatise(PSpaces[i]); in sim_reset_pspaces()
[all …]
H A Dexhaust.c57 static pspace_t **PSpaces = NULL; /* [NWarriors] */ variable
157 if (PSpaces) { in free_related_memory()
158 free (PSpaces); in free_related_memory()
159 PSpaces = NULL; in free_related_memory()
179 PSpaces = (pspace_t **) malloc (sizeof (pspace_t *) * NWarriors); in alloc_related_memory()
347 memcpy (PSpaces, ps, sizeof (pspace_t *) * NWarriors); in save_pspaces()
359 pspace_share (PSpaces[i], PSpaces[j]); in amalgamate_pspaces()
395 ps[i] = PSpaces[(i + round) % NWarriors]; in set_starting_order()
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/
H A Dstats.rst102 RandomDomains and PSpaces must be sufficiently general to represent domains and
/dports/math/py-sympy/sympy-1.9/doc/src/modules/
H A Dstats.rst198 RandomDomains and PSpaces must be sufficiently general to represent domains and