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

/haiku-buildtools/isl/
H A Disl_coalesce.c22 #define STATUS_ERROR -1 macro
35 case isl_ineq_error: return STATUS_ERROR;
62 if (eq[2 * k + l] == STATUS_ERROR)
93 if (ineq[k] == STATUS_ERROR)
1363 if (any(eq_i, 2 * map->p[i]->n_eq, STATUS_ERROR))
1371 if (any(eq_j, 2 * map->p[j]->n_eq, STATUS_ERROR))
1379 if (any(ineq_i, map->p[i]->n_ineq, STATUS_ERROR))
1387 if (any(ineq_j, map->p[j]->n_ineq, STATUS_ERROR))
1501 if (any(eq_i, 2 * bmap->n_eq, STATUS_ERROR))
1509 if (any(ineq_i, bmap->n_ineq, STATUS_ERROR))
[all...]

Completed in 37 milliseconds