Home
last modified time | relevance | path

Searched refs:order_index (Results 1 – 25 of 60) sorted by relevance

123

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/clustal/
H A Dtree.c170 int order_index = 0; in TraverseTree() local
188 order_index = 0; in TraverseTree()
206 (*piOrderLR_p)[DIFF_NODE*order_index+LEFT_NODE] = leafid; in TraverseTree()
207 (*piOrderLR_p)[DIFF_NODE*order_index+RGHT_NODE] = leafid; in TraverseTree()
208 (*piOrderLR_p)[DIFF_NODE*order_index+PRNT_NODE] = tree_nodeindex; in TraverseTree()
225 (*piOrderLR_p)[DIFF_NODE*order_index+LEFT_NODE] = left; in TraverseTree()
226 (*piOrderLR_p)[DIFF_NODE*order_index+RGHT_NODE] = right; in TraverseTree()
227 (*piOrderLR_p)[DIFF_NODE*order_index+PRNT_NODE] = merge_nodeindex; in TraverseTree()
234 order_index++; in TraverseTree()
/dports/math/kktdirect/KKTDirect0.5/
H A Dkktmd.cpp79 ++order_index; in KKTOrdering()
130 assert(order_index<n); in do_the_ordering()
161 ordering[order_index]=i; in do_the_ordering()
162 ++order_index; in do_the_ordering()
167 ordering[order_index]=i; in do_the_ordering()
168 ++order_index; in do_the_ordering()
170 assert(order_index==n); in do_the_ordering()
228 ++order_index; in initialize_ordering()
272 ordering[order_index]=j; in eliminate_node()
273 ++order_index; in eliminate_node()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dtree_node_test.cc197 unsigned order_index = 0; in TEST() local
199 node = TraverseNext(node), order_index++) in TEST()
200 EXPECT_EQ(node, order[order_index]); in TEST()
201 EXPECT_EQ(order_index, sizeof(order) / sizeof(TestTree*)); in TEST()
212 unsigned order_index = 0; in TEST() local
214 node = TraverseNextPostOrder(node), order_index++) in TEST()
215 EXPECT_EQ(node, order[order_index]); in TEST()
216 EXPECT_EQ(order_index, sizeof(order) / sizeof(TestTree*)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dtree_node_test.cc197 unsigned order_index = 0; in TEST() local
199 node = TraverseNext(node), order_index++) in TEST()
200 EXPECT_EQ(node, order[order_index]); in TEST()
201 EXPECT_EQ(order_index, sizeof(order) / sizeof(TestTree*)); in TEST()
212 unsigned order_index = 0; in TEST() local
214 node = TraverseNextPostOrder(node), order_index++) in TEST()
215 EXPECT_EQ(node, order[order_index]); in TEST()
216 EXPECT_EQ(order_index, sizeof(order) / sizeof(TestTree*)); in TEST()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnfstat.c1571 unsigned int order_index, i; in PrintFlowStat() local
1588 for ( order_index=0; order_mode[order_index].string != NULL; order_index++ ) { in PrintFlowStat()
1589 unsigned int order_bit = 1 << order_index; in PrintFlowStat()
1622 SortList[c].count = order_mode[order_index].record_function(r, order_mode[order_index].inout); in PrintFlowStat()
1650 for ( order_index++ ; order_mode[order_index].string != NULL; order_index++ ) { in PrintFlowStat()
1651 unsigned int order_bit = 1 << order_index; in PrintFlowStat()
1659 SortList[i].count = order_mode[order_index].record_function(r, order_mode[order_index].inout); in PrintFlowStat()
1753 int32_t i, j, hash_num, order_index; in PrintElementStat() local
1761 for ( order_index=0; order_mode[order_index].string != NULL; order_index++ ) { in PrintElementStat()
1762 unsigned int order_bit = (1<<order_index); in PrintElementStat()
[all …]
/dports/net/kea/kea-2.0.1/src/share/database/scripts/mysql/
H A Dupgrade_009.6_to_010.0.sh.in146 -- appended at the end of the hierarchy. The assigned order_index
149 -- the generated order_index is set to an id of that class + 1, and
150 -- the order_index values of the later classes are incremented by 1.
159 order_index BIGINT UNSIGNED NOT NULL,
162 KEY key_dhcp4_client_class_order_index (order_index),
217 SELECT o.order_index FROM dhcp4_client_class AS c
374 SELECT o.order_index FROM dhcp4_client_class AS c
384 SELECT o.order_index FROM dhcp4_client_class AS c
695 SET order_index = order_index + 1
696 WHERE order_index >= follow_class_index + 1
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dgeneratedoc.c93 short order_index; in Find_default_shortcut() local
95 order_index=0; in Find_default_shortcut()
96 while (Ordering[order_index]!=shortcut_number) in Find_default_shortcut()
98 order_index++; in Find_default_shortcut()
99 if (order_index>=NB_SHORTCUTS) in Find_default_shortcut()
104 return &(ConfigKey[order_index].Key); in Find_default_shortcut()
H A Dhelp.c119 short order_index; in Window_set_shortcut() local
131 order_index=0; in Window_set_shortcut()
132 while (Ordering[order_index]!=action_id) in Window_set_shortcut()
134 order_index++; in Window_set_shortcut()
135 if (order_index>=NB_SHORTCUTS) in Window_set_shortcut()
153 config_index=order_index; // Comprends pas... ça devrait pas marcher in Window_set_shortcut()
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dmenu_sections.c167 Uint32 order_index = 0; variable
1502 order_index = 0; in order_initialize()
1507 order_index = 2; in order_initialize()
2056 if (order_index < KEYSTROKE_SIZE_OF_FILE - 1) in order_set_keycode()
2058 order_keystroke[order_index++] = value; in order_set_keycode()
2073 val = (Uint16) order_keystroke[order_index++]; in order_get_keycode()
2074 if (order_index >= KEYSTROKE_SIZE_OF_FILE || val == 0) in order_get_keycode()
2077 order_index = 2; in order_get_keycode()
2088 order_keystroke[order_index]); in order_get_keycode()
2089 if (order_index >= KEYSTROKE_SIZE_OF_FILE || val == 0 in order_get_keycode()
[all …]
/dports/net-mgmt/nfsen/nfsen-1.3.8/html/
H A Dprocess.php141 $order_index = $process_form['statorder'];
142 $args .= ' ' . $IPStatArg[$type_index] . '/' . $IPStatOrder[$order_index];
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_orderbands.F64 subroutine order_index( nuo, nuotot, numincbands )
270 end subroutine order_index
H A DdiagonalizeHk.F90163 use m_orderbands, only: order_index
254 call order_index( no_l, no_u, nincbands )
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dbsp_tree_unittest.cc24 EXPECT_EQ(polygon_list[i]->order_index(), compare_list[i]); \
66 if ((dot >= 0.0f && a.order_index() >= b.order_index()) || in SideCompare()
67 (dot <= 0.0f && a.order_index() <= b.order_index())) { in SideCompare()
H A Ddraw_polygon.h54 int order_index() const { return order_index_; } in order_index() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dbsp_tree_unittest.cc24 EXPECT_EQ(polygon_list[i]->order_index(), compare_list[i]); \
66 if ((dot >= 0.0f && a.order_index() >= b.order_index()) || in SideCompare()
67 (dot <= 0.0f && a.order_index() <= b.order_index())) { in SideCompare()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dopt_hints.h557 Index_key_hint order_index; variable
590 if (is_specified(ORDER_INDEX_HINT_ENUM)) order_index.set_resolved(true); in set_resolved()
611 if (hint->is_specified(ORDER_INDEX_HINT_ENUM)) order_index.set_key_map(arg); in set_compound_key_hint_map()
620 if (type_arg == ORDER_INDEX_HINT_ENUM) return &order_index; in get_compound_key_hint()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtksidebarrow.c49 gint order_index; member
169 g_value_set_int (value, self->order_index); in gtk_sidebar_row_get_property()
283 self->order_index = g_value_get_int (value); in gtk_sidebar_row_set_property()
642 "order-index", self->order_index, in gtk_sidebar_row_clone()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtksidebarrow.c48 int order_index; member
167 g_value_set_int (value, self->order_index); in gtk_sidebar_row_get_property()
276 self->order_index = g_value_get_int (value); in gtk_sidebar_row_set_property()
633 "order-index", self->order_index, in gtk_sidebar_row_clone()
/dports/biology/subread/subread-2.0.2-source/src/longread-one/
H A DLRMchro-event.c127 void LRMevents_reorder_merge_next(LRMcontext_t * context, int *order_index){ in LRMevents_reorder_merge_next() argument
133 if(x1 < context->event_number) this_event = context->event_space+order_index[x1]; in LRMevents_reorder_merge_next()
161 int * order_index = malloc(context -> event_number*sizeof(int)); in LRMevents_reorder() local
164 order_index[x1]=x1; in LRMevents_reorder()
169 sort_arr [1] = order_index; in LRMevents_reorder()
173 LRMevents_reorder_merge_next(context, order_index); in LRMevents_reorder()
190 free(order_index); in LRMevents_reorder()
/dports/games/openttd/openttd-12.1/src/
H A Dorder_func.h27 void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, b…
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DInsetOrderOptimizer.cpp189 …ned int order_index = outer_poly_order_idx + 1; num_future_outlines_touched < 1 && order_index < o… in processHoleInsets() local
191 …int outline_index = order_optimizer.polyOrder[order_index] + 1; // +1 because first element (part … in processHoleInsets()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dprobing.cc421 int order_index(0); in FailedLiteralProbingRound() local
502 for (; order_index < probing_order.size(); ++order_index) { in FailedLiteralProbingRound()
503 const Literal candidate(probing_order[order_index]); in FailedLiteralProbingRound()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapobject.c595 int order_index; in msRemoveLayer() local
619 order_index = 0; in msRemoveLayer()
623 order_index = i; in msRemoveLayer()
627 for (i=order_index; i<map->numlayers-1; i++) { in msRemoveLayer()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/
H A D_skeletonize_cy.pyx171 Py_ssize_t index, order_index
179 order_index = order[index]
180 ii = i[order_index]
181 jj = j[order_index]
/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dbox_manager.c1952 HYPRE_Int *order_index = NULL; in hypre_BoxManAssemble() local
1995 order_index = hypre_CTAlloc(HYPRE_Int, nentries, HYPRE_MEMORY_HOST); in hypre_BoxManAssemble()
2001 order_index[i] = i; in hypre_BoxManAssemble()
2004 hypre_qsort3i(procs_sort, ids_sort, order_index, 0, nentries-1); in hypre_BoxManAssemble()
2019 hypre_qsort2i(ids_sort, order_index, start, i-1); in hypre_BoxManAssemble()
2038 hypre_qsort2i(ids_sort, order_index, start, nentries-1); in hypre_BoxManAssemble()
2071 order_index[i] = order_index[i+j]; in hypre_BoxManAssemble()
2094 hypre_BoxManEntryCopy(&entries[order_index[i]], &new_entries[i]); in hypre_BoxManAssemble()
2100 position = hypre_BoxManEntryPosition(&entries[order_index[i]]); in hypre_BoxManAssemble()
2181 hypre_TFree(order_index, HYPRE_MEMORY_HOST); in hypre_BoxManAssemble()

123