Home
last modified time | relevance | path

Searched refs:pspace_t (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/tycho/tycho/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h21 pspace_t **sim_get_pspaces(void);
23 pspace_t *sim_get_pspace(unsigned int war_id);
H A Dexhaust.c57 static pspace_t **PSpaces = NULL; /* [NWarriors] */
179 PSpaces = (pspace_t **) malloc (sizeof (pspace_t *) * NWarriors); in alloc_related_memory()
345 pspace_t **ps; in save_pspaces()
347 memcpy (PSpaces, ps, sizeof (pspace_t *) * NWarriors); in save_pspaces()
382 pspace_t **ps; in set_starting_order()
/dports/games/tycho/species/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h22 pspace_t **sim_get_pspaces(void);
24 pspace_t *sim_get_pspace(unsigned int war_id);
/dports/games/species/tycho/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h21 pspace_t **sim_get_pspaces(void);
23 pspace_t *sim_get_pspace(unsigned int war_id);
/dports/games/species/species/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h22 pspace_t **sim_get_pspaces(void);
24 pspace_t *sim_get_pspace(unsigned int war_id);
/dports/games/exhaust/exhaust-1.9.2/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h21 pspace_t **sim_get_pspaces(void);
23 pspace_t *sim_get_pspace(unsigned int war_id);
H A Dexhaust.c58 static pspace_t ** PSpaces = NULL; /* [NWarriors] */
178 PSpaces = (pspace_t **)malloc(sizeof(pspace_t*) * NWarriors); in alloc_related_memory()
351 pspace_t **ps; in save_pspaces()
353 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
388 pspace_t **ps; in set_starting_order()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h21 pspace_t **sim_get_pspaces(void);
23 pspace_t *sim_get_pspace(unsigned int war_id);
H A Dexhaust.c58 static pspace_t ** PSpaces = NULL; /* [NWarriors] */
178 PSpaces = (pspace_t **)malloc(sizeof(pspace_t*) * NWarriors); in alloc_related_memory()
351 pspace_t **ps; in save_pspaces()
353 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
388 pspace_t **ps; in set_starting_order()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dpspace.c7 pspace_get(const pspace_t *p, u32_t paddr) in pspace_get()
14 pspace_set(pspace_t *p, u32_t paddr, field_t val) in pspace_set()
25 pspace_clear(pspace_t *p) in pspace_clear()
32 pspace_free(pspace_t *p) in pspace_free()
42 pspace_t *
45 pspace_t *p; in pspace_alloc()
46 if (( p = (pspace_t*)malloc(sizeof(pspace_t)))) { in pspace_alloc()
59 pspace_share(const pspace_t *shared, pspace_t *sharer) in pspace_share()
65 pspace_privatise(pspace_t *p) in pspace_privatise()
H A Dpspace.h10 } pspace_t; typedef
13 pspace_t *pspace_alloc(u32_t pspacesize);
16 void pspace_free(pspace_t *p);
23 field_t pspace_get(const pspace_t *p, u32_t paddr);
26 void pspace_set(pspace_t *p, u32_t paddr, field_t val);
29 void pspace_clear(pspace_t *p);
33 void pspace_share(const pspace_t *shared, pspace_t *sharer);
36 void pspace_privatise(pspace_t *p);
H A Dsim.h26 pspace_t **sim_get_pspaces(void);
28 pspace_t *sim_get_pspace(unsigned int war_id);
H A Dexhaust.c57 static pspace_t * PSpaces[MAX_WARRIORS];
289 pspace_t **ps; in save_pspaces()
291 memcpy( PSpaces, ps, sizeof(pspace_t *)*NWarriors ); in save_pspaces()
326 pspace_t **ps; in set_starting_order()

12