Home
last modified time | relevance | path

Searched refs:_in_map (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-delve.cc92 static inline bool _in_map(map_lines *map, coord_def c) in _in_map() function
113 ASSERT(_in_map(map, c)); in _digcell()
128 if (!_in_map(map, neigh) || !_diggable(map, neigh)) in _digcell()
138 ASSERT(_in_map(map, c)); in ngb_count()
153 ASSERT(_in_map(map, c)); in ngb_groups()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplugin_insert.cc1518 if (num < _in_map.size()) { in set_input_map()
1519 bool changed = _in_map[num] != m; in set_input_map()
1520 _in_map[num] = m; in set_input_map()
1557 _in_map[0] = im; in pre_seed()
1569 for (PinMappings::const_iterator i = _in_map.begin (); i != _in_map.end (); ++i, ++pc) { in input_map()
1587 for (PinMappings::const_iterator i = _in_map.begin (); i != _in_map.end (); ++i, ++pc) { in no_sc_input_map()
1672 assert (_in_map.size () == 1); in check_inplace()
1835 _in_map = new_ins; in sanitize_maps()
1845 const PinMappings old_in (_in_map); in reset_map()
1848 _in_map.clear (); in reset_map()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplugin_insert.h96 if (num < _in_map.size()) { in input_map()
97 return _in_map.find (num)->second; in input_map()
404 PinMappings _in_map; variable
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dprocessor_box.h325 _in_map = other._in_map; in copy_state()
363 ARDOUR::ChanMapping _in_map; variable
H A Dplugin_pin_dialog.h95 Mappings _in_map; variable
H A Dprocessor_box.cc1238 _in_map = in_map; in set()
1248 if (!_in_map.is_monotonic () || !_in_map.is_identity ()) { in in_identity()
1251 if (_in_map.n_total () != _sinks.n_total () || _in.n_total () != _sinks.n_total ()) { in in_identity()
1280 if (_fed_by && !_f_out_map.is_identity () && !_in_map.is_identity ()) { in can_coalesce()
1459 uint32_t idx = _in_map.get (dt, pn, &valid_in); in expose_coalesced_input_map()
1510 uint32_t idx = _in_map.get (dt, pn, &valid_in); in expose_input_map()
H A Dplugin_pin_dialog.cc407 _in_map.clear (); in plugin_reconfigured()
425 _in_map[n] = _pi->input_map (n); in plugin_reconfigured()
1081 const ChanMapping::Mappings in_map = _in_map[i].mappings (); in darea_expose_event()
1184 const ChanMapping& map (_in_map[e->ip]); in start_drag()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dadaptors.h3189 : _in_map(*adaptor._digraph), _out_map(*adaptor._digraph) {} in NodeMapBase()
3191 : _in_map(*adaptor._digraph, value), in NodeMapBase()
3195 if (SplitNodesBase<DGR>::inNode(key)) { _in_map.set(key, val); } in set()
3200 if (SplitNodesBase<DGR>::inNode(key)) { return _in_map[key]; }
3205 if (Adaptor::inNode(key)) { return _in_map[key]; }
3210 NodeImpl _in_map, _out_map;
3469 : _in_map(in_map), _out_map(out_map) {} in CombinedNodeMap()
3474 return _in_map[key];
3483 return _in_map[key];
3492 _in_map.set(key, value); in set()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dadaptors.h3189 : _in_map(*adaptor._digraph), _out_map(*adaptor._digraph) {} in NodeMapBase()
3191 : _in_map(*adaptor._digraph, value), in NodeMapBase()
3195 if (SplitNodesBase<DGR>::inNode(key)) { _in_map.set(key, val); } in set()
3200 if (SplitNodesBase<DGR>::inNode(key)) { return _in_map[key]; }
3205 if (Adaptor::inNode(key)) { return _in_map[key]; }
3210 NodeImpl _in_map, _out_map;
3469 : _in_map(in_map), _out_map(out_map) {} in CombinedNodeMap()
3474 return _in_map[key];
3483 return _in_map[key];
3492 _in_map.set(key, value); in set()
[all …]
/dports/devel/p5-Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.42/t/
H A Dreadline.t277 # test rl_bind_key[_in_map], rl_bind_key_if_unbound[_in_map]!!!,
278 # rl_unbind_key[_in_map] (below), rl_unbind_function_in_map (below), rl_unbind_command_in_map (belo…
279 # rl_bind_keyseq[_in_map]!!!, rl_set_key, rl_bind_keyseq_if_unbound[_in_map]!!!,
394 # rl_invoking_keyseqs[_in_map]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dadaptors.h3189 : _in_map(*adaptor._digraph), _out_map(*adaptor._digraph) {} in NodeMapBase()
3191 : _in_map(*adaptor._digraph, value), in NodeMapBase()
3195 if (SplitNodesBase<DGR>::inNode(key)) { _in_map.set(key, val); } in set()
3200 if (SplitNodesBase<DGR>::inNode(key)) { return _in_map[key]; }
3205 if (Adaptor::inNode(key)) { return _in_map[key]; }
3210 NodeImpl _in_map, _out_map;