Home
last modified time | relevance | path

Searched refs:to_it (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/libs/
H A DTypeManager_old.cpp521 if ( to_it != toMap.end() ) in register_lexical_cast()
666 lexMap_t::iterator to_it; in printLexicalCastingTable() local
853 ctxMap_t::iterator to_it; in printContextCastingTable() local
861 for( to_it = from_it->second.begin(); to_it != to_itEnd; ++to_it ) in printContextCastingTable()
1174 lCastMap_t::iterator to_it; in generateLexicalCastingTable() local
1198 for ( to_it = from_it->second.begin(); to_it != to_itEnd; ++to_it ) in generateLexicalCastingTable()
1253 cCastMap_t::iterator to_it; in generateContextCastingTable() local
1264 for( to_it = src_it->second.begin(); to_it != to_itEnd; ++to_it ) in generateContextCastingTable()
1301 for (to_it = from_it->second.begin(); to_it != to_itEnd; ++to_it ) in generateContextCastingTable()
1406 isExact = to_it->second->exact; in lexical_castable()
[all …]
H A DTypeManager.cpp720 std::map<std::string, type_t>::iterator to_it; in printLexicalCastingTable() local
725 for( to_it = typeByName.begin(); to_it != name_itEnd; ++to_it ) in printLexicalCastingTable()
727 if ( name_it == to_it ) in printLexicalCastingTable()
865 lCastMap_t::iterator to_it; in generateLexicalCastingTable()
889 for ( to_it = from_it->second.begin(); to_it != to_itEnd; ++to_it ) in generateLexicalCastingTable()
892 if ( exactVisited.count(to_it->first) != 0 ) in generateLexicalCastingTable()
896 lCastChain_t tmpChain(node.chain, to_it->second); in generateLexicalCastingTable()
900 m_fwdLexCast[src_it->first][to_it->first] in generateLexicalCastingTable()
901 = m_revLexCast[to_it->first][src_it->first] in generateLexicalCastingTable()
905 { exactVisited.insert(to_it->first); } in generateLexicalCastingTable()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DwallOverlap.cpp40 ListPolyIt to_it = to_link.a; in getFlow() local
45 std::swap(to_it, to_other_it); in getFlow()
47 ListPolyIt from_it = to_it.prev(); in getFlow()
70 …overlap_area = std::max(overlap_area, handlePotentialOverlap(to_it, to_it, to_link, to_other_next_… in getFlow()
81 …overlap_area = std::max(overlap_area, handlePotentialOverlap(from_it, to_it, to_link, to_other_it,… in getFlow()
94 …overlap_area = std::max(overlap_area, handlePotentialOverlap(from_it, to_it, to_link, to_other_nex… in getFlow()
105 …tation::handlePotentialOverlap(const ListPolyIt from_it, const ListPolyIt to_it, const ProximityPo… in handlePotentialOverlap() argument
121 …return getApproxOverlapArea(from_it.p(), to_it.p(), to_link.dist, to_other_it.p(), from_other_it.p… in handlePotentialOverlap()
H A DwallOverlap.h94 …coord_t handlePotentialOverlap(const ListPolyIt from_it, const ListPolyIt to_it, const ProximityPo…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules() local
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
95 if (from_entry->address > (*to_it)->address) in CopyCFIDataBetweenModules()
96 ++to_it; in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
103 from_entry_end < (*to_it)->address)) { in CopyCFIDataBetweenModules()
/dports/math/libmesh/libmesh-1.6.2/src/solution_transfer/
H A Ddirect_solution_transfer.C61 std::set<dof_id_type>::iterator to_it = to_var_indices.begin(); in transfer() local
65 for (; from_it != from_it_end; ++from_it, ++to_it) in transfer()
66 to_sys->solution->set(*to_it, from_solution(*from_it)); in transfer()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dlist.h61 X_ITER<ITERATOR, CLASSNAME> to_it(this); in deep_copy()
64 to_it.add_after_then_move((*copier)(from_it.data())); in deep_copy()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DDirectories.cpp489 auto to_it = to_abs.begin(); in RelativePath() local
491 while (from_it != end_from_it && to_it != end_to_it && *from_it == *to_it) { in RelativePath()
493 ++to_it; in RelativePath()
497 for (; to_it != end_to_it; ++to_it) in RelativePath()
498 { retval /= *to_it; } in RelativePath()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_mask_expand.c320 int to_it = ss->filter_cache->mask_update_it[from_v] + 1; in mask_expand_floodfill_cb() local
321 ss->filter_cache->mask_update_it[to_v] = to_it; in mask_expand_floodfill_cb()
322 if (to_it > ss->filter_cache->mask_update_last_it) { in mask_expand_floodfill_cb()
323 ss->filter_cache->mask_update_last_it = to_it; in mask_expand_floodfill_cb()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Defl_canvas_vg_container.c362 Eina_Iterator *from_it, *to_it; in _efl_canvas_vg_container_efl_gfx_path_interpolate() local
376 to_it = efl_canvas_vg_container_children_get((Efl_VG *)to); in _efl_canvas_vg_container_efl_gfx_path_interpolate()
382 res &= eina_iterator_next(to_it, (void **)&to_child); in _efl_canvas_vg_container_efl_gfx_path_interpolate()
405 eina_iterator_free(to_it); in _efl_canvas_vg_container_efl_gfx_path_interpolate()
/dports/audio/praat/praat-6.2.03/sys/
H A DGuiText.cpp197 GtkTextIter from_it, to_it; in _GuiText_delete() local
199 gtk_text_buffer_get_iter_at_offset (buffer, & to_it, to_pos); in _GuiText_delete()
200 gtk_text_buffer_delete_interactive (buffer, & from_it, & to_it, in _GuiText_delete()
202 gtk_text_buffer_place_cursor (buffer, & to_it); in _GuiText_delete()
1012 GtkTextIter from_it, to_it; in GuiText_replace() local
1014 gtk_text_buffer_get_iter_at_offset (buffer, & to_it, to_pos); in GuiText_replace()
1015 gtk_text_buffer_delete_interactive (buffer, & from_it, & to_it, in GuiText_replace()
1133 GtkTextIter from_it, to_it; in GuiText_setSelection() local
1135 gtk_text_buffer_get_iter_at_offset (buffer, & to_it, last); in GuiText_setSelection()
1136 gtk_text_buffer_select_range (buffer, & from_it, & to_it); in GuiText_setSelection()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/unit_test/
H A Dunit_test_loc_edit.cpp545 vector<TSeqPos>::iterator to_it = to.begin(); in s_MakePackedInt() local
553 interval->SetTo(*to_it); in s_MakePackedInt()
556 ++to_it; in s_MakePackedInt()
567 vector<TSeqPos>::iterator to_it = to.begin(); in s_CheckPackedInt() local
569 s_CheckInterval(**lit, *from_it, *to_it); in s_CheckPackedInt()
572 ++to_it; in s_CheckPackedInt()
581 vector<TSeqPos>::iterator to_it = to.begin(); in s_MakeMixLoc() local
587 if (*from_it == *to_it) { in s_MakeMixLoc()
593 sub->SetInt().SetTo(*to_it); in s_MakeMixLoc()
597 ++to_it; in s_MakeMixLoc()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/fs/
H A Dpath.zig1099 var to_it = mem.tokenize(u8, resolved_to, "/\\");
1101 const from_component = from_it.next() orelse return allocator.dupe(u8, to_it.rest());
1102 const to_rest = to_it.rest();
1103 if (to_it.next()) |to_component| {
1150 var to_it = mem.tokenize(u8, resolved_to, "/");
1152 const from_component = from_it.next() orelse return allocator.dupe(u8, to_it.rest());
1153 const to_rest = to_it.rest();
1154 if (to_it.next()) |to_component| {
/dports/lang/zig/zig-0.9.0/lib/std/fs/
H A Dpath.zig1099 var to_it = mem.tokenize(u8, resolved_to, "/\\");
1101 const from_component = from_it.next() orelse return allocator.dupe(u8, to_it.rest());
1102 const to_rest = to_it.rest();
1103 if (to_it.next()) |to_component| {
1150 var to_it = mem.tokenize(u8, resolved_to, "/");
1152 const from_component = from_it.next() orelse return allocator.dupe(u8, to_it.rest());
1153 const to_rest = to_it.rest();
1154 if (to_it.next()) |to_component| {
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dcsndfile.c1531 void csf_export_s3m_effect(uint8_t *pcmd, uint8_t *pprm, int to_it) in csf_export_s3m_effect() argument
1539 if (!to_it) param = ((param / 10) << 4) + (param % 10); break; in csf_export_s3m_effect()
1556 if (!to_it && param == 0x91) { in csf_export_s3m_effect()
1565 case FX_GLOBALVOLUME: effect = 'V'; if (!to_it) param >>= 1;break; in csf_export_s3m_effect()
1569 if (!to_it) in csf_export_s3m_effect()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/midiedit/
H A Dscoreedit.h661 …Painter& p, int y, staff_t& staff, ScoreItemList::iterator from_it, ScoreItemList::iterator to_it);
672 bool need_redraw_for_hilighting(ScoreItemList::iterator from_it, ScoreItemList::iterator to_it);
H A Dscoreedit.cpp3328 ScoreItemList::iterator from_it, to_it; in draw_items() local
3346 to_it=staff.itemlist.upper_bound(to_tick); in draw_items()
3352 if (to_it!=staff.itemlist.end()) to_it++; //do one tick more than necessary. this will draw ties in draw_items()
3354 draw_items(p,y, staff, from_it, to_it); in draw_items()
3362 …r& p, int y_offset, staff_t& staff, ScoreItemList::iterator from_it, ScoreItemList::iterator to_it) in draw_items() argument
3381 for (ScoreItemList::iterator it2=from_it; it2!=to_it; it2++) in draw_items()
3658 ScoreItemList::iterator from_it, to_it; in need_redraw_for_hilighting() local
3668 to_it=itemlist.upper_bound(to_tick); in need_redraw_for_hilighting()
3671 return need_redraw_for_hilighting(from_it, to_it); in need_redraw_for_hilighting()
3674 …eCanvas::need_redraw_for_hilighting(ScoreItemList::iterator from_it, ScoreItemList::iterator to_it) in need_redraw_for_hilighting() argument
[all …]
/dports/math/clingo/clingo-5.5.1/libclingo/
H A Dclingo.hh442 Span(I to_it = I()) in Span() argument
443 : Span(nullptr, size_t(0), to_it) { } in Span()
447 Span(T const *begin, size_t size, I to_it = I()) in Span() argument
448 : Span(begin, begin + size, to_it) { } // NOLINT in Span()
449 Span(std::initializer_list<T> c, I to_it = I()) in Span() argument
450 : Span(c.size() > 0 ? &*c.begin() : nullptr, c.size(), to_it) { } in Span()
452 Span(U const &c, I to_it = I()) in Span() argument
453 : Span(!c.empty() ? &*c.begin() : nullptr, c.size(), to_it) { } in Span()
454 Span(T const *begin, T const *end, I to_it = I()) in Span() argument
455 : I(to_it) in Span()
[all …]

12