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

/haiku-buildtools/isl/
H A Disl_space_private.h53 __isl_give isl_space *isl_space_lift(__isl_take isl_space *dim, unsigned n_local);
H A Disl_space.c1757 * is of the form [dim -> local[..]], with n_local variables in the
1760 __isl_give isl_space *isl_space_lift(__isl_take isl_space *dim, unsigned n_local) argument
1769 local_dim = isl_space_add_dims(local_dim, isl_dim_set, n_local);

Completed in 40 milliseconds