Home
last modified time | relevance | path

Searched refs:new_last_row (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DGrid_simplify.cc581 Congruence new_last_row; in simplify() local
582 new_last_row.set_space_dimension(cgs.space_dimension()); in simplify()
583 new_last_row.set_modulus(Coefficient_one()); in simplify()
589 new_last_row.set_modulus(row.modulus()); in simplify()
593 new_last_row.expr.set_inhomogeneous_term(new_last_row.modulus()); in simplify()
594 cgs.insert_verbatim(new_last_row, Recycle_Input()); in simplify()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_executor.cc5730 const bool new_last_row = in process_buffered_windowing_record() local
5780 if (!new_last_row) { in process_buffered_windowing_record()
5813 if (have_last_value && !new_last_row) { in process_buffered_windowing_record()
5845 if (new_last_row) // Add new last row to framing WF's value in process_buffered_windowing_record()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dmessage-list.c6993 gint start_sel_row, new_last_row = regen_data->last_row; in message_list_regen_done_cb() local
6998 new_last_row = e_tree_table_adapter_row_of_node (adapter, node); in message_list_regen_done_cb()
7001 if (start_sel_row != -1 && start_sel_row > new_last_row) { in message_list_regen_done_cb()