HomeSort by: relevance | last modified time | path
    Searched refs:max_row (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libform/
form.c 141 int i, max_row, max_col, temp; local
146 max_row = 0;
151 max_row = (temp > max_row)? temp : max_row;
156 (*rows) = max_row;
  /src/external/mit/isl/dist/
isl_scheduler.h 182 * max_row is the allocated number of rows in the schedule
229 int max_row; member in struct:isl_sched_graph
isl_scheduler.c 581 graph->max_row = n_edge + graph->maxvar;
1000 coincident = isl_calloc_array(ctx, int, graph->max_row);
1009 if (!space || !sched || (graph->max_row && !coincident))
2983 if (graph->n_total_row >= graph->max_row)
3657 sub->max_row = graph->max_row;
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 3109 rc_uint_type i, max_row;
3112 max_row = (show_comment ? 4 : 8);
3124 for (k = 0; k < max_row && i + 3 < length; k++, i += 4)
3106 rc_uint_type i, max_row; local
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 3109 rc_uint_type i, max_row;
3112 max_row = (show_comment ? 4 : 8);
3124 for (k = 0; k < max_row && i + 3 < length; k++, i += 4)
3106 rc_uint_type i, max_row; local

Completed in 33 milliseconds