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

/haiku-buildtools/isl/
H A Disl_map_subtract.c226 int n_test = tab->n_con - offset; local
231 if (n_test == 0)
234 *index = isl_alloc_array(ctx, int, n_test);
238 for (n = 0, i = 0; i < n_test; ++i) {

Completed in 31 milliseconds