Home
last modified time | relevance | path

Searched refs:map_idx (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DSmoothing_Utils.cc112 return RoofAtGridNo(map_idx) || FloorAtGridNo(map_idx); in BuildingAtGridNo()
123 GetVerticalWall(map_idx) || in ValidDecalPlacement()
124 GetHorizontalWall(map_idx) || in ValidDecalPlacement()
125 GetVerticalFence(map_idx) || in ValidDecalPlacement()
126 GetHorizontalFence(map_idx); in ValidDecalPlacement()
246 AddToUndoList(map_idx); in ChangeWall()
253 ChangeWall(GetVerticalWall(map_idx), map_idx, new_piece); in ChangeVerticalWall()
268 void RestoreWalls(UINT32 const map_idx) in RestoreWalls() argument
276 AddToUndoList(map_idx); in RestoreWalls()
277 RemoveStruct(map_idx, wall->usIndex); in RestoreWalls()
[all …]
H A DSmoothing_Utils.h40 void RestoreWalls(UINT32 map_idx);
43 bool BuildingAtGridNo(UINT32 map_idx);
44 LEVELNODE* GetHorizontalWall(UINT32 map_idx);
45 LEVELNODE* GetVerticalWall(UINT32 map_idx);
51 bool ValidDecalPlacement(UINT32 map_idx);
53 UINT16 GetWallType(LEVELNODE const* wall, UINT32 map_idx);
H A DEdit_Sys.cc314 if (map_idx >= GRIDSIZE) return; in PasteSingleWallCommon()
316 AddToUndoList(map_idx); in PasteSingleWallCommon()
326 AddOnRoofToTail(map_idx, idx); in PasteSingleWallCommon()
336 AddRoofToTail(map_idx, idx); in PasteSingleWallCommon()
369 AddRoofToTail(map_idx, idx); in PasteSingleWallCommon()
377 AddLandToHead(map_idx, idx); in PasteSingleWallCommon()
384 AddStructToTail(map_idx, idx); in PasteSingleWallCommon()
389 AddStructToHead(map_idx, idx); in PasteSingleWallCommon()
393 AddStructToTail(map_idx, idx); in PasteSingleWallCommon()
590 AddToUndoList(map_idx); in PasteTextureCommon()
[all …]
H A DNewSmooth.cc17 static bool CaveAtGridNo(INT32 const map_idx) in CaveAtGridNo() argument
19 if (map_idx < 0 || NOWHERE <= map_idx) return true; in CaveAtGridNo()
21 if (FindStructure(map_idx, STRUCTURE_CAVEWALL)) return true; in CaveAtGridNo()
575 AddToUndoList(map_idx); in RebuildRoofUsingFloorInfo()
576 EraseRoof(map_idx); in RebuildRoofUsingFloorInfo()
596 AddRoofToHead(map_idx, tile_idx); in RebuildRoofUsingFloorInfo()
613 AddToUndoList(map_idx); in RebuildRoof()
614 EraseRoof(map_idx); in RebuildRoof()
620 bool const bottom = GetHorizontalWall(map_idx); in RebuildRoof()
621 bool const right = GetVerticalWall( map_idx); in RebuildRoof()
[all …]
H A DEditScreen.cc2812 SpecifyEntryPoint(map_idx); in HandleMouseClicksInGameScreen()
2822 AddMercToWorld(map_idx); in HandleMouseClicksInGameScreen()
2854 if (ValidDecalPlacement(map_idx)) PasteSingleDecal(map_idx); in HandleMouseClicksInGameScreen()
2881 InitDoorEditing(map_idx); in HandleMouseClicksInGameScreen()
2885 KillBuilding(map_idx); in HandleMouseClicksInGameScreen()
2892 CopyBuilding(map_idx); in HandleMouseClicksInGameScreen()
2899 PasteBanks(map_idx, TRUE); in HandleMouseClicksInGameScreen()
2903 PasteRoads(map_idx); in HandleMouseClicksInGameScreen()
2907 TerrainFill(map_idx); in HandleMouseClicksInGameScreen()
2966 EraseWalls(map_idx); in HandleMouseClicksInGameScreen()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/input/drivers_keyboard/
H A Dkeyboard_event_xkb.c126 *map_idx = xkb_keymap_mod_get_index( in init_xkb()
128 map_idx++; in init_xkb()
131 *map_idx = xkb_keymap_mod_get_index( in init_xkb()
133 map_idx++; in init_xkb()
136 *map_idx = xkb_keymap_mod_get_index( in init_xkb()
138 map_idx++; in init_xkb()
141 *map_idx = xkb_keymap_mod_get_index( in init_xkb()
143 map_idx++; in init_xkb()
146 *map_idx = xkb_keymap_mod_get_index( in init_xkb()
201 if (*map_idx != XKB_MOD_INVALID) in handle_xkb()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DTMatrix.cpp342 int n, m, s, map_idx; in expand_RX() local
343 map_idx = idxMap_[{I, k, J, l}]; in expand_RX()
354 if (T_[map_idx]->isSingular()) in expand_RX()
356 Pt vec = T_[map_idx]->get_TVec(); in expand_RX()
447 if (T_[map_idx]->isSingular()) in expand_RHX()
493 int map_idx; in expand_dRdtheta_sing() local
546 int map_idx; in expand_dRdphi_sing() local
599 int m, n, map_idx; in conv_to_cart() local
603 map_idx = idxMap_[{I, k, J, l}]; in conv_to_cart()
604 Pt v = T_[map_idx]->get_TVec(); in conv_to_cart()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecPicMgr.c298 return (map_idx != INVALID_IDX) ? dec_handle_ptr->ref_frame_map[map_idx] : NULL; in get_ref_frame_buf()
303 return (map_idx != INVALID_IDX) ? &dec_handle_ptr->ref_scale_factors[map_idx] : NULL; in get_ref_scale_factors()
311 return (map_idx != INVALID_IDX) ? dec_handle_ptr->ref_frame_map[map_idx] : NULL; in get_primary_ref_frame_buf()
323 return info_a->map_idx - info_b->map_idx; in compare_ref_frame_info()
329 dec_handle_ptr->remapped_ref_idx[frame_idx] = ref_info->map_idx; in set_ref_frame_info()
346 const int32_t map_idx = i; in svt_set_frame_refs() local
348 ref_frame_info[i].map_idx = map_idx; in svt_set_frame_refs()
369 if (map_idx == lst_map_idx) in svt_set_frame_refs()
371 if (map_idx == gld_map_idx) in svt_set_frame_refs()
432 if (ref_frame_info[i].map_idx == lst_map_idx) { in svt_set_frame_refs()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecPicMgr.c298 return (map_idx != INVALID_IDX) ? dec_handle_ptr->ref_frame_map[map_idx] : NULL; in get_ref_frame_buf()
303 return (map_idx != INVALID_IDX) ? &dec_handle_ptr->ref_scale_factors[map_idx] : NULL; in get_ref_scale_factors()
311 return (map_idx != INVALID_IDX) ? dec_handle_ptr->ref_frame_map[map_idx] : NULL; in get_primary_ref_frame_buf()
323 return info_a->map_idx - info_b->map_idx; in compare_ref_frame_info()
329 dec_handle_ptr->remapped_ref_idx[frame_idx] = ref_info->map_idx; in set_ref_frame_info()
346 const int32_t map_idx = i; in svt_set_frame_refs() local
348 ref_frame_info[i].map_idx = map_idx; in svt_set_frame_refs()
369 if (map_idx == lst_map_idx) in svt_set_frame_refs()
371 if (map_idx == gld_map_idx) in svt_set_frame_refs()
432 if (ref_frame_info[i].map_idx == lst_map_idx) { in svt_set_frame_refs()
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DWorldMan.cc277 RemoveLandEx(map_idx, idx); in RemoveLand()
278 AdjustForFullTile(map_idx); in RemoveLand()
493 RemoveLand(map_idx, l.usIndex); in RemoveHigherLandLevels()
498 AdjustForFullTile(map_idx); in RemoveHigherLandLevels()
555 AddStructToMapTempFile(map_idx, idx); in AddStructToTailCommon()
612 AddStructToMapTempFile(map_idx, idx); in AddStructToHead()
714 RemoveShadowBuddy(map_idx, idx); in InternalRemoveStruct()
727 InternalRemoveStruct(map_idx, anchor); in RemoveStruct()
741 InternalRemoveStruct(map_idx, anchor); in RemoveStructFromLevelNode()
864 AddStructToHead(map_idx, idx); in AddWallToStructLayer()
[all …]
H A DWorldMan.h26 LEVELNODE* FindTypeInObjectLayer(UINT32 map_idx, UINT32 type);
35 LEVELNODE* FindTypeInRoofLayer(UINT32 map_idx, UINT32 type);
54 void RemoveLand(UINT32 map_idx, UINT16 idx);
57 LEVELNODE* FindTypeInLandLayer(UINT32 map_idx, UINT32 type);
63 void RemoveHigherLandLevels(UINT32 map_idx, UINT32 src_type, std::vector<UINT32>& higher_types);
71 void RemoveStruct(UINT32 map_idx, UINT16 usIndex);
77 bool AddWallToStructLayer(INT32 map_idx, UINT16 idx, bool replace);
81 void RemoveStructFromLevelNode(UINT32 map_idx, LEVELNODE*);
99 void RemoveMerc(UINT32 map_idx, SOLDIERTYPE&, bool placeholder);
110 LEVELNODE* FindTypeInTopmostLayer(UINT32 map_idx, UINT32 type);
/dports/dns/gdnsd2/gdnsd-2.4.3/t/libgdmaps/
H A Dgdmaps_test.c41 const unsigned map_idx = (unsigned)rv; in gdmaps_test_lookup_noop() local
51 gdmaps_lookup(gdmaps, map_idx, &cinfo, &scope); in gdmaps_test_lookup_noop()
60 const unsigned map_idx = (unsigned)rv; in gdmaps_test_lookup_check() local
70 const uint8_t* dclist = gdmaps_lookup(gdmaps, map_idx, &cinfo, &scope); in gdmaps_test_lookup_check()
75 gdmaps_logf_dclist(gdmaps, map_idx, (const uint8_t*)dclist_cmp), in gdmaps_test_lookup_check()
76 gdmaps_logf_dclist(gdmaps, map_idx, dclist)); in gdmaps_test_lookup_check()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskbitmap.c553 if (word_count == iter->map_idx) { in skBitmapIteratorNext()
557 if (iter->bitmap->map[iter->map_idx] >> iter->pos) { in skBitmapIteratorNext()
559 iter->pos += bitmapCountTrailingZeros(iter->bitmap->map[iter->map_idx] in skBitmapIteratorNext()
561 *pos = ((iter->map_idx << 5) | iter->pos); in skBitmapIteratorNext()
565 ++iter->map_idx; in skBitmapIteratorNext()
572 for (++iter->map_idx; iter->map_idx < word_count; ++iter->map_idx) { in skBitmapIteratorNext()
573 if (iter->bitmap->map[iter->map_idx]) { in skBitmapIteratorNext()
575 = bitmapCountTrailingZeros(iter->bitmap->map[iter->map_idx]); in skBitmapIteratorNext()
576 *pos = ((iter->map_idx << 5) | iter->pos); in skBitmapIteratorNext()
580 ++iter->map_idx; in skBitmapIteratorNext()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dmappings.rs22 for map_idx in 0..dumper.mappings.len() { in write()
27 if !dumper.mappings[map_idx].is_interesting() in write()
28 || dumper.mappings[map_idx].is_contained_in(&config.user_mapping_list) in write()
34 .elf_identifier_for_mapping_index(map_idx) in write()
42 let module = fill_raw_module(buffer, &dumper.mappings[map_idx], &identifier)?; in write()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dmappings.rs22 for map_idx in 0..dumper.mappings.len() { in write()
27 if !dumper.mappings[map_idx].is_interesting() in write()
28 || dumper.mappings[map_idx].is_contained_in(&config.user_mapping_list) in write()
34 .elf_identifier_for_mapping_index(map_idx) in write()
42 let module = fill_raw_module(buffer, &dumper.mappings[map_idx], &identifier)?; in write()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dmappings.rs22 for map_idx in 0..dumper.mappings.len() { in write()
27 if !dumper.mappings[map_idx].is_interesting() in write()
28 || dumper.mappings[map_idx].is_contained_in(&config.user_mapping_list) in write()
34 .elf_identifier_for_mapping_index(map_idx) in write()
42 let module = fill_raw_module(buffer, &dumper.mappings[map_idx], &identifier)?; in write()
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dcompact.cpp73 int map_idx (int src) { in map_idx() function
86 int res = map_idx (abs (src)); in map_lit()
106 const int dst = map_idx (src); in map_vector()
123 const int dst = map_idx (src); in map2_vector()
143 int dst = map_idx (abs (src)); in map_flush_and_shrink_lits()
233 const int dst = mapper.map_idx (idx); in compact()
277 const int dst = mapper.map_idx (src); in compact()
313 new_vals[-mapper.map_idx (-src)] = vals[src]; in compact()
315 new_vals[mapper.map_idx (src)] = vals[src]; in compact()
349 const int dst = mapper.map_idx (src); in compact()
/dports/math/libmesh/libmesh-1.6.2/contrib/nemesis/Lib/
H A Dne_gcmp.c86 int status, map_idx, varid, dimid; in ne_get_cmap_params() local
169 if ((map_idx=ne_id_lkup(neid, VAR_N_COMM_IDS, cmap_info_idx, in ne_get_cmap_params()
180 start[0] = map_idx; in ne_get_cmap_params()
194 map_idx) == -1) { in ne_get_cmap_params()
319 if ((map_idx=ne_id_lkup(neid, VAR_E_COMM_IDS, cmap_info_idx, in ne_get_cmap_params()
330 start[0] = map_idx; in ne_get_cmap_params()
344 map_idx) == -1) { in ne_get_cmap_params()
H A Dne_pncm.c76 int map_idx, varid, dimid, status; in ne_put_node_cmap() local
97 if ((map_idx=ne_id_lkup(neid, VAR_N_COMM_IDS, varidx, map_id)) == -1) { in ne_put_node_cmap()
118 start[0] = map_idx; in ne_put_node_cmap()
131 if (ne_get_idx(neid, VAR_N_COMM_DATA_IDX, varidx, map_idx) == -1) { in ne_put_node_cmap()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_get_cmap_params.c83 int status, map_idx, varid, dimid; in ex_get_cmap_params() local
176 if ((map_idx=ne_id_lkup(exoid, VAR_N_COMM_IDS, cmap_info_idx, cmap_id)) < 0) { in ex_get_cmap_params()
186 start[0] = map_idx; in ex_get_cmap_params()
200 map_idx) == -1) { in ex_get_cmap_params()
343 if ((map_idx=ne_id_lkup(exoid, VAR_E_COMM_IDS, cmap_info_idx, in ex_get_cmap_params()
354 start[0] = map_idx; in ex_get_cmap_params()
368 map_idx) == -1) { in ex_get_cmap_params()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_cmap_params.c76 int status, map_idx, varid, dimid; in ex_get_cmap_params() local
166 if ((map_idx = ne_id_lkup(exoid, VAR_N_COMM_IDS, cmap_info_idx, cmap_id)) < 0) { in ex_get_cmap_params()
175 start[0] = map_idx; in ex_get_cmap_params()
187 if (ex_get_idx(exoid, VAR_N_COMM_DATA_IDX, cmap_data_idx, map_idx) == -1) { in ex_get_cmap_params()
327 if ((map_idx = ne_id_lkup(exoid, VAR_E_COMM_IDS, cmap_info_idx, cmap_id)) < 0) { in ex_get_cmap_params()
336 start[0] = map_idx; in ex_get_cmap_params()
348 if (ex_get_idx(exoid, VAR_E_COMM_DATA_IDX, cmap_data_idx, map_idx) == -1) { in ex_get_cmap_params()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/
H A DLineIDMapList.java57 for ( int map_idx = 1; lineIDmaps.hasNext(); map_idx++ ) { in toString()
58 rep.append( "LineIDMap " + map_idx + ": \n" ); in toString()
/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dgdnsd_geoip_test.c62 const unsigned map_idx = (unsigned)rv; in do_lookup() local
83 const uint8_t* dclist = gdmaps_lookup(gdmaps, map_idx, &cinfo, &scope_mask); in do_lookup()
94 gdmaps_logf_dclist(gdmaps, map_idx, dclist) in do_lookup()
101 gdmaps_logf_dclist(gdmaps, map_idx, dclist) in do_lookup()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_cmap_params.c44 int status, map_idx, varid, dimid; in ex_get_cmap_params() local
136 if ((map_idx = ne__id_lkup(exoid, VAR_N_COMM_IDS, cmap_info_idx, cmap_id)) < 0) { in ex_get_cmap_params()
145 start[0] = map_idx; in ex_get_cmap_params()
157 if (ex_get_idx(exoid, VAR_N_COMM_DATA_IDX, cmap_data_idx, map_idx) == -1) { in ex_get_cmap_params()
297 if ((map_idx = ne__id_lkup(exoid, VAR_E_COMM_IDS, cmap_info_idx, cmap_id)) < 0) { in ex_get_cmap_params()
306 start[0] = map_idx; in ex_get_cmap_params()
318 if (ex_get_idx(exoid, VAR_E_COMM_DATA_IDX, cmap_data_idx, map_idx) == -1) { in ex_get_cmap_params()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DStaticModel.hh66 …void writeModelEquationsCode_Block(const string &basename, map_idx_t map_idx, vector<map_idx_t> ma…
69 void writeModelEquationsCode(const string &basename, map_idx_t map_idx) const;
78 map_idx_t map_idx; member in StaticModel
85 void computeTemporaryTermsMapping(temporary_terms_t &temporary_terms, map_idx_t &map_idx);
88 …_file, unsigned int &instruction_number, int eq, int symb_id, map_idx_t &map_idx, temporary_terms_…
90 …, unsigned int &instruction_number, int eq, int var, int lag, map_idx_t &map_idx, temporary_terms_…

12345678910