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

/haiku-buildtools/isl/
H A Disl_lp.c103 int max_div; local
111 max_div = 0;
113 if (map->p[i]->n_div > max_div)
114 max_div = map->p[i]->n_div;
115 if (max_div > 0) {
117 v = isl_vec_alloc(map->ctx, 1 + total + max_div);
121 isl_seq_clr(v->el + 1 + total, max_div);

Completed in 12 milliseconds