Searched refs:max_row (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_schedule.c140 * max_row is the allocated number of rows in the schedule
180 int max_row; member in struct:isl_sched_graph
508 graph->max_row = graph->n + 2 * graph->maxvar;
537 band = isl_alloc_array(ctx, int, graph->max_row);
539 band_id = isl_calloc_array(ctx, int, graph->max_row);
541 zero = isl_calloc_array(ctx, int, graph->max_row);
545 if (!sched || (graph->max_row && (!band || !band_id || !zero)))
1531 if (graph->n_total_row >= graph->max_row)
1717 if (graph->n_total_row >= graph->max_row)
1922 dst->max_row
[all...]
/haiku-buildtools/binutils/binutils/
H A Dresrc.c3088 rc_uint_type i, max_row;
3091 max_row = (show_comment ? 4 : 8);
3103 for (k = 0; k < max_row && i + 3 < length; k++, i += 4)
3085 rc_uint_type i, max_row; local

Completed in 32 milliseconds