Home
last modified time | relevance | path

Searched refs:MapElem (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dmapcount.h27 int me_tiletype(MapElem *me_ptr);
28 int me_tmap_flr(MapElem *me_ptr);
32 int me_objref(MapElem *me_ptr);
33 int me_flags(MapElem *me_ptr);
36 int me_param(MapElem *me_ptr);
42 int me_subclip(MapElem *me_ptr);
44 int me_rotflr(MapElem *me_ptr);
71 int me_flag1(MapElem *me_ptr);
72 int me_flag2(MapElem *me_ptr);
73 int me_flag3(MapElem *me_ptr);
[all …]
H A Dpathfind.h29 uchar pf_check_doors(MapElem *pme, char dir, ObjID *open_door);
30 uchar pf_obj_doors(MapElem *pme1, MapElem *pme2, char dir, ObjID *open_door);
H A Dtilemap.h110 typedef uchar (*highlight_func)(FullMap *map, MapElem *elem, LGPoint square, void *data);
112 typedef void (*tile_drawfunc)(struct _tilemap *t, LGPoint square, MapElem *elem, LGPoint pix);
123 MapElem *map;
H A Dmap.h147 } MapElem; typedef
218 MapElem *map;
341 MapElem *global_map;
344 extern MapElem *global_map;
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/EDMS/Tests/
H A Dhackterr.c50 } MapElem; typedef
190 MapElem da_map[6][6] = {
205 int num_vert_plane_facelets(MapElem *curr, MapElem *adj, short plane_id, fix xy, fix z) in num_vert_plane_facelets()
217 errtype physics_apply_tile_contents(MapElem *tile, fix x_off, fix y_off, fix z_off, fix rad) in physics_apply_tile_contents()
222 …_apply_vert_plane(short plane_id, fix xy, fix z, fix rad, fix dist, MapElem *curr, MapElem *adj_me) in physics_apply_vert_plane()
251 MapElem *pme, *adj; in Indoor_Terrain()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Darchiveformat.c93 sizeof(MapElem), // size in memory
96 { RFFT_UINT8, offsetof(MapElem, tiletype) },
97 { RFFT_UINT8, offsetof(MapElem, flr_rotnhgt) },
98 { RFFT_UINT8, offsetof(MapElem, ceil_rotnhgt) },
99 { RFFT_UINT8, offsetof(MapElem, param) },
100 { RFFT_UINT16, offsetof(MapElem, objRef) },
101 { RFFT_UINT16, offsetof(MapElem, tmap_ccolor) },
102 { RFFT_UINT8, offsetof(MapElem, flag1) },
103 { RFFT_UINT8, offsetof(MapElem, flag2) },
104 { RFFT_UINT8, offsetof(MapElem, flag3) },
[all …]
H A Dpathfind.c47 short tile_height(MapElem *pme, char dir, uchar floor);
48 uchar pf_obj_height(MapElem *pme, uchar old_z);
305 short tile_height(MapElem *pme, char dir, uchar floor) { in tile_height()
370 uchar pf_check_doors(MapElem *pme, char dir, ObjID *open_door) { in pf_check_doors()
415 uchar pf_obj_doors(MapElem *pme1, MapElem *pme2, char dir, ObjID *open_door) { in pf_obj_doors()
436 uchar pf_obj_height(MapElem *pme, uchar old_z) { in pf_obj_height()
479 MapElem *pme1, *pme2; in map_connectivity()
H A Damap.c151 uchar wall_seen_p(int wallcode, int csbits, MapElem *cur);
153 void wall_draw(int xm, int ym, int wallcode, int size, MapElem *cur);
212 uchar wall_seen_p(int wallcode, int csbits, MapElem *cur) { in wall_seen_p()
255 uchar wall_seen_p(int wallcode, int csbits, MapElem *cur) { in wall_seen_p()
287 uchar wall_xist_p(int wallcode, int csbits, MapElem *cur) { in wall_xist_p()
308 void wall_draw(int xm, int ym, int wallcode, int size, MapElem *cur) { in wall_draw()
632 MapElem *curmp = MAP_GET_XY(0, 0); in amap_draw()
635 MapElem *mapybase, *init_mapybase; in amap_draw()
856 MapElem *curmp = MAP_MAP; in amap_loc_to_sq()
882 MapElem *curmp = (MapElem *)map_sq; in amap_loc_get_note()
[all …]
H A Drendtool.c156 extern MapElem *_fdt_mptr;
160 static MapElem *home_ptr;
163 MapElem *mptr = (MapElem *)vmptr; in game_obj_block_home()
219 MapElem *mptr = (MapElem *)vmptr; in game_obj_block()
H A Dfrclip.c98 void _fr_sclip_line(MapElem *sp_base, int len, int val);
99 void _fr_sclip_line_check_solid(MapElem *sp_base, int len, int val);
183 void _fr_sclip_line(MapElem *sp_base, int len, int val) { in _fr_sclip_line()
199 extern MapElem *fr_map_base;
203 MapElem *cur_span = fr_map_base; in fr_span_parse()
307 MapElem *mbptr = MAP_MAP, *mptr; in clear_clip_bits()
317 MapElem *mbptr = MAP_MAP, *mptr, *rptr; in set_clip_bits()
366 MapElem *cur_span = fr_map_base; in fr_clip_show_all()
408 MapElem *mptr; // current map pointer
438 static MapElem *eye_mptr;
[all …]
H A Dmap.c43 MapElem *me = FULLMAP_GET_XY(fmap, i, j); in _map_init_elem()
88 fmap->map = (MapElem *)static_map; in map_create()
H A Dfrpipe.c85 MapElem *fr_map_base;
170 fr_map_base = (MapElem *)mptr; in fr_pipe_resize()
228 MapElem *cur_mpt, *base_mpt; in do_seen_pass()
290 MapElem *endcaps[4], *center = MAP_GET_XY(_fr_x_cen, _fr_y_cen); in fr_pipe_go_3()
H A Dfroslew.c117 MapElem *o_t; in fr_objslew_go_real_height()
157 MapElem *o_t; in fr_objslew_allowed()
H A Dmusicai.c225 MapElem *pme; in mlimbs_do_ai()
453 MapElem *pme; in fade_into_location()
513 MapElem *pme; in load_score_for_location()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp227 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
229 if (MapElem.first.first) in build()
230 Args.push_back(MapElem.first.first); in build()
234 if (MapElem.second) in build()
236 MapElem.second)); in build()
238 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp226 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
228 if (MapElem.first.first) in build()
229 Args.push_back(MapElem.first.first); in build()
233 if (MapElem.second) in build()
235 MapElem.second)); in build()
237 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp227 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
229 if (MapElem.first.first) in build()
230 Args.push_back(MapElem.first.first); in build()
234 if (MapElem.second) in build()
236 MapElem.second)); in build()
238 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp226 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
228 if (MapElem.first.first) in build()
229 Args.push_back(MapElem.first.first); in build()
233 if (MapElem.second) in build()
235 MapElem.second)); in build()
237 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp227 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
229 if (MapElem.first.first) in build()
230 Args.push_back(MapElem.first.first); in build()
234 if (MapElem.second) in build()
236 MapElem.second)); in build()
238 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp231 for (auto &MapElem : AssumedKnowledgeMap) { in build() local
233 if (MapElem.first.first) in build()
234 Args.push_back(MapElem.first.first); in build()
238 if (MapElem.second) in build()
240 MapElem.second)); in build()
242 std::string(Attribute::getNameFromAttrKind(MapElem.first.second)), in build()

12345678