Home | History | Annotate | Download | only in dist

Lines Matching refs:multi

19 S(MULTI(BASE),un_op_control) {
24 /* Modify "multi" based on "control".
26 static __isl_give MULTI(BASE) *FN(MULTI(BASE),un_op)(
27 __isl_take MULTI(BASE) *multi, S(MULTI(BASE),un_op_control) *control)
33 n = FN(MULTI(BASE),size)(multi);
35 return FN(MULTI(BASE),free)(multi);
40 el = FN(MULTI(BASE),take_at)(multi, i);
42 multi = FN(MULTI(BASE),restore_at)(multi, i, el);
46 return multi;
48 space = FN(MULTI(BASE),take_space)(multi);
50 multi = FN(MULTI(BASE),restore_space)(multi, space);
52 return multi;