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

/haiku-buildtools/isl/
H A Disl_map.c8670 int i, i_eq = -1, i_ineq = -1; local
8689 if (i_eq != -1 || i_ineq != -1)
8691 i_ineq = i;
8693 if (i_eq == -1 && i_ineq == -1)
8695 c = i_eq != -1 ? bset->eq[i_eq] : bset->ineq[i_ineq];

Completed in 105 milliseconds