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

/haiku-buildtools/isl/
H A Disl_map_piplib.c152 static void quast_count(PipQuast *q, int *maxnew, int depth, int *maxdepth, argument
158 if (p->rank > *maxnew)
159 *maxnew = p->rank;
163 quast_count(q->next_else, maxnew, depth, maxdepth, sol, nosol);
164 quast_count(q->next_then, maxnew, depth, maxdepth, sol, nosol);

Completed in 33 milliseconds