Home
last modified time | relevance | path

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

/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DHigh_scores_display.cpp67 my_iter = my_entries.begin(); in print_table()
72 } while (my_iter != my_entries.end()); in print_table()
108 my_iter = my_entries.begin(); in add_entry()
118 } while (my_iter != my_entries.end()); in add_entry()
121 my_entries.pop_back(); in add_entry()
147 my_entries.clear(); // ?! in read_high_scores()
163 my_entries.push_back(temp_entry); in read_high_scores()
187 my_iter = my_entries.begin(); in write_high_scores()
228 my_iter = my_entries.begin(); in init_input()
328 my_iter = my_entries.begin(); in input()
[all …]
H A DHigh_scores_display.h100 std::vector<High_score_entry> my_entries; variable
/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dbox_manager.h106 hypre_BoxManEntry **my_entries; /* Points into entries that are mine and member
162 #define hypre_BoxManMyEntries(manager) ((manager) -> my_entries)
H A Dbox_manager.c544 hypre_BoxManEntry **my_entries = hypre_BoxManMyEntries(manager); in hypre_BoxManIncSize() local
548my_entries = hypre_TReAlloc(my_entries, hypre_BoxManEntry *, max_nentries, HYPRE_MEMORY_HOST); in hypre_BoxManIncSize()
551 hypre_BoxManMyEntries(manager) = my_entries; in hypre_BoxManIncSize()
740 hypre_BoxManEntry **my_entries = hypre_BoxManMyEntries(manager); in hypre_BoxManAddEntry() local
744 my_entries[num_my_entries] = &entries[nentries]; in hypre_BoxManAddEntry()
1199 hypre_BoxManEntry **my_entries = hypre_BoxManMyEntries(manager); in hypre_BoxManAssemble() local
1214 hypre_entryqsort2(my_ids, my_entries, 0, num_my_entries - 1); in hypre_BoxManAssemble()
1296 entry_ptr = my_entries[i]; in hypre_BoxManAssemble()
1798 entry = my_entries[i]; in hypre_BoxManAssemble()
2707 hypre_BoxManEntry **my_entries = hypre_BoxManMyEntries(manager) ; in hypre_FillResponseBoxManAssemble2() local
[all …]
H A D_hypre_struct_mv.h877 hypre_BoxManEntry **my_entries; /* Points into entries that are mine and member
933 #define hypre_BoxManMyEntries(manager) ((manager) -> my_entries)
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgapplication.c732 GOptionEntry my_entries[2] = in g_application_add_main_option_entries() local
737 my_entries[0] = entries[i]; in g_application_add_main_option_entries()
739 if (!my_entries[0].arg_data) in g_application_add_main_option_entries()
740 add_packed_option (application, &my_entries[0]); in g_application_add_main_option_entries()
742 g_option_group_add_entries (application->priv->main_options, my_entries); in g_application_add_main_option_entries()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_pack.py652 my_entries = [(entry_sha, 178, 42)]
653 idx = self.index('single.idx', my_entries, pack_checksum)
657 self.assertEqual(len(my_entries), len(actual_entries))
658 for mine, actual in zip(my_entries, actual_entries):
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dtermed.c402 static char my_entries[1024];
407 char *p = my_entries;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dparameter_handler.cc747 const boost::property_tree::ptree &my_entries = in parse_input_from_xml() local
751 my_entries, "", path_separator, patterns, skip_undefined, *this); in parse_input_from_xml()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dtermed.cpp1275 static char my_entries[1024]; variable
1279 char *p = my_entries; in setupterm()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dtermed.cpp1275 static char my_entries[1024]; variable
1279 char *p = my_entries; in setupterm()