Searched refs:max_row (Results 1 – 5 of 5) sorted by relevance
141 int i, max_row, max_col, temp; in scale_form() local146 max_row = 0; in scale_form()151 max_row = (temp > max_row)? temp : max_row; in scale_form()156 (*rows) = max_row; in scale_form()
229 int max_row; member
581 graph->max_row = n_edge + graph->maxvar; in compute_max_row()1000 coincident = isl_calloc_array(ctx, int, graph->max_row); in add_node()1009 if (!space || !sched || (graph->max_row && !coincident)) in add_node()2983 if (graph->n_total_row >= graph->max_row) in update_schedule()3657 sub->max_row = graph->max_row; in isl_sched_graph_extract_sub_graph()
3085 rc_uint_type i, max_row; in write_rc_datablock() local3088 max_row = (show_comment ? 4 : 8); in write_rc_datablock()3100 for (k = 0; k < max_row && i + 3 < length; k++, i += 4) in write_rc_datablock()
3091 rc_uint_type i, max_row; in write_rc_datablock() local3094 max_row = (show_comment ? 4 : 8); in write_rc_datablock()3106 for (k = 0; k < max_row && i + 3 < length; k++, i += 4) in write_rc_datablock()